We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b51820 commit 46c31e0Copy full SHA for 46c31e0
README.md
@@ -63,6 +63,22 @@ Subscribing
63
-v Print messages verbosely, showing the topic name.
64
65
66
+Serial Port Bridge
67
+------------------
68
+
69
+The Serial Port bridge can be used to relay packets from a remote device on the end of a
70
+serial port and convert them into UDP packets, which are sent and received from a broker
71
+or MQTT-SN gateway.
72
73
+ Usage: mqtt-sn-serial-bridge [opts] <device>
74
75
+ -b <baud> Set the baud rate. Defaults to 9600.
76
+ -d Enable debug messages.
77
+ -dd Enable extended debugging - display packets in hex.
78
+ -h <host> MQTT-SN host to connect to. Defaults to '127.0.0.1'.
79
+ -p <port> Network port to connect to. Defaults to 1883.
80
81
82
License
83
-------
84
0 commit comments