get event proxy working on local including mqtt message sending
This commit is contained in:
parent
0897210754
commit
aa5a4eda05
6 changed files with 218 additions and 3 deletions
7
event_proxy/mosquitto.conf
Normal file
7
event_proxy/mosquitto.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
listener 1883
|
||||
protocol mqtt
|
||||
|
||||
listener 9001
|
||||
protocol websockets
|
||||
|
||||
allow_anonymous true
|
||||
Loading…
Add table
Add a link
Reference in a new issue