Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 16, 2023
1 parent f66243f commit 353b271
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# udp2mqtt
Status: *WIP*

# Installation
+ Install and upgrade deps `pip3 install -r requirements.txt -U`
+ Install and upgrade deps `pip3 install -r requirements-test.txt -U`

# Durations testing
mosquitto_pub -h broker.hivemq.com -t /moip/udp2mqtt/durations -m '{ "durations": [60, -60, 180, -60, 180, -60] }'

mosquitto_sub -h broker.hivemq.com -t /moip/udp2mqtt/durations
+ `mosquitto_pub -h broker.hivemq.com -t /moip/udp2mqtt/durations -m '{ "durations": [60, -60, 180, -60, 180, -60] }'`
+ `mosquitto_sub -h broker.hivemq.com -t /moip/udp2mqtt/durations`

# Free accounts
# https://mntolia.com/10-free-public-private-mqtt-brokers-for-testing-prototyping/
# broker.hivemq.com 1883 websocket 8000
- https://mntolia.com/10-free-public-private-mqtt-brokers-for-testing-prototyping/
- broker.hivemq.com 1883 websocket 8000

0 comments on commit 353b271

Please sign in to comment.