User Tools

Site Tools


ninotnc-aprs

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
ninotnc-aprs [2023/02/18 21:20] 2e0sipninotnc-aprs [2023/02/20 22:48] (current) 2e0sip
Line 5: Line 5:
 The NinoTNC can be used to send and receive [[https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System|APRS]] which will allow you to run an iGate, Digipeater or position beacon when used in conjunction with some additional software. As well as contributing to the APRS network, this might be useful to help  [[https://wiki.oarc.uk/packet_peer_finding|find local stations]] you can peer with to help build a national packet network. The NinoTNC can be used to send and receive [[https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System|APRS]] which will allow you to run an iGate, Digipeater or position beacon when used in conjunction with some additional software. As well as contributing to the APRS network, this might be useful to help  [[https://wiki.oarc.uk/packet_peer_finding|find local stations]] you can peer with to help build a national packet network.
  
-This document will cover installing and configuring the software to run as an Rx only iGate, with a periodic position beacon sent via RF. Two software packages are documented, you can chose one or the other. [[https://thelifeofkenneth.com/aprx/|Aprx]] is lightweight and easy to configure, and [[https://www.cantab.net/users/john.wiseman/Documents/BPQ32.html|BPQ32]] is more fully featured but harder to configure.+This document will cover installing and configuring the software to run as an Rx only iGate, with a periodic position beacon sent via RF. Two software packages are documented, you can chose one or the other. [[https://thelifeofkenneth.com/aprx/|Aprx]] is lightweight and easy to configure, and [[https://www.cantab.net/users/john.wiseman/Documents/BPQ32.html|BPQ32]] is more fully featured but harder to configure, but also allows you to attach an external APRS client like [[https://www.ka2ddo.org/ka2ddo/YAAC.html|YAAC]] so you can run a "headless" iGate but periodically connect from another computer to view stations on a map or send messages.
  
-The guides for both packages assume you're using Raspberry Pi OS or Debian, but may work for other Debian derivatives. +**The guides for both packages assume you're using Raspberry Pi OS or Debian, but may work for other Debian derivatives.** 
  
  
Line 140: Line 140:
 Then run it in the foreground with the debug arguments: Then run it in the foreground with the debug arguments:
   aprx -f /etc/aprx.conf -v -dd -L     aprx -f /etc/aprx.conf -v -dd -L  
 +  
 +===== BPQ32 =====
 +
 +coming soon
 +
 +<code>
 +SIMPLE
 +
 +NODECALL=2E0SIP-11
 +LOCATOR=NONE
 +
 +
 +IDINTERVAL=0
 +IDMSG:
 +!5139.20NR00025.09W&Aprx + NinoTNC Rx-iGate
 +***
 +
 +PORT
 + PORTNUM=1
 + ID=APRS Port
 + TYPE=ASYNC
 + PROTOCOL=KISS
 + FRACK=10000
 + RESPTIME=500
 + RETRIES=10
 + MAXFRAME=7
 + PACLEN=128
 + TXDELAY=500
 + QUALITY=0
 + MINQUAL=10
 + COMPORT=/dev/ttyACM0
 + SPEED=57600
 + SLOTTIME=100
 + PERSIST=64
 + BBSFLAG=NOBBS ; Disable Packet Functions
 + DIGIFLAG=0 ; Disable Packet Functions
 +ENDPORT
 +
 +PORT
 + PORTNUM=2
 + ID=KISS
 + TYPE=ASYNC
 + PROTOCOL=KISS
 + IPADDR=0.0.0.0
 + TCPPORT=8003
 +ENDPORT
 +
 +APRSDIGI
 +
 + APRSCall 2E0SIP-11
 + ;RXONLY=1
 +
 + StatusMsg=BPQ32 + NinoTNC Rx-iGate
 + Symbol=& ; Icon to display for station.
 + Symset=R ; This is a "R" in a Black Diamond, indiciating a receive only iGate
 + BeaconInterval=15
 +
 + ;APRSPath 1= ; Receive only port
 + APRSPath 1=APRS,WIDE1-1
 + APRSPath 2=APRS,WIDE1-1
 +
 + Digimap 1=IS
 +
 + BRIDGE 1=2
 + BRIDGE 2=1
 +
 + ; Posistion Params
 + LAT=5139.20N ; Must be in standard APRS Format (ddmm.mmN/S)
 + LON=00025.09W ; Must be in standard APRS Format (dddmm.mmE/W)
 +
 + ; IGATE Params. If specified you will gate RF packets and your beacons to APRS-IS
 + ISHost=aprs.2e0sip.co.uk
 + ISPort=14580
 + ISPasscode=YOURPASSCODE
 +
 +***
 +</code>
ninotnc-aprs.1676755225.txt.gz · Last modified: 2023/02/18 21:20 by 2e0sip