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
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -525,6 +525,16 @@ Some examples:
525
525
| `rtl_433 -F json -M utc \| mosquitto_pub -t home/rtl_433 -l` | Will pipe the output to network as JSON formatted MQTT messages. A test MQTT client can be found in `examples/mqtt_rtl_433_test_client.py`.
526
526
| `rtl_433 -f 433.53M -f 434.02M -H 15` | Will poll two frequencies with 15 seconds hop interval.
527
527
528
+
## Security
529
+
530
+
Please note: We aim to make `rtl_433` safe to use, but it should not be assumed secure.
531
+
There is no reason to e.g. run with `sudo`, we do read and write files without any checks.
532
+
533
+
The output is literally pulled from thin air, it's not to be trusted.
534
+
If you feed downstream systems with data make sure edge cases are checked and handled.
535
+
Network inputs and outputs are for use in a trusted local network, will contain unfiltered data, and might overload the recipient
536
+
(know that e.g. the MQTT output can be controlled by anyone with a radio sender).
537
+
528
538
## Google Group
529
539
530
540
Join the Google group, rtl_433, for more information about rtl_433:
0 commit comments