Remember
Register
Home
/
Support
/
Support Forum
/
Xbee network PyQT5
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(387)
Python
(1,016)
3rd Party Python and API development in other Languages
(264)
RF Solutions and XBee
(8,439)
Digi TransPort
(789)
Digi Connect Cellular
(447)
DAL
(5)
Embedded Devices
(4,170)
Google Coral
(2)
Rabbit
(3,200)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
Xbee network PyQT5
0
votes
Hi, can anyone help me to visualize xbee network (https://github.com/digidotcom/digi-python-resources/tree/master/samples/xbee/network) via PyQT5?
python
asked
Jul 28, 2021
in
3rd Party Python and API development in other Languages
by
Martin91
New to the Community
(
20
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
I am not sure what it is you are trying to do. But you can perform a network discovery and if it is a Zigbee mesh network, you can query the XBee modules Neighbor tables.
answered
Jul 30, 2021
by
mvut
Veteran of the Digi Community
(
15,223
points)
May be something like this:
https://github.com/zzeitt/ZigBee-GUI
https://github.com/RuslanSdk/XBee-PyQt5-V.1.0
Please
log in
or
register
to add a comment.
0
votes
May be something like this:
https://github.com/zzeitt/ZigBee-GUI
https://github.com/RuslanSdk/XBee-PyQt5-V.1.0
answered
Jul 30, 2021
by
Martin91
New to the Community
(
20
points)
Please
log in
or
register
to add a comment.
...