Add language/systems note
This commit is contained in:
parent
cce4b26610
commit
39f0cfe0f4
2 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,12 @@ Actively tested and supported are Realtek RTL2832 based DVB dongles (using RTL-S
|
|||
|
||||

|
||||
|
||||
## Building/installation
|
||||
## Building / Installation
|
||||
|
||||
rtl_433 is written in portable C (C99 standard) and known to compile on Linux (also embedded), MacOS, and Windows systems.
|
||||
Older compilers and toolchains are supported as a key-goal.
|
||||
Low resource consumption and very few dependencies allow rtl_433 to run on embedded hardware like (repurposed) routers.
|
||||
Systems with 32-bit i686 and 64-bit x86-64 as well as (embedded) ARM, like the Raspberry Pi and PlutoSDR are well supported.
|
||||
|
||||
See [BUILDING.md](docs/BUILDING.md)
|
||||
|
||||
|
@ -278,6 +283,8 @@ Available options are:
|
|||
match=<bits> : only match if the <bits> are found
|
||||
preamble=<bits> : match and align at the <bits> preamble
|
||||
<bits> is a row spec of {<bit count>}<bits as hex number>
|
||||
unique : suppress duplicate row output
|
||||
|
||||
countonly : suppress detailed row output
|
||||
|
||||
E.g. -X "n=doorbell,m=OOK_PWM,s=400,l=800,r=7000,g=1000,match={24}0xa9878c,repeats>=3"
|
||||
|
|
|
@ -681,6 +681,10 @@ preamble=<bits> : match and align at the <bits> preamble
|
|||
.RS
|
||||
<bits> is a row spec of {<bit count>}<bits as hex number>
|
||||
.RE
|
||||
.RS
|
||||
unique : suppress duplicate row output
|
||||
.RE
|
||||
|
||||
.RS
|
||||
countonly : suppress detailed row output
|
||||
.RE
|
||||
|
|
Loading…
Add table
Reference in a new issue