From 2e19b00a0dc002a77899451b5098a8b303abe609 Mon Sep 17 00:00:00 2001 From: Gennaro Tortone Date: Mon, 22 May 2017 22:29:19 +0200 Subject: [PATCH] pipe symbol with HTML code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f09c0ca..2d63b3d2 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Examples: | `rtl_433 -a -t` | Will run in analyze mode and save a test file per detected signal (gfile###.data). Format is uint8, 2 channels. | `rtl_433 -r file_name` | Play back a saved data file. | `rtl_433 file_name` | Will save everything received from the rtl-sdr during the session into a single file. The saves file may become quite large depending on how long rtl_433 is left running. Note: saving signals into individual files wint `rtl_433 -a -t` is preferred. -| `rtl_433 -F json -U | 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 `tests/mqtt_rtl_433_test.py`. +| `rtl_433 -F json -U | 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 `tests/mqtt_rtl_433_test.py`. | `rtl_433 -f 433535000 -f 434019000 -H 15` | Will poll two frequencies with 15 seconds interval. This software is mostly useable for developers right now.