jchanvfx / NodeGraphQt

Node graph framework that can be re-implemented into applications that supports PySide2
http://chantonic.com/NodeGraphQt/
MIT License
1.28k stars 261 forks source link

Zigbee network #229

Closed martin9115 closed 2 years ago

martin9115 commented 3 years ago

Hi, can we use this for Zigbee network ?

mara004 commented 3 years ago

Please elaborate a bit what Zigbee network is and how we can help you with the consideration whether to use NodeGraphQt or not.

martin9115 commented 3 years ago

I use Xbee/Zigbee modules and i wish to establish mesh network topology.

I work on this project and i'm trying to develop better GUI for the network topology, so i was wondering if NodeGraphQt can support Zigbee mesh network ? https://github.com/zzeitt/ZigBee-GUI

I'm new to NodeGraphQt, so i'm not familiar with capabilities of NodeGraphQt, and i'm sorry if my qestion sound stupid.

mara004 commented 3 years ago

NodeGraphQt is an abstract library for creating node-graph based GUIs with PySide2 or PyQt5. It does not provide support for specific tasks on its own, but offers a framework that can be used to build applications for custom purposes.

There is API documentation with usage examples. You can also take a look at example_math_nodes.py and example_auto_nodes.py to evaluate whether NodeGraphQt is suitable for your use case.

martin9115 commented 3 years ago

Yes, i know that. In the project i send you link for the GUI is done by PyQT5.

So, i was wondering is there example of GUI made by NodeGraphQt built for Zigbee network ?

mara004 commented 3 years ago

So, i was wondering is there example of GUI made by [sic!] NodeGraphQt built for Zigbee network ?

As far as I know, there isn't -- the examples in the documentation are mostly for learning and demo purposes. They are not related to such a very specifc (and probably complex) task.

mara004 commented 3 years ago

If you think your question is answered, please close the issue.