From 03e655b3ff0f713bcafbffa06cfe5e27e92bfeab Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 27 Jun 2018 11:51:57 +0200 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6640df..500264a 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,5 @@ rnode = RNodeInterface( rnode.send("Hello World!") ``` -## Promiscuous Mode +## Promiscuous Mode and LoRa Sniffing RNode can be put into LoRa promiscuous mode, which will dump raw LoRa frames to the host. Raw LoRa frames can also be sent in this mode, and have the standard LoRa payload size of 255 bytes. To enable promiscuous mode send the "Promiscuous" command to the board, or use one of the programming libraries. You can also use the example program [LoRaMon](https://github.com/markqvist/LoRaMon) for an easy to use LoRa packet sniffer. \ No newline at end of file