mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
rtl-sdr: Add start script file for rtl-tcp
One of the most common uses of the rtl-sdr suite on OpenWrt is to stream data to a remote analyzer. This commit creates a /etc/init.d/ and /etc/config entry for rtl-tcp, so that it can automatically launch on startup. Signed-off-by: Mike Miller <github@mikeage.net>
This commit is contained in:
committed by
Vasilis Tsiligiannis
parent
4c8c8fc4cf
commit
754bd95bfa
@@ -0,0 +1,12 @@
|
||||
config rtl_tcp main
|
||||
option disabled '1'
|
||||
option respawn '1'
|
||||
option device_index ''
|
||||
option address '0.0.0.0'
|
||||
option port ''
|
||||
option frequency ''
|
||||
option gain ''
|
||||
option samplerate ''
|
||||
option buffers '8'
|
||||
option num_linked_lists '8'
|
||||
option ppm_error ''
|
||||
Reference in New Issue
Block a user