nRF24 / RF24Mesh

OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ & nrf52x devices
http://nrf24.github.io/RF24Mesh
GNU General Public License v2.0
423 stars 152 forks source link

Python Wrapper #108

Closed joernesdohr closed 5 years ago

joernesdohr commented 7 years ago

I made a boost python wrapper for RF24Mesh and don't want to keep it from you: https://github.com/joernesdohr/RF24Mesh/tree/master/pyRF24Mesh

I haven't done extensive testing, but communication between a RPi master and Arduino node was working as expected. The wrapper could be pulled into the main repo after review.

Avamander commented 7 years ago

RF24 also has a Python wrapper, have you thought about pushing your wrapper into this repository and including everything necessary to get it working (with examples)?

joernesdohr commented 7 years ago

Hi Avamander, yes I can do that. I actually copied some of the wrapper parts from RF24 and RF24Network. I'm currently really busy with other work for the next two weeks so it might take a while for me to find time for this, but adapting the examples shouldn't be much of an issue.

filipek92 commented 7 years ago

Thank you @joernesdohr for your work on wrapper