You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are encryption examples in the RadioHead codebase: examples/rf95/rf95_encrypted_server and rf95_encrypted_client
This appears to work by passing the original driver with a key into an RHEncryptedDriver. Provided this driver is directly compatible with RHMesh, it should be a simple swap out
We probably want to do something that is configuration based: If the config file provides an encryption key, then use the encrypted driver. Otherwise use the normal driver
The text was updated successfully, but these errors were encountered:
There are encryption examples in the RadioHead codebase: examples/rf95/rf95_encrypted_server and rf95_encrypted_client
This appears to work by passing the original driver with a key into an RHEncryptedDriver. Provided this driver is directly compatible with RHMesh, it should be a simple swap out
We probably want to do something that is configuration based: If the config file provides an encryption key, then use the encrypted driver. Otherwise use the normal driver
The text was updated successfully, but these errors were encountered: