Skip to content

Commit

Permalink
mqtt_tools/README.md: Unbreak file links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Anders Haugum committed May 18, 2016
1 parent 3a46726 commit 1ed7e4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mqtt_tools/README.md
Expand Up @@ -14,19 +14,19 @@ raw json packet, but won't decipher the base64 payload.
mosquitto_sub -h staging.thethingsnetwork.org -v -u <AppEUI> -P <password> -t +/devices/#

## Python Subscribe
[ttn_mqtt_sub.py]() script provides subscription of MQTT messages and
[ttn_mqtt_sub.py](ttn_mqtt_sub.py) script provides subscription of MQTT messages and
will decode the payload element:

python ttn_mqtt_sub.py <AppEUI> <password>

## Python publish
[ttn_mqtt_pub.py]() script encodes the message and publish a valid json
[ttn_mqtt_pub.py](ttn_mqtt_pub.py) script encodes the message and publish a valid json
structure:

python ttn_mqtt_pub.py <AppEUI> <password> <DevEUI> <message>

## Node-RED
For Node-RED this json structure can be imported: [ttn-node-red.json]()
For Node-RED this json structure can be imported: [ttn-node-red.json](ttn-node-red.json)

You will need to go into mqtt nodes and configure them for correct
paramters.

0 comments on commit 1ed7e4b

Please sign in to comment.