Changes

Jump to navigation Jump to search
no edit summary
Line 39: Line 39:  
context=radio
 
context=radio
 
</pre>
 
</pre>
  −
==rxchannel===
  −
The rxchannel key/value pair selects the radio interface. There must be only one rxchannel per node. The selections are:
  −
  −
{| class="wikitable"
  −
! Value !! Description
  −
|-
  −
| dahdi/pseudo || No radio, used for hubs
  −
|-
  −
| SimpleUSB/usb_1999 || SimpleUSB (limited DSP)
  −
|-
  −
| Radio/usb_1999 || USBRadio (full DSP)
  −
|-
  −
| voter/1990 || RTCM
  −
|-
  −
| Pi/1 || Raspberry Pi PiTA
  −
|-
  −
| Dahdi/1 || PCI Quad card
  −
|-
  −
| Beagle/1 || BeagleBoard
  −
|-
  −
| USRP/127.0.0.1:34001:32001 || GNU Radio interface USRP
  −
|}
  −
Sample:
  −
<pre>
  −
rxchannel = dahdi/pseudo    ; No radio (hub)
  −
</pre>
  −
  −
''Note'': This is selecting what is known as (in Asterisk terminology) the channel driver.
      
==controlstates===
 
==controlstates===
Line 102: Line 73:  
duplex = 0    ; 0 = Half duplex with no telemetry tones or hang time.
 
duplex = 0    ; 0 = Half duplex with no telemetry tones or hang time.
 
</pre>
 
</pre>
 +
 +
==rxchannel===
 +
The rxchannel key/value pair selects the radio interface. There must be only one rxchannel per node. The selections are:
 +
 +
{| class="wikitable"
 +
! Value !! Description
 +
|-
 +
| dahdi/pseudo || No radio, used for hubs
 +
|-
 +
| SimpleUSB/usb_1999 || SimpleUSB (limited DSP)
 +
|-
 +
| Radio/usb_1999 || USBRadio (full DSP)
 +
|-
 +
| voter/1990 || RTCM
 +
|-
 +
| Pi/1 || Raspberry Pi PiTA
 +
|-
 +
| Dahdi/1 || PCI Quad card
 +
|-
 +
| Beagle/1 || BeagleBoard
 +
|-
 +
| USRP/127.0.0.1:34001:32001 || GNU Radio interface USRP
 +
|}
 +
Sample:
 +
<pre>
 +
rxchannel = dahdi/pseudo    ; No radio (hub)
 +
</pre>
 +
 +
''Note'': This is selecting what is known as (in Asterisk terminology) the channel driver.
 +
    
=Functions Stanza=
 
=Functions Stanza=
896

edits

Navigation menu