Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Wi-SUN Support #19

wants to merge 2 commits into from

Conversation

hgonzaleDigi
Copy link
Collaborator

No description provided.

@hgonzaleDigi hgonzaleDigi force-pushed the hgonzale/wisun_support branch from 02fe879 to 91fd1e4 Compare July 16, 2025 12:16
* 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)
Copy link
Member

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.
Copy link
Collaborator

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("---------------------------------------+")
Copy link
Collaborator

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.

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

Successfully merging this pull request may close these issues.

3 participants