You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I test the gateway on a standard IP address?
Is b'\x01' supposed to be the gateway IP and b'\x04' the local IP address?
How do I test it on a home network with Raspberry Pis?
gateways = [MQTTSNGWInfo(1, b'\x01')]
# setup transport info
port = 20000
transport = MQTTSNTransportUDP(port, b'\x04')
The text was updated successfully, but these errors were encountered:
Hi brianrho,
How do I test the gateway on a standard IP address?
Is b'\x01' supposed to be the gateway IP and b'\x04' the local IP address?
How do I test it on a home network with Raspberry Pis?
The text was updated successfully, but these errors were encountered: