Closed xdxita closed 3 months ago
How to prevent an unwanted node to join the network?
Use a different channel for each network. Meaning,
Are any "security" features available?
No, it was designed like that on purpose. You are free to implement your own security measures, but we don't support such endeavors.
Are any "security" features available?
Technically yes, with NRF52x devices, encryption and authentication is supported and built into the library. With NRF24, no.
Hello! Thanks for this great library. I'm waiting for my nRF24 modules to arrive, in the meantime I'm getting used to the code. From what I've read so far, it wouldn't be possible, but..
Is it possible to have 2 or more networks each one with it's master and nodes both networks are in range of each other. How to prevent an unwanted node to join the network? Are any "security" features available?
Thanks!