Zigbee topology - PyQT5
-
Hi, how can I visualize Zigbee topology with PyQT5 ?
Something like this ?
https://github.com/jchanvfx/NodeGraphQt?fbclid=IwAR1D3TprbpqYmM7sFEy201hyrxk6jX1edv15OII-iSMV7j7T97u1_HvLlH8 -
Hi,
Looks like they are suitable solutions to build that.
What is exactly your question ?
-
Well, what kind of help are you looking for ?
From what I understand you need to retrieve your network topology information and translate that into your GUI elements.
-
Yes, but it is done in those examples:
https://github.com/RuslanSdk/XBee-PyQt5-V.1.0/tree/master/images
https://github.com/zzeitt/ZigBee-GUI
https://github.com/ksamedov1998/Digi-Xbee-demo-applicationI just need a little help to improve it, to look more like that
https://github.com/HomeSmartMesh/raspi/blob/master/zigbee/images/demo.gif -
Two of the three links are broken.
One main issue here: what exactly do you have now ?
You are essentially providing lots of links asking if stuff can be used or adapted but there's no information about what you already have.
-
https://github.com/RuslanSdk/XBee-PyQt5-V.1.0/tree/master/images
https://github.com/zzeitt/ZigBee-GUI
https://github.com/ksamedov1998/Digi-Xbee-demo-applicationI have code that establish Mesh network topology, by using Xbee/Zigbee modules.
I'm new to PyQT5 and still don't know about it so much.
Now my problem is how to make the GUI of the network.
Similar to this in the pic.
-
-
Then you should start by checking the Graphics View framework.
And then start by creating an item to show the information, you'll work on the arrows in a second step.