esp-hal
esp-hal copied to clipboard
Are there any plans to implement a ZigBee stack on top of the esp-ieee802154 crate?
Are there any plans to implement a ZigBee stack on top of the esp-ieee802154 crate, perhaps porting this repository, zigpy, to rust?
Until there is an open-source ZigBee stack in Rust I can't imagine any of us will have the time for something as complex as this.
There is some effort: https://github.com/blueluna/psila
Another alternative would be to use or port https://github.com/niclash/zboss
I took over the existing zigbee crate and started to re-implement the stack from scratch based on the latest ZigBee specification 22 1.0
If there are any volunteers, we could speed up the development.
@thebino did you already made some progress? Im willing to help somehow.
@giomf indeed, you can find it here: github.com/zigbee-rs/zigbee-rs
I also added parts of the ZigBee Cluster library for testing the send part, but that's open if we'll maintain it in the future.