John's Vademecum

Try to learn something about everything, and everything about something -Thomas Huxley “Darwin's bulldog” (1824-1895)

User Tools

Site Tools


public:radio:allstar:allstar_nxdn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:radio:allstar:allstar_nxdn [10/06/25 18:36 BST] – [The main Things] johnpublic:radio:allstar:allstar_nxdn [10/06/25 18:54 BST] (current) – [The main Things] john
Line 35: Line 35:
 </code> </code>
  
-===== Updating DVSwitch Hostfiles ===== 
  
-  * DVSwtich keep its hostfiles in ''/var/lib/mmdvm'' and updates via ''cron.daily/DVSM_Update'' which calls ''/opt/MMDVM_Bridge/dvswitch.sh update'' 
-  * This tries to download hostfiles from various places using ''curl'' 
-  * It seems to fail most of the time due to a SSL problem 
-  * A workaround is to put "insecure" in root's ~/.curlrc 
  
-<code>+===== The main Things =====
  
-sudo su - +  * Make sure ''Analog_Bridge.ini'' has the correct txPort and rxPort in its [USRP] section 
- +
-echo insecure >> ~/.curlrc +
- +
-/opt/MMDVM_Bridge/dvswitch.sh update+
  
 +<code ini>
 +[USRP]
 +address = 127.0.0.1           ; IP address of USRP partner (Analog_Reflector, Allstar/Asterisk or another Analog_Bridge)
 +txPort = 31001                ; Transmit USRP frames on this port
 +rxPort = 34001                ; Listen for USRP frames on this port
 </code> </code>
  
-===== The main Things ===== +  It should match Asterisk's private node as defined in ''/etc/asterisk/rpt.conf'' in this case it'[1398]
- +
-  Make sure ''Analog_Bridge.ini'' has the correct txPOrt and rxPort in its [USRP] section to match Asterisk'private node being used.+
  
 <code ini> <code ini>
Line 64: Line 58:
 </code> </code>
  
-<code ini> +
-[USRP] +
-address = 127.0.0.1                     ; IP address of USRP partner (Analog_Reflector, Allstar/Asterisk or another Analog_Bridge) +
-txPort = 31001                          ; Transmit USRP frames on this port +
-rxPort = 34001                          ; Listen for USRP frames on this port +
-</code>+
  
   * Make Sure ''Analog_Bridge.ini'' has the correct txPort and rxPort in its [AMBE] section   * Make Sure ''Analog_Bridge.ini'' has the correct txPort and rxPort in its [AMBE] section
Line 76: Line 65:
 [AMBE_AUDIO] [AMBE_AUDIO]
 address = 127.0.0.1                     ; IP address of xx_Bridge address = 127.0.0.1                     ; IP address of xx_Bridge
-; For DMR - set in DVSwitch.ini+; For DMR  match the ports set in DVSwitch.ini
 ;txPort = 31103                          ; Transmit TLV frames to partner on this port ;txPort = 31103                          ; Transmit TLV frames to partner on this port
 ;rxPort = 31100                          ; Listen for TLV frames from partner on this port ;rxPort = 31100                          ; Listen for TLV frames from partner on this port
  
-; FOr NXDN - set in DVSwitch.ini+; FOr NXDN - match the ports set in DVSwitch.ini
 txPort = 33103                          ; Transmit TLV frames to partner on this port txPort = 33103                          ; Transmit TLV frames to partner on this port
 rxPort = 33100                          ; Listen for TLV frames from partner on this port rxPort = 33100                          ; Listen for TLV frames from partner on this port
Line 109: Line 98:
 </code> </code>
  
-  * Enable [NXDN] in ''MMDVM_Bridge.ini''+  * Enable [NXDN] in ''MMDVM_Bridge.ini'' and set your own NXDN ID number
  
 <code ini> <code ini>
Line 151: Line 140:
 {{ :public:radio:allstar:tg23551.jpg?direct&600 |}} {{ :public:radio:allstar:tg23551.jpg?direct&600 |}}
  
 +==== Updating DVSwitch Hostfiles ====
 +
 +  * DVSwtich keep its hostfiles in ''/var/lib/mmdvm'' and updates via ''cron.daily/DVSM_Update'' which calls ''/opt/MMDVM_Bridge/dvswitch.sh update''
 +  * This tries to download hostfiles from various places using ''curl''
 +  * It seems to fail most of the time due to a SSL problem
 +  * A workaround is to put "insecure" in root's ~/.curlrc
 +
 +<code bash>
 +
 +
 +gm4slv@node481482:~$ sudo su -
 +
 +root@node481482:~# echo insecure >> ~/.curlrc
 +
 +root@node481482:~# /opt/MMDVM_Bridge/dvswitch.sh update
 +
 +</code>
 +
 +++++ DVSwitch.ini |
  
 ===== DVSwitch.ini ===== ===== DVSwitch.ini =====
Line 255: Line 263:
  
 </code> </code>
 +
 +++++
 +
 +++++ MMDVM_Bridge.ini |
  
 ===== MMDVM_Bridge.ini ===== ===== MMDVM_Bridge.ini =====
Line 378: Line 390:
 GatewayPort=14020 GatewayPort=14020
 </code> </code>
 +
 +++++
 +
 +++++ NXDNGateway.ini |
  
 ===== NXDNGateway.ini ===== ===== NXDNGateway.ini =====
Line 460: Line 476:
 Enable=1 Enable=1
 Port=6075 Port=6075
- 
  
 </code> </code>
 +
 +++++
 +
 +++++ Analog_Bridge.ini |
  
 ===== Analog_Bridge.ini ===== ===== Analog_Bridge.ini =====
Line 571: Line 590:
 </code> </code>
  
 +++++
  
  
public/radio/allstar/allstar_nxdn.1749576982.txt.gz · Last modified: by john