รุปแบบ การ config ที่ ผม ใช้ อยู่ ครับ เพื่อ เพิ่ม status message เข้า ไป
นี้คือส่วน ที่ใส่ เพิ่ม
beacon raw ">xxxxxxxxxxxxxxxxxx"
http://repo.ham.fi/svn/aprx/trunk/aprx.conf.in________________________________________________________________________
รูปแบบ Digipeater & Transmit Gateway
( KISS MODE )
mycall N0CALL-1
<aprsis>
passcode *****
server rotate.aprs.net
</aprsis>
<interface>
serial-device /dev/tts/1 19200 8n1 KISS
callsign $mycall
tx-ok true
</interface>
<beacon>
beaconmode both
cycle-size 20m
beacon symbol "I&" lat "0000.00N" lon "00000.00E" comment "Internet Gateway for VHF APRS."
beacon raw ">Digipeater & Transmit Gateway"
beacon raw ">aprs.fi - Your friends on a map!"
</beacon>
<digipeater>
transmitter $mycall
<source>
source $mycall
</source>
<source>
source APRSIS
relay-type third-party
#viscous-delay 5
</source>
</digipeater>
_______________________________________________________________________
รูปแบบ RX ONLY
( TNC2 )
mycall N0CALL-1
<aprsis>
passcode *****
server rotate.aprs.net
</aprsis>
<interface>
serial-device /dev/tts/1 19200 8n1 TNC2
callsign $mycall
#tx-ok true
</interface>
<beacon>
beaconmode both
cycle-size 20m
beacon symbol "R&" lat "0000.00N" lon "00000.00E" comment "Internet Gateway for VHF APRS."
beacon raw ">Receive only Gateway"
beacon raw ">aprs.fi - Your friends on a map!"
</beacon>
_____________________________________________________________________