Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 437 Bytes

File metadata and controls

8 lines (5 loc) · 437 Bytes

RFM69 Library extension to implement transmission session keys to prevent replay attacks.

Based off of Felix Rusu's RFM69 library: https://github.com/LowPowerLab/RFM69 Which was modified for extensibility by Thomas Studwell: https://github.com/TomWS1/RFM69/tree/virtualized

Thomas' modification must be included with this library.

Session management is enabled transparent to the sketch by running radio.useSessionKey(1) during setup.