Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 339 Bytes

ExampleClient

This is an example symbIoTe client implemented in Java

To compile the project use with

gradle clean build

and to run a specific class use:

java -cp build/libs/ExampleClient-all-1.0.0.jar {class}
e.g.

java -cp build/libs/ExampleClient-all-1.0.0.jar eu.h2020.symbiote.client.example.L2ClientWithHomeToken