]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated readme
authorMark Qvist <mark@adepta.io>
Wed, 27 Jun 2018 09:50:27 +0000 (11:50 +0200)
committerMark Qvist <mark@adepta.io>
Wed, 27 Jun 2018 09:50:27 +0000 (11:50 +0200)
README.md

index 0e1fca471c08b6d6d1752af57995643986588082..f6640dfbe99307d317267efd5877f0aca218b9d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -80,3 +80,6 @@ rnode = RNodeInterface(
 
 rnode.send("Hello World!")
 ```
+
+## Promiscuous Mode
+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