Initial code
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
708f9faead
commit
53758081d8
14 changed files with 9071 additions and 0 deletions
10
serial2mqtt.ini.example
Normal file
10
serial2mqtt.ini.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
[mqtt]
|
||||
host = localhost
|
||||
port = 1883
|
||||
#client_id = serial2mqtt
|
||||
#topic_prefix = sensors
|
||||
#username = ***
|
||||
#password = ***
|
||||
|
||||
[serial]
|
||||
interface = /dev/cuaU0
|
Loading…
Add table
Add a link
Reference in a new issue