fulr / rfm69

RFM69 implementation for Go
6 stars 5 forks source link

Example code? #2

Open bc547 opened 8 years ago

bc547 commented 8 years ago

Would it be possible to provide some example/demo code? E.g. a small 'echo' program that listens for incoming data and replies the same data to the sender?

FernandoGarcia commented 3 years ago

Hi!

In case you are interested yet you can find usage example here: https://github.com/chbmuc/rfm69/blob/master/Readme.md

Best regards.