Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP Address Inputs #1

Open
ghost opened this issue Jun 17, 2020 · 0 comments
Open

IP Address Inputs #1

ghost opened this issue Jun 17, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 17, 2020

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?

gateways = [MQTTSNGWInfo(1, b'\x01')]

# setup transport info
port = 20000
transport = MQTTSNTransportUDP(port, b'\x04')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants