User Tools

Site Tools


packet:bpq_nodes_on_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
packet:bpq_nodes_on_aprs [2024/03/13 08:09] m7eswpacket:bpq_nodes_on_aprs [2024/09/22 18:33] (current) – [Receive-only setup] m0lte
Line 19: Line 19:
 |_APRS indicator "!" |_APRS indicator "!"
 </code> </code>
 +
 +APRS lat/lon format is bizarre. See [[https://om1amj.sk/index.php/conversion-of-gps-coordinates-to-aprs-format|this]] to avoid having to work it out for yourself.
  
 {{:packet:gb7cnraprs.png?400|}} {{:packet:gb7cnraprs.png?400|}}
Line 34: Line 36:
  
 <code> <code>
 +IDINTERVAL=15 ; (minutes) or whatever value you wish to use
 IDMSG: IDMSG:
 !5505.10N/00136.44W#GB7CNR OARC PRN (https://packet.oarc.uk/). AX.25 1200bd @ 144.9375 !5505.10N/00136.44W#GB7CNR OARC PRN (https://packet.oarc.uk/). AX.25 1200bd @ 144.9375
Line 89: Line 92:
 </code> </code>
  
 +==== Receive-only setup ====
 +
 +Do something like this to achieve a receive-only igate setup (e.g. if you are listening for telemetry beacons from remotely located kit, and you want to gate it to APRS-IS / aprs.fi)
 +
 +This will also put a BBS pin in the https://aprs.fi map for your own node, via the internet. Like [[https://aprs.fi/#!z=14&call=a%2FGB7RDG&timerange=3600&tail=0|this]].
 +
 +Put this new block outside the PORTS section of the config file, i.e. at the root level.
 +
 +<code>
 +APRSDIGI
 +  LAT=5026.83N    ; calculating these is non-obvious, use this website to help 
 +  LON=00101.62W   ; https://om1amj.sk/index.php/conversion-of-gps-coordinates-to-aprs-format
 +  StatusMsg=Put a message here, maybe a link to your node page at https://ukpacketradio.network
 +  Symbol=B        
 +  Symset=/        ; B/ is BBS icon
 +  APRSPath 1=     ; I have three ports, 1-3, may as well listen on all of them for APRS
 +  APRSPath 2=     ; These are all receive-only ports for APRS.
 +  APRSPath 3=     
 +  ISHost=england.aprs2.net
 +  ISPort=14580
 +  ISPasscode=nnnnn     ; calculate this value here: https://apps.magicbug.co.uk/passcode/index.php/passcode
 +  OBJECT PATH=IS PORT=1,IS INTERVAL=30 TEXT=>Any text you want goes here
 +  BeaconInterval=30    ; minutes
 +***
 +</code>
 +
 +Substitute appropriate values for yourself.
 +
 +Don't forget the *** at the end, it's crucial
packet/bpq_nodes_on_aprs.1710317377.txt.gz · Last modified: 2024/03/13 08:09 by m7esw