Difference between revisions of "DreamCatcher"

From RadioNerds
Jump to navigation Jump to search
(Created page with "==DreamCatcher== ===ONDD Setup=== :FTP to a DreamCatcher, copy the following files off of the system... be SURE to FORCE binary transfer. ::/usr/sbin/ondd (md5:207723be33f4d...")
 
Line 1: Line 1:
==DreamCatcher==
 
 
 
===ONDD Setup===
 
===ONDD Setup===
  
Line 23: Line 21:
 
====Command Help====
 
====Command Help====
 
[Skylark][outernet@outernet:/usr/sbin]$ /usr/sbin/ondd -h
 
[Skylark][outernet@outernet:/usr/sbin]$ /usr/sbin/ondd -h
00:11:21.099 [main] Unable to load config: /etc/ondd.conf (null)
+
:00:11:21.099 [main] Unable to load config: /etc/ondd.conf (null)
 
:Usage: ondd  
 
:Usage: ondd  
 
::--cfg-file CONFIG_FILE override default config file location
 
::--cfg-file CONFIG_FILE override default config file location

Revision as of 14:39, 12 July 2017

ONDD Setup

FTP to a DreamCatcher, copy the following files off of the system... be SURE to FORCE binary transfer.
/usr/sbin/ondd (md5:207723be33f4da57bd64a6549e11e95d)
/usr/sbin/ontimeout (md5:5092f17f0152ca352799290999ba7a6c)


Create an empty conf file
/etc/ondd/ondd.conf
Create a place to place downloads
/home/downloads (or wherever)
Create a place for download cache
/home/download_cache
Run ondd with the following command:
/usr/sbin/ondd -d --pid_file /var/run/ondd.pid --cfg-gile [empty cfg file you created] -c [location for download cache] -o [location for completed downloads] -D /var/run/ondd.data --sdr-timeout-handler /usr/sbin/ontimeout

Command Help

[Skylark][outernet@outernet:/usr/sbin]$ /usr/sbin/ondd -h

00:11:21.099 [main] Unable to load config: /etc/ondd.conf (null)
Usage: ondd
--cfg-file CONFIG_FILE override default config file location
--pid-file PID_FILE override default pid file location
--ctrl-sock SOCK_FILE override default control socket path used for ipc
--status-sock SOCK_FILE override default status report socket path - status e
--cert-file CERT_FILE override default ceritificate file location
-D SOCK_FILE data socket path to which the demodulator sends raw s
--sdr-timeout-handler script to execute if no data arrives through the date
-o PATH path to output directory where downloaded files are d
-c PATH path to cache directory where partially downloaded fd
-O PATH if specified, files which path does not begin with td
-b N set the maximum number of download completion eventsy
-d start ondd in daemon mode
-i print to stdout the current signal strength and snr,d
-V enable verbose mode
-v display ondd version info
-h display this helptext