Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Added license notice for gson and paho.
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Jan 8, 2017
1 parent 7a28388 commit 1ab9bc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
We use following external components:

MQTT client library PAHO:
Licenses:
Eclipse Distribution License 1.0 (BSD)
Eclipse Public License 1.0

GSON:
Apache License 2.0
https://www.apache.org/licenses/LICENSE-2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The MQTT protocol is based on the principle of publishing messages and subscribi
```sh
java -cp iosynth.jar net.iosynth.AppMqtt -c config.json -d devices.json
```
The above command line assumes you have iosynth.jar, mqtt-config.json and devices.json in the same directory and Java 1.7 installed. To obtain the iosynth.jar get the [**latest snapshot**](http://iosynth.net).
The above command line assumes you have iosynth.jar, mqtt-config.json and devices.json in the same directory and Java 1.7 installed. To obtain the iosynth.jar get the [**latest snapshot**]().

You can check the published data by subscribing to MQTT topics using the [Mosquitto](http://mosquitto.org) client:

Expand Down

0 comments on commit 1ab9bc4

Please sign in to comment.