Closed joernesdohr closed 5 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)?
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.
Thank you @joernesdohr for your work on wrapper
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.