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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Available command-line flags are as follows:
25
25
```
26
26
Usage of rtlamr:
27
27
-cpuprofile=: write cpu profile to this file
28
+
-decimation=1: integer decimation factor, keep every nth sample
28
29
-duration=0: time to run for, 0 for infinite, ex. 1h5m10s
29
30
-fastmag=false: use faster alpha max + beta min magnitude approximation
30
31
-filterid=: display only messages matching an id in a comma-separated list of ids.
@@ -36,7 +37,7 @@ Usage of rtlamr:
36
37
-quiet=false: suppress printing state information at startup
37
38
-samplefile=/dev/null: raw signal dump file
38
39
-single=false: one shot execution
39
-
-symbollength=73: symbol length in samples, see -help for valid lengths
40
+
-symbollength=72: symbol length in samples, see -help for valid lengths
40
41
41
42
rtltcp specific:
42
43
-agcmode=false: enable/disable rtl agc
@@ -67,7 +68,9 @@ $ rtlamr
67
68
If you want to run the spectrum server on a different machine than the receiver you'll want to specify an address to listen on that is accessible from the machine `rtlamr` will run on with the `-a` option for `rtl_tcp` with an address accessible by the system running the receiver.
68
69
69
70
### Messages
70
-
Currently both SCM (Standard Consumption Message) and IDM (Interval Data Message) packets can be decoded but are mutually exclusive, you cannot receive both simultaneously. See [Wikipedia: Encoder Receiver Transmitter](http://en.wikipedia.org/wiki/Encoder_receiver_transmitter) for more details on packet structure.
71
+
Currently both SCM (Standard Consumption Message) and IDM (Interval Data Message) packets can be decoded but are mutually exclusive, you cannot receive both simultaneously. See [RTLAMR: Protocol](http://bemasher.github.io/rtlamr/protocol.html) for more details on packet structure.
72
+
73
+
There's now experimental support for meters with R900 transmitters!
71
74
72
75
### Sensitivity
73
76
Using a NooElec NESDR Nano R820T with the provided antenna, I can reliably receive standard consumption messages from ~300 different meters and intermittently from another ~600 meters. These figures are calculated from the number of messages received during a 25 minute window. Reliably in this case means receiving at least 10 of the expected 12 messages and intermittently means 3-9 messages.
@@ -79,8 +82,6 @@ Check out the table of meters I've been compiling from various internet sources:
79
82
80
83
If you've got a meter not on the list that you've successfully received messages from, you can submit this info via a form available at the link above.
81
84
82
-
There's now experimental support for meters with R900 transmitters!
83
-
84
85
### Ethics
85
86
_Do not use this for nefarious purposes._ If you do, I don't want to know about it, I am not and will not be responsible for your lack of common decency and/or foresight. However, if you find a clever non-evil use for this, by all means, share.
0 commit comments