You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| Example.java | 5 years ago | |
| Makefile | 5 years ago | |
| README.md | 5 years ago | |
README.md
Java example
Build or download the libzt-${VERSION}.jar, and copy it to this directory.
make
java -cp ".:libzt-${VERSION}.jar" Example server id_path 0123456789abcdef 9997
java -cp ".:libzt-${VERSION}.jar" Example client id_path 0123456789abcdef ip.ip.ip.ip 9997
Links
- Getting Started: docs.zerotier.com/sockets
- Java API: docs.zerotier.com/sockets-java
- Source src/bindings/java