-
Notifications
You must be signed in to change notification settings - Fork 1
Wi-SUN Support #19
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
base: master
Are you sure you want to change the base?
Wi-SUN Support #19
Conversation
https://onedigi.atlassian.net/browse/MPIDE-426 Signed-off-by: Hector Gonzalez <[email protected]>
https://onedigi.atlassian.net/browse/MPIDE-426 Signed-off-by: Hector Gonzalez <[email protected]>
02fe879
to
91fd1e4
Compare
* An XBee Wi-SUN radio module running the corresponding MicroPython | ||
application of the Get Started and its corresponding carrier board | ||
(XBIB-C board). | ||
* XBee Studio (available at www.digi.com/digi-xbee-studio) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Digi XBee Studio v1.3.0 or higher (available at www.digi.com/xbee-studio).
|
||
def receiver(sock): | ||
""" | ||
Background thread: receive and print incoming UDP datagrams. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NP: Missing parameter sock
.
|
||
PORT = 9750 | ||
|
||
print("---------------------------------------+") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NP: Move this to the main()
method for consistency with other examples.
No description provided.