Difference between revisions of "OpenWRT: Setup APRX"

From OnnoWiki
Jump to navigation Jump to search
Line 15: Line 15:
 
   tx-ok true
 
   tx-ok true
 
  </interface>
 
  </interface>
 
+
 
  <beacon>
 
  <beacon>
 
   beacon symbol "I#" lat "111.11S" lon "11111.91E"  
 
   beacon symbol "I#" lat "111.11S" lon "11111.91E"  
 +
  # hitung koordinat menggunakan http://digined.pe1mew.nl/?How_to:Convert_coordinates
 
  </beacon>
 
  </beacon>
 
 
   
 
   
 
  <digipeater>
 
  <digipeater>

Revision as of 17:20, 25 December 2013

Edit file

/etc/aprx.conf

Setup iGATE & DIGIPEATER

mycall N0CALL-1
<aprsis>
 passcode -1   # harus di hitung
 server rotate.aprs2.net
</aprsis>

<interface>
  serial-device /dev/ttyS0  19200 8n1    KISS 
  tx-ok true
</interface>

<beacon>
  beacon symbol "I#" lat "111.11S" lon "11111.91E" 
  # hitung koordinat menggunakan http://digined.pe1mew.nl/?How_to:Convert_coordinates
</beacon>

<digipeater>
   transmitter $mycall
   <source>
      source $mycall
   </source>
</digipeater>