Line 9: |
Line 9: |
| | | |
| ==rxchannel== | | ==rxchannel== |
| + | Selects the channel driver for the radio interface. The selections are: |
| + | |
| + | |- |
| + | | dahdi/pseudo || No radio, used for hubs |
| + | |- |
| + | | SimpleUSB/usb_1999 || SimpleUSB |
| + | |- |
| + | | rxchannel=voter/1990 || RTCM |
| + | |- |
| + | | rxchannel = Pi/1 || Raspberry Pi PiTA |
| + | |- |
| + | | rxchannel = Radio/usb_1999 || USBRadio (DSP) |
| + | |- |
| + | | rxchannel = Dahdi/1 || PCI Quad card |
| + | |- |
| + | | rxchannel = Beagle/1 || BeagleBoard |
| + | |- |
| + | | rxchannel = USRP/127.0.0.1:34001:32001 || GNU Radio interface USRP |
| + | |
| + | Sample: |
| <pre> | | <pre> |
− | rxchannel = dahdi/pseudo ; No radio (hub) | + | rxchannel = dahdi/pseudo ; No radio (hub) |
− | ; rxchannel = SimpleUSB/usb_1999 ; SimpleUSB
| |
− | ; rxchannel = Pi/1 ; Raspberry Pi PiTA
| |
− | ; rxchannel = Radio/usb_1999 ; USBRadio (DSP)
| |
− | ; rxchannel = Dahdi/1 ; PCI Quad card
| |
− | ; rxchannel = Beagle/1 ; BeagleBoard
| |
− | ; rxchannel = USRP/127.0.0.1:34001:32001; GNU Radio interface USRP
| |
| </pre> | | </pre> |
| | | |