interface_store() aif->callsign = 'APRSIS' Config line: '#' Config line: '# Simple sample configuration file for the APRX-2 -- an APRS iGate and Digipeater' Config line: '#' Config line: '# This configuration is structured with Apache HTTPD style tags' Config line: '# which then contain subsystem parameters.' Config line: '#' Config line: '' Config line: '#' Config line: '# For simple case, you need to adjust 4 things:' Config line: '# - Mycall parameter' Config line: '# - Select correct type of interface (ax25-device or serial-device)' Config line: '# - Optionally set a beacon telling where this system is' Config line: '# - Optionally enable digipeater with or without tx-igate' Config line: '#' Config line: '' Config line: '#' Config line: '#' Config line: '# Define the parameters in following order:' Config line: '# 1) ** zero or one' Config line: '# 2) ** zero or one' Config line: '# 3) ** there can be multiple!' Config line: '# 4) ** zero to many' Config line: '# 5) ** zero to many (at most one for each Tx)' Config line: '#' Config line: '' Config line: '#' Config line: '# Global macro for simplified callsign definition:' Config line: '# Usable for 99+% of cases.' Config line: '#' Config line: '' Config line: 'mycall OH3RBE-1' /etc/aprx.conf:30: MYCALL = 'OH3RBE-1' '' Config line: '' Config line: '' Config line: '# The aprsis login parameter:' Config line: '# Station callsignSSID used for relaying APRS frames into APRS-IS.' Config line: '#' Config line: '#login $mycall # login defaults to $mycall' Config line: '' Config line: '# APRS-IS server name and portnumber.' Config line: 'server igates.aprs.fi 14580' /etc/aprx.conf:39: SERVER = 'igates.aprs.fi':'14580' Config line: '' Config line: '# Some APRS-IS servers tell every about 20 seconds to all contact' Config line: '# ports that they are there and alive. Others are just silent.' Config line: '# Default value is 3*"heartbeat" + some --> 120 (seconds)' Config line: '#' Config line: '#heartbeat-timeout 0 # Disabler of heartbeat timeout' Config line: '' Config line: '# APRS-IS server may support some filter commands.' Config line: '# See: http://www.aprs-is.net/javAPRSFilter.aspx' Config line: '#' Config line: '# You can define the filter as single long quoted string, or as' Config line: '# many short segments with explaining comments following them.' Config line: '#' Config line: '#filter "possibly multiple filter specs in quotes"' Config line: '#' Config line: 'filter -b/OH8MTM-3' /etc/aprx.conf:55: FILTER = '-b/OH8MTM-3' --> '-b/OH8MTM-3' Config line: 'filter -b/OH8MXJ' /etc/aprx.conf:56: FILTER = '-b/OH8MXJ' --> '-b/OH8MTM-3 -b/OH8MXJ' Config line: 'filter -b/OH3TA-2 # just testing' /etc/aprx.conf:57: FILTER = '-b/OH3TA-2' --> '-b/OH8MTM-3 -b/OH8MXJ -b/OH3TA-2' Config line: 'filter "-p/R/U/SK" # Filter out some automatic neighbours' /etc/aprx.conf:58: FILTER = '-p/R/U/SK' --> '-b/OH8MTM-3 -b/OH8MXJ -b/OH3TA-2 -p/R/U/SK' Config line: '#filter "m/50" # My-Range filter: positions within 50 km from my location' Config line: 'filter a/62.4/22.6/61/25' /etc/aprx.conf:60: FILTER = 'a/62.4/22.6/61/25' --> '-b/OH8MTM-3 -b/OH8MXJ -b/OH3TA-2 -p/R/U/SK a/62.4/22.6/61/25' Config line: 'filter "f/OH3FCB-2/10" # Friend-Range filter: 10 km of friend's last beacon position' /etc/aprx.conf:61: FILTER = 'f/OH3FCB-2/10' --> '-b/OH8MTM-3 -b/OH8MXJ -b/OH3TA-2 -p/R/U/SK a/62.4/22.6/61/25 f/OH3FCB-2/10' Config line: '' Config line: '' Config line: '' Config line: '' Config line: '# pidfile is UNIX way to tell that others that this program is' Config line: '# running with given process-id number. This has compiled-in' Config line: '# default value of: pidfile /var/run/aprx.pid' Config line: '#' Config line: 'pidfile /var/run/aprx.pid' /etc/aprx.conf:70: PIDFILE = '/var/run/aprx.pid' '' Config line: '' Config line: '' Config line: '# rflog defines a rotatable file into which all RF-received packets' Config line: '# are logged. It can be rotated at any time without need to signal' Config line: '# the aprx that the file has been moved.' Config line: '#' Config line: 'rflog /var/log/aprx/aprx-rf.log' /etc/aprx.conf:77: RFLOG = '/var/log/aprx/aprx-rf.log' '' Config line: '' Config line: '# aprxlog defines a rotatable file into which most important' Config line: '# events on APRS-IS connection are logged, namely connects and' Config line: '# disconnects. It can be rotated at any time without need to' Config line: '# signal the aprx that the file has been moved.' Config line: '#' Config line: 'aprxlog /var/log/aprx/aprx.log' /etc/aprx.conf:84: APRXLOG = '/var/log/aprx/aprx.log' '' Config line: '' Config line: '# erlangfile defines a mmap():able binary file, which stores' Config line: '# running sums of interfaces upon which the channel erlang' Config line: '# estimator runs, and collects data.' Config line: '# Depending on the system, it may be running on a filesystem' Config line: '# that actually retains data over reboots, or it may not.' Config line: '# With this backing store, the system does not loose cumulating' Config line: '# erlang data over the current period, if the restart is quick,' Config line: '# and does not stradle any exact minute.' Config line: '# (Do restarts at 15 seconds over an even minute..)' Config line: '# This file is around 0.7 MB per each interface talking APRS.' Config line: '# If this file is not defined and it can not be created,' Config line: '# internal non-persistent in-memory storage will be used.' Config line: '#' Config line: '# Built-in default value is: /var/run/aprx.state' Config line: '#' Config line: 'erlangfile /var/run/aprx.state' /etc/aprx.conf:101: ERLANGFILE = '/var/run/aprx.state' '' Config line: '' Config line: '' Config line: '' Config line: '' Config line: '# *********** Multiple definitions can follow *********' Config line: '' Config line: '# ax25-device Lists AX.25 ports by their callsigns that in Linux' Config line: '# systems receive APRS packets. If none are defined,' Config line: '# or the system is not Linux, the AX.25 network receiver' Config line: '# is not enabled. Used technologies need at least' Config line: '# Linux kernel 2.4.x' Config line: '#' Config line: '# tx-ok Boolean telling if this device is able to transmit.' Config line: '#' Config line: '#' Config line: '# ax25-device $mycall' Config line: '# #tx-ok false # transmitter enable defaults to false' Config line: '#' Config line: '' Config line: '# The TNC serial options. Parameters are:' Config line: '# - /dev/ttyUSB1 -- tty device' Config line: '# - 19200 -- baud rate, supported ones are:' Config line: '# 1200, 2400, 4800, 9600, 19200, 38400' Config line: '# - 8n1 -- 8-bits, no parity, one stop-bit,' Config line: '# no other supported modes' Config line: '# - "KISS" - plain basic KISS mode' Config line: '# - "XORSUM" alias "BPQCRC" - KISS with BPQ "CRC" byte' Config line: '# - "SMACK" alias "CRC16" - KISS with real CRC' Config line: '# - "TNC2" - TNC2 monitor format' Config line: '#' Config line: '' Config line: ' serial-device /dev/ttyS0 9600 8n1 KISS' .. new style serial: '/dev/ttyS0' '9600 8n1 KISS'.. tncid=0 callsign=OH3RBE-1 .. param='9600' .. param='8n1' .. param='kiss' Config line: ' callsign $mycall # callsign defaults to $mycall' callsign= 'OH3RBE-1' Config line: ' tx-ok true # transmitter enable defaults to false' Config line: '' openpty() rc=0 name='/dev/pts/0' master=4 slave=5 interface_store() aif->callsign = 'OH3RBE-1' Config line: '#' Config line: '#' Config line: '# serial-device /dev/ttyS1 9600 8n1 KISS' Config line: '# callsign OH3RBE-7 # callsign defaults to $mycall' Config line: '# tx-ok true' Config line: '#' Config line: '#' Config line: '' Config line: '' Config line: '# *********** Multiple definitions can follow *********' Config line: '' Config line: '#' Config line: '# Beacons are sent out to radio transmitters AND/OR APRSIS.' Config line: '# Default if "both", other modes are settable.' Config line: '#' Config line: 'beaconmode both' Config line: '#' Config line: '# Beacons are sent from a circullar transmission queue, total cycle time' Config line: '# of that queue is 20 minutes by default, and beacons are "evenly"' Config line: '# distributed along it. Actual intervals are randomized to be anything' Config line: '# in between 80% and 100% of the cycle-size / number-of-beacons.' Config line: '# First beacon is sent out 30 seconds after system start.' Config line: '# Tune the cycle-size to be suitable to your number of defined beacons.' Config line: '#' Config line: 'cycle-size 20m' Beacon cycle size: 20.00 Config line: '#' Config line: '#' Config line: '# There can be multiple beacon options.' Config line: '# 'for' parameter sets claimed origination address.' Config line: '# 'dest' sets destination address, default "APRXnn"' Config line: '# 'to' parameter picks an interface (must be "tx-ok true" type)' Config line: '# 'via' sets radio distribution pattern, default: none.' Config line: '# 'type' Single character setting type: ! = / @' Config line: '# 'item' Defines a name of Item (')') type beacons.' Config line: '# 'object' Defines a name of Object (';') type beacons.' Config line: '#' Config line: '# 'timefix' On APRS messages with HMS timestamp (hour:min:sec), the' Config line: '# system fixes appropriate field with transmit time timestamp.' Config line: '# 'file' option tells a file at which a _raw_ APRS message content is' Config line: '# expected to be found as first line of text. Line ending newline' Config line: '# is removed, and no escapes are supported. The timefix is' Config line: '# available, though probably should not be used.' Config line: '#' Config line: '# The parameter sets can vary:' Config line: '# a) 'for nnn-n dest "string" symbol "R&" lat "ddmm.mmN" lon "dddmm.mmE" [comment "any text"]' Config line: '# b) 'for nnn-n dest "string" raw "string"'' Config line: '#' Config line: '# The a) form flags on some of possible syntax errors in parameters.' Config line: '# It will also create only "!" type messages. The dest parameter' Config line: '# defaults to "APRS", but can be used to give other destinations.' Config line: '# The via parameter can be used to add other keywords, like "NOGATE".' Config line: '#' Config line: '# Writing correct RAW format beacon message is very hard,' Config line: '# which is evidenced by the frequency of bad syntax texts' Config line: '# people so often put there... If you can not be persuaded' Config line: '# not to do it, then at least VERIFY the beacon result on' Config line: '# web service like findu.com, or aprs.fi' Config line: '#' Config line: '# Symbol R& is for "Rx-only iGate"' Config line: '# Symbol I& is for "Tx-iGate"' Config line: '# Symbol /# is for "Digipeater"' Config line: '#' Config line: '#beacon file /tmp/wxbeacon.txt' Config line: '#beacon to N0CALL-3 for N0CALL-3 raw "!6016.30NR02506.36E&aprx - an Rx-only iGate"' Config line: 'beacon to $mycall symbol "/#" lat "6129.78N" lon "02343.89E" comment "Tampere/Pyynikki http://oh3ne.ham.fi/"' BEACON parameters: interface 'OH3RBE-1' symbol '/#' lat '6129.78N' lon '02343.89E' comment 'Tampere/Pyynikki http://oh3ne.ham.fi/' RF+NET BEACON FOR ***>APRX1F' '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/' Config line: 'beacon to $mycall raw ";OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293"' BEACON parameters: interface 'OH3RBE-1' raw ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293' RF+NET BEACON FOR ***>APRX1F' ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293' Config line: '#beacon to $mycall raw ";145.750-C*111111z6130.29N/02344.58Er145.750MHz T123 -0600kHz R60k Tampere OH3RNE"' Config line: 'beacon to $mycall raw ";145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE"' BEACON parameters: interface 'OH3RBE-1' raw ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE' RF+NET BEACON FOR ***>APRX1F' ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE' Config line: 'beacon to $mycall raw ";434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE"' BEACON parameters: interface 'OH3RBE-1' raw ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE' RF+NET BEACON FOR ***>APRX1F' ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE' Config line: '' Config line: '' Config line: '' Config line: '# *********** definition(s) follow *********' Config line: '#' Config line: '# The digipeater definitions tell transmitters that receive' Config line: '# AX.25 packets from possibly multiple sources, and then what' Config line: '# to do on the AX.25 headers of those messages.' Config line: '#' Config line: '# There is one transmitter per digipeater -- and inversely, there' Config line: '# can be at most one digipeater for each transmitter.' Config line: '#' Config line: '# In each digipeater there is at least one , usually same' Config line: '# as the transmitter. You may use same on multiple' Config line: '# s. Using multiple instances of same on' Config line: '# a single does not crash the system, but it can cause' Config line: '# packet duplication in case of non-APRS protocols (like AX.25 CONS)' Config line: '#' Config line: '# Use only at most two levels of viscous-delay in your .' Config line: '# Immediate sending is by "0", and a delayed sending is any value' Config line: '# from 1 to 9. This system does not correctly support other than' Config line: '# immediate sending and one level of delay.' Config line: '#' Config line: '' Config line: '' Config line: '' Config line: ' transmit $mycall' Config line: '' Config line: ' source $mycall' /etc/aprx.conf:234 source = '$mycall' Config line: ' relay-type digipeated # default mode is "digipeated"' Config line: '# viscous-delay 0 # no viscous delay for RF->RF digipeating' Config line: '# ratelimit 120 # default: max 120 packets/minute' Config line: '# filter t/m' Config line: ' filter a/62.4/22.6/61/25' Config line: '# filter a/65/19/59/28' Config line: ' filter -b/OH6RV*' Config line: ' filter -b/SM5LBR*' Config line: ' filter "-p/R/U/SK"' Config line: '' Config line: ' # Adding APRSIS source makes this tx-igate' Config line: ' source APRSIS' /etc/aprx.conf:246 source = 'APRSIS' Config line: ' relay-type 3rd-party # Must define this for APRSIS source!' Config line: ' viscous-delay 5 # Recommendation: 5 seconds delay to give' viscous-delay = 5 Config line: '# # RF delivery time make itself known.' Config line: '# via-path WIDE1-1 # default: none' Config line: '# filter t/m # Tx-IGate only messages sent to me by APRSIS' Config line: ' filter a/62.4/22.86/61/25' Config line: ' filter "f/OH3FCB-2/10"' Config line: '' Config line: '' Config line: '#' 1274440530 TTY /dev/ttyS0 OPEN - fd=7 - OK 1274440530 CONNECT APRSIS igates.aprs.fi:14580 1274440530 << igates.aprs.fi:14580 << user OH3RBE-1 pass 19901 vers aprx aprx-1.98.svn342 filter -b/OH8MTM-3 -b/OH8MXJ -b/OH3TA-2 -p/R/U/SK a/62.4/22.6/61/25 f/OH3FCB-2/10 1274440531 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 1274440531 << igates.aprs.fi:14580 >> # logresp OH3RBE-1 verified, server FIGATES2, adjunct "filter -b/OH8MTM-3 -b/OH8MXJ -b/OH3TA-2 -p/R/U/SK a/62.4/22.6/61/25 f/OH3FCB-2/10" OK - Filter definition updated 1274440538 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/111654h6215.67N/02402.91E>289/42./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a708 parse_aprs_uncompressed position ok: lat 62.261 lng 24.049 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/111654h6215.67N/02402.91E>289/42./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440538 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a708 1274440543 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882a708 Source filtering accepted the packet. hops count: OH3HEL-9>APRS,TCPIP,OH3RDR*:/111654h6215.67N/02402.91E>289/42./GPS FIX out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/111654h6215.67N/02402.91E>289/42./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882a708) 1274440543 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440543 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274440543 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274440543 OH3RBE-1 R OH6RAH>APZMDR,WIDE1:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882a8c0 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274440543 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1*,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274440543 OH3RBE-1 R OH6RAH>APZMDR,WIDE1*:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,41) -> 0x882a708 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1*' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a708) erlang_add(OH3RBE-1, 0, 89, 1) 1274440543 OH3RBE-1 R OH3RBR>APRG11:}OH3BK>APRX1D,TCPIP*,OH3RBR*:!6128.23NR02353.52E&aprx - an Rx-only iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6128' erlang_add(OH3RBE-1, 1, 71, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 83, 1) 1274440543 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274440543 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274440543 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274440543 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 76, 1) 1274440543 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274440543 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. erlang_add(OH3RBE-1, 0, 94, 1) 1274440543 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6012.31N/02437.23E>249/043/A=000137 Ford Mondeo VGV-601 1274440543 OH3RBE-1 R OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*:!6012.31N/02437.23E>249/043/A=000137 Ford Mondeo VGV-601 interface_receive_ax25() pbuf_alloc(93,98) -> 0x882ae70 parse_aprs_uncompressed position ok: lat 60.205 lng 24.621 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*' info_start='!6012.31N/02437.23E>249/043/A=000137 Ford Mondeo VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274440543 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//!sWU!9@>+JG 1274440543 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//!sWU!9@>+JG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882afa0 parse_aprs_compressed position ok: lat 62.285 lng 25.751 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//!sWU!9@>+JG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274440544 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//!sWU!9@>+JG 1274440544 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//!sWU!9@>+JG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b058 parse_aprs_compressed position ok: lat 62.285 lng 25.751 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//!sWU!9@>+JG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b058) erlang_add(OH3RBE-1, 0, 51, 1) 1274440544 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274440544 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882b058 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer 1274440544 << igates.aprs.fi:14580 >> OH6MEV>APRS,TCPIP*,qAC,T2FINLAND:!6132.47N/02340.62E-aprx iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882b130 parse_aprs_uncompressed position ok: lat 61.541 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440544 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b130 1274440549 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b130 Source filtering accepted the packet. hops count: OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882b130) 1274440552 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882b130 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440552 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b130 1274440556 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882b228 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440556 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b228 1274440557 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882b130 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882b130) 1274440557 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274440557 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440558 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 37, 1) 1274440558 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274440558 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() erlang_add(OH3RBE-1, 0, 59, 1) 1274440558 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274440558 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.17 minutes beacons offset: 8.60 minutes beacons offset: 12.88 minutes beacons offset: 17.75 minutes BEACON: idx=0, nexttime= +250 sec 1274440560 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.17 minutes 1274440560 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer Telemetry Tx run; next one in 20.00 minutes 1274440560 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#083,0,0,0,0,000,00000000 1274440560 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1::OH3RBE :PARM.Avg 10m,Avg 10m,RxPkts,IGateDropRx,TxPkts 1274440560 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1::OH3RBE :UNIT.Rx Erlang,Tx Erlang,count/10m,count/10m,count/10m 1274440560 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1::OH3RBE :EQNS.0,0.005,0,0,0.005,0,0,1,0,0,1,0,0,1,0 1274440560 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#083,13,3,79,8,015,00000000 1274440560 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1::OH3RBE-1 :PARM.Avg 10m,Avg 10m,RxPkts,IGateDropRx,TxPkts 1274440560 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1::OH3RBE-1 :UNIT.Rx Erlang,Tx Erlang,count/10m,count/10m,count/10m 1274440560 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1::OH3RBE-1 :EQNS.0,0.005,0,0,0.005,0,0,1,0,0,1,0,0,1,0 1274440561 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882b228 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882b228) 1274440563 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882b130 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440563 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b130 1274440568 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882b130 Source filtering accepted the packet. hops count: OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=99) ttyreader_kisswrite(->OH3RBE-1, axlen=99)erlang_add(OH3RBE-1, 2, 99, 1) .. put 102 bytes of KISS frame on IO buffer pbuf_free(0x882b130) 1274440568 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274440568 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440568 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 72, 1) 1274440568 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274440568 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882b130 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b130) erlang_add(OH3RBE-1, 0, 79, 1) 1274440568 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274440568 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882b130 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b130) 1274440583 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:17:42 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882afa0) pbuf_free(0x882ac60) pbuf_free(0x882ae70) pbuf_free(0x882a8c0) pbuf_free(0x882ad70) pbuf_free(0x882b058) 1274440594 << igates.aprs.fi:14580 >> OH1WW>APU25N,TCPIP*,qAC,T2FINLAND:;OH1FAP *281738z6116.91N\02241.95E- interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.282 lng 22.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1WW>APU25N,TCPIP,OH1WW*:;OH1FAP *281738z6116.91N\02241.95E-' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440594 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274440599 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering rejected the packet. pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 68, 1) 1274440600 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6011.87N/02435.22E>228/044/A=000042 VGV-601 1274440600 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6011.87N/02435.22E>228/044/A=000042 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.198 lng 24.587 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6011.87N/02435.22E>228/044/A=000042 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274440612 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274440612 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274440614 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:18:13 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 79, 1) 1274440614 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RDA-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274440614 OH3RBE-1 R OH3RCD>APN391,OH3RDA-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RDA-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 86, 1) 1274440615 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274440615 OH3RBE-1 R OH3RCD>APN391,OH3RBE-2*,TRACE2:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(85,85) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-2*,TRACE2' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 25, 1) 1274440616 OH3RBE-1 R OH6GHF>BEACON,WIDE2: interface_receive_ax25() pbuf_alloc(24,20) -> 0x882a790 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 25, 1) 1274440617 OH3RBE-1 R OH6GHF>BEACON,WIDE2*: interface_receive_ax25() pbuf_alloc(24,21) -> 0x882ad68 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2*' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 97, 1) 1274440624 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211118z6009.37N/02504.89Es http://kartta.hmpy.fi 1274440624 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211118z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ad68 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211118z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 68, 1) 1274440630 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6011.56N/02434.86E>199/043/A=000019 VGV-601 1274440630 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6011.56N/02434.86E>199/043/A=000019 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ae98 parse_aprs_uncompressed position ok: lat 60.193 lng 24.581 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6011.56N/02434.86E>199/043/A=000019 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274440634 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3BK:!6128.33N/02359.09EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882af88 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.33N/02359.09EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440634 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af88 erlang_add(OH3RBE-1, 0, 44, 1) 1274440634 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274440634 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-2:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b080 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-2' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af88) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6128.33N/02359.09EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b080) erlang_add(OH3RBE-1, 0, 51, 1) 1274440635 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274440635 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(50,54) -> 0x882af88 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af88) erlang_add(OH3RBE-1, 0, 51, 1) 1274440637 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274440637 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(50,56) -> 0x882af88 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af88) erlang_add(OH3RBE-1, 0, 44, 1) 1274440638 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274440638 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-1:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882af88 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-1' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882af88) 1274440639 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=(nil) pbuf_free(0x882a870) pbuf_free(0x882a790) pbuf_free(0x882ac60) 1274440654 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:18:53 GMT FIGATES2 193.185.39.3:14580 1274440658 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/111854h6215.40N/02400.07E>253/43./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.257 lng 24.001 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/111854h6215.40N/02400.07E>253/43./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440658 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 73, 1) 1274440658 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/111854h6215.40N/02400.07E>253/43./GPS FIX 1274440658 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/111854h6215.40N/02400.07E>253/43./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.257 lng 24.001 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/111854h6215.40N/02400.07E>253/43./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/111854h6215.40N/02400.07E>253/43./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 73, 1) 1274440660 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/111854h6215.40N/02400.07E>253/43./GPS FIX 1274440660 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/111854h6215.40N/02400.07E>253/43./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.257 lng 24.001 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/111854h6215.40N/02400.07E>253/43./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274440663 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) 1274440678 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:19:17 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad68) pbuf_free(0x882ae98) 1274440698 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:19:37 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 44, 1) 1274440713 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274440713 OH3RBE-1 R OH6FJB>APZMDR,WIDE2-1:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,42) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2-1' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274440715 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274440715 OH3RBE-1 R OH6FJB>APZMDR,WIDE2:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274440718 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:19:57 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274440719 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6010.84N/02433.54E>198/042/A=000032 VGV-601 1274440719 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6010.84N/02433.54E>198/042/A=000032 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.181 lng 24.559 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6010.84N/02433.54E>198/042/A=000032 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 98, 1) 1274440727 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi 1274440727 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RDA-3*:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(97,98) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RDA-3*' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 105, 1) 1274440728 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi 1274440728 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(104,105) -> 0x882ae80 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae80) 1274440738 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:20:17 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274440749 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6010.60N/02433.53E>178/032/A=000029 VGV-601 1274440749 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6010.60N/02433.53E>178/032/A=000029 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ae80 parse_aprs_uncompressed position ok: lat 60.177 lng 24.559 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6010.60N/02433.53E>178/032/A=000029 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274440758 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:20:37 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad50) pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274440778 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:20:57 GMT FIGATES2 193.185.39.3:14580 1274440779 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/112054h6214.66N/02357.28E>252/45./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.244 lng 23.955 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/112054h6214.66N/02357.28E>252/45./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440779 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 73, 1) 1274440779 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/112054h6214.66N/02357.28E>252/45./GPS FIX 1274440779 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/112054h6214.66N/02357.28E>252/45./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.244 lng 23.955 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/112054h6214.66N/02357.28E>252/45./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/112054h6214.66N/02357.28E>252/45./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274440779 << igates.aprs.fi:14580 >> OH3HEL-9>APRTLM,OH3RUX*,WIDE,qAR,OH3RBR:T#014,109,131,138,138,079,11111111, MIM v1.07 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_telem .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRTLM,TCPIP,OH3RBR*:T#014,109,131,138,138,079,11111111, MIM v1.07' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440779 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 76, 1) 1274440779 << igates.aprs.fi:14580 << OH3HEL-9>APRTLM,OH3RUX*,WIDE,qAR,OH3RBE-1:T#014,109,131,138,138,079,11111111, MIM v1.07 1274440779 OH3RBE-1 R OH3HEL-9>APRTLM,OH3RUX*,WIDE:T#014,109,131,138,138,079,11111111, MIM v1.07 interface_receive_ax25() pbuf_alloc(75,74) -> 0x882ac60 parse_aprs_telem .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRTLM,OH3RUX*,WIDE' info_start='T#014,109,131,138,138,079,11111111, MIM v1.07' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering rejected the packet. pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 76, 1) 1274440780 << igates.aprs.fi:14580 << OH3HEL-9>APRTLM,OH3RUX*,OH3RBE-3*,qAR,OH3RBE-1:T#014,109,131,138,138,079,11111111, MIM v1.07 1274440780 OH3RBE-1 R OH3HEL-9>APRTLM,OH3RUX*,OH3RBE-3*:T#014,109,131,138,138,079,11111111, MIM v1.07 interface_receive_ax25() pbuf_alloc(75,79) -> 0x882a870 parse_aprs_telem .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRTLM,OH3RUX*,OH3RBE-3*' info_start='T#014,109,131,138,138,079,11111111, MIM v1.07' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae80) Seen this packet 3 times pbuf_free(0x882a870) 1274440784 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) 1274440784 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) 1274440788 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6144.24N/02447.34E>248/048 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.737 lng 24.789 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.24N/02447.34E>248/048' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440788 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274440793 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.24N/02447.34E>248/048 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.24N/02447.34E>248/048' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274440808 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:21:27 GMT FIGATES2 193.185.39.3:14580 BEACON: idx=1, nexttime= +266 sec 1274440810 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.43 minutes 1274440810 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274440810 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274440810 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440810 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 68, 1) 1274440810 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6010.00N/02432.81E>202/043/A=000036 VGV-601 1274440810 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6010.00N/02432.81E>202/043/A=000036 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.167 lng 24.547 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6010.00N/02432.81E>202/043/A=000036 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 162, 1) 1274440816 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 144, 1) interface_receive_ax25() 1274440828 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:21:47 GMT FIGATES2 193.185.39.3:14580 1274440838 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440838 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 68, 1) 1274440842 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6009.60N/02432.53E>193/045/A=000029 VGV-601 1274440842 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6009.60N/02432.53E>193/045/A=000029 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882adc0 parse_aprs_uncompressed position ok: lat 60.160 lng 24.542 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6009.60N/02432.53E>193/045/A=000029 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274440843 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) 1274440847 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6144.16N/02445.79E>297/048 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.736 lng 24.763 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.16N/02445.79E>297/048' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440847 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274440852 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.16N/02445.79E>297/048 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.16N/02445.79E>297/048' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274440867 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:22:26 GMT FIGATES2 193.185.39.3:14580 1274440887 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:22:46 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882adc0) 1274440898 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/112254h6214.48N/02354.15E>249/43./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.241 lng 23.903 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/112254h6214.48N/02354.15E>249/43./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440898 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274440903 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3HEL-9>APRS,TCPIP,OH3RBR*:/112254h6214.48N/02354.15E>249/43./GPS FIX out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/112254h6214.48N/02354.15E>249/43./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274440903 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274440903 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440903 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 68, 1) 1274440903 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6009.24N/02432.52E>171/042/A=000006 VGV-601 1274440903 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6009.24N/02432.52E>171/042/A=000006 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.154 lng 24.542 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6009.24N/02432.52E>171/042/A=000006 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 73, 1) 1274440903 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/112254h6214.48N/02354.15E>249/43./GPS FIX 1274440903 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/112254h6214.48N/02354.15E>249/43./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.241 lng 23.903 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/112254h6214.48N/02354.15E>249/43./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 73, 1) 1274440903 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/112254h6214.48N/02354.15E>249/43./GPS FIX 1274440903 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/112254h6214.48N/02354.15E>249/43./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.241 lng 23.903 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/112254h6214.48N/02354.15E>249/43./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 68, 1) 1274440903 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6008.89N/02432.49E>199/043/A=000022 VGV-601 1274440903 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6008.89N/02432.49E>199/043/A=000022 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.148 lng 24.542 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6008.89N/02432.49E>199/043/A=000022 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274440906 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6144.06N/02444.14E>248/056 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.734 lng 24.736 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.06N/02444.14E>248/056' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440906 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 1274440911 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.06N/02444.14E>248/056 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6144.06N/02444.14E>248/056' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) 1274440917 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440917 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 1274440922 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) 1274440922 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274440922 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440922 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 97, 1) 1274440922 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211123z6009.37N/02504.89Es http://kartta.hmpy.fi 1274440922 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211123z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ad50 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211123z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274440922 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211123z6009.37N/02504.89Es http://kartta.hmpy.fi 1274440922 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211123z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882ae80 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211123z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae80) erlang_add(OH3RBE-1, 0, 66, 1) 1274440923 OH3RBE-1 R OH3RBR>APRG11:}OH3NE>APJI23,TCPIP*,OH3RBR*:!6129.78ND02343.89E& TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6129' erlang_add(OH3RBE-1, 1, 48, 1) interface_receive_ax25() 1274440925 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-1,qAR,OH5KFP-1:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(76,69) -> 0x882ae80 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH5KFP-1*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440925 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae80 1274440930 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ae80 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH5KFP-1*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH5KFP-1*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=76) ttyreader_kisswrite(->OH3RBE-1, axlen=76)erlang_add(OH3RBE-1, 2, 76, 1) .. put 79 bytes of KISS frame on IO buffer pbuf_free(0x882ae80) 1274440931 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-1,qAR,OH5KFP-1:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(76,69) -> 0x882ae80 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH5KFP-1*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440931 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae80 1274440936 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882ae80 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH5KFP-1*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH5KFP-1*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=76) ttyreader_kisswrite(->OH3RBE-1, axlen=76)erlang_add(OH3RBE-1, 2, 76, 1) .. put 79 bytes of KISS frame on IO buffer pbuf_free(0x882ae80) 1274440936 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274440936 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440936 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 65, 1) 1274440936 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4-1,qAR,OH3RBE-1:!//!XJU@z@>CcW OH4JT/OH4KZM Mobile 1274440936 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4-1:!//!XJU@z@>CcW OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,65) -> 0x882ae80 parse_aprs_compressed position ok: lat 62.291 lng 27.130 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4-1' info_start='!//!XJU@z@>CcW OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 65, 1) 1274440937 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4,qAR,OH3RBE-1:!//!XJU@z@>CcW OH4JT/OH4KZM Mobile 1274440937 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4:!//!XJU@z@>CcW OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,63) -> 0x882af70 parse_aprs_compressed position ok: lat 62.291 lng 27.130 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4' info_start='!//!XJU@z@>CcW OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af70) erlang_add(OH3RBE-1, 0, 45, 1) 1274440941 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.[d:T>7a>OS_ 1274440941 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.[d:T>7a>OS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882af70 parse_aprs_compressed position ok: lat 63.006 lng 23.054 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.[d:T>7a>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274440943 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.[d:T>7a>OS_ 1274440943 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.[d:T>7a>OS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b038 parse_aprs_compressed position ok: lat 63.006 lng 23.054 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.[d:T>7a>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b038) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274440951 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:23:51 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274440960 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6008.29N/02432.04E>227/029/A=000091 VGV-601 1274440960 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6008.29N/02432.04E>227/029/A=000091 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.138 lng 24.534 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6008.29N/02432.04E>227/029/A=000091 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274440962 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.[wdT>4N>PT_ 1274440962 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.[wdT>4N>PT_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 63.001 lng 23.053 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.[wdT>4N>PT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274440964 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.[wdT>4N>PT_ 1274440964 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.[wdT>4N>PT_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b038 parse_aprs_compressed position ok: lat 63.001 lng 23.053 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.[wdT>4N>PT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b038) 1274440967 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6143.88N/02442.14E>267/053 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b038 parse_aprs_uncompressed position ok: lat 61.731 lng 24.702 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6143.88N/02442.14E>267/053' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440967 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b038 1274440968 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211123z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10132eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882b140 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211123z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10132eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440968 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b140 1274440972 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882b038 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6143.88N/02442.14E>267/053 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6143.88N/02442.14E>267/053' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882b038) 1274440973 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882b140 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211123z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10132eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211123z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10132eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882b140) 1274440973 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274440973 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274440973 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 123, 1) 1274440975 OH3RBE-1 R OH3RBR>APRG11:}OH3MWY>APRS,TCPIP*,OH3RBR*:@211123z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10132eWUHU21636XXSP. TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:@2111' erlang_add(OH3RBE-1, 1, 105, 1) interface_receive_ax25() 1274440978 << igates.aprs.fi:14580 >> OH3FU-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.25N/02356.29ER interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882b038 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274440978 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b038 erlang_add(OH3RBE-1, 0, 44, 1) 1274440978 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274440978 OH3RBE-1 R OH3FU-9>APZMDR,WIDE2-2:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(43,43) -> 0x882b130 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,WIDE2-2' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b038) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FU-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6129.25N/02356.29ER' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b130) erlang_add(OH3RBE-1, 0, 51, 1) 1274440979 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274440979 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,53) -> 0x882b038 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b038) pbuf_free(0x882ae80) pbuf_free(0x882ad50) pbuf_free(0x882af70) erlang_add(OH3RBE-1, 0, 51, 1) 1274440981 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274440981 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 51, 1) 1274440982 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274440982 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,55) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad50) 1274440983 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) 1274440993 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#087,8,0,55,4,000,00000000 Not relayable packet! [2] pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274441013 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:24:52 GMT FIGATES2 193.185.39.3:14580 1274441018 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/112454h6214.56N/02351.31E>313/44./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.243 lng 23.855 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/112454h6214.56N/02351.31E>313/44./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441018 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 73, 1) 1274441018 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/112454h6214.56N/02351.31E>313/44./GPS FIX 1274441018 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/112454h6214.56N/02351.31E>313/44./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.243 lng 23.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/112454h6214.56N/02351.31E>313/44./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/112454h6214.56N/02351.31E>313/44./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274441023 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274441024 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.\VIT>+N>LS_ 1274441024 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.\VIT>+N>LS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.987 lng 23.048 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.\VIT>+N>LS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441026 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.\VIT>+N>LS_ 1274441026 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.\VIT>+N>LS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.987 lng 23.048 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.\VIT>+N>LS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274441035 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274441035 OH3RBE-1 R OH6JAT>APZMDR,WIDE1:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,45) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 49, 1) 1274441036 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274441036 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,49) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274441037 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBR:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3RBR*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441037 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 66, 1) 1274441037 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274441037 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882ae50 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ae50) erlang_add(OH3RBE-1, 0, 49, 1) 1274441037 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274441037 OH3RBE-1 R OH6JAT>APZMDR,WIDE1*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,46) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 66, 1) 1274441040 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274441040 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 73, 1) 1274441041 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274441041 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(72,76) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) 1274441042 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) 1274441057 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:25:36 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 70, 1) 1274441063 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP01.4 SATS08 1274441063 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6059.81N/02542.20E> 12.5V 42C HDOP01.4 SATS08 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP01.4 SATS08' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274441064 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP01.4 SATS08 1274441064 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6059.81N/02542.20E> 12.5V 42C HDOP01.4 SATS08 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ae20 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP01.4 SATS08' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae20) pbuf_free(0x882a870) pbuf_free(0x882ac60) BEACON: idx=2, nexttime= +257 sec 1274441076 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.28 minutes 1274441076 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer 1274441077 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:25:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274441085 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.].oT>.x>NS_ 1274441085 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.].oT>.x>NS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.975 lng 23.050 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.].oT>.x>NS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441087 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.].oT>.x>NS_ 1274441087 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.].oT>.x>NS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.975 lng 23.050 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.].oT>.x>NS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 94, 1) 1274441088 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6007.92N/02430.01E>243/039/A=000026 Ford Mondeo VGV-601 1274441088 OH3RBE-1 R OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*:!6007.92N/02430.01E>243/039/A=000026 Ford Mondeo VGV-601 interface_receive_ax25() pbuf_alloc(93,98) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.132 lng 24.500 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*' info_start='!6007.92N/02430.01E>243/039/A=000026 Ford Mondeo VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 101, 1) 1274441089 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RBE-2*,TRACE3,qAR,OH3RBE-1:!6007.92N/02430.01E>243/039/A=000026 Ford Mondeo VGV-601 1274441089 OH3RBE-1 R OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RBE-2*,TRACE3:!6007.92N/02430.01E>243/039/A=000026 Ford Mondeo VGV-601 interface_receive_ax25() pbuf_alloc(100,105) -> 0x882ae20 parse_aprs_uncompressed position ok: lat 60.132 lng 24.500 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RBE-2*,TRACE3' info_start='!6007.92N/02430.01E>243/039/A=000026 Ford Mondeo VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae20) 1274441096 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882ae20 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441096 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae20 erlang_add(OH3RBE-1, 0, 105, 1) 1274441098 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274441098 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() pbuf_free(0x882ad28) 1274441101 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882ae20 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882ae20) 1274441102 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH6FJG:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH6FJG*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441102 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274441107 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH6FJG*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH6FJG*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=74) ttyreader_kisswrite(->OH3RBE-1, axlen=74)erlang_add(OH3RBE-1, 2, 74, 1) .. put 77 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274441108 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441108 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441108 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274441108 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274441108 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 51, 1) 1274441108 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274441108 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 44, 1) 1274441108 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274441108 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 51, 1) 1274441108 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274441108 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,56) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 63, 1) 1274441108 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274441108 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,63) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274441108 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274441108 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,65) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 63, 1) 1274441109 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274441109 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 45, 1) 1274441110 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.]B8T>-G>OQ_ 1274441110 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.]B8T>-G>OQ_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae10 parse_aprs_compressed position ok: lat 62.970 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.]B8T>-G>OQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441111 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.]B8T>-G>OQ_ 1274441111 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.]B8T>-G>OQ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aed8 parse_aprs_compressed position ok: lat 62.970 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.]B8T>-G>OQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed8) erlang_add(OH3RBE-1, 0, 68, 1) 1274441117 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.71N/02429.57E>211/039/A=000032 VGV-601 1274441117 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.71N/02429.57E>211/039/A=000032 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882aed8 parse_aprs_uncompressed position ok: lat 60.129 lng 24.493 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.71N/02429.57E>211/039/A=000032 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441123 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:26:42 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274441135 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.]UbT>,S>NQ_ 1274441135 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.]UbT>,S>NQ_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.966 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.]UbT>,S>NQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441137 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.]UbT>,S>NQ_ 1274441137 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.]UbT>,S>NQ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.966 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.]UbT>,S>NQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274441143 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:27:02 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274441150 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.39N/02429.20E>221/038/A=000039 VGV-601 1274441150 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.39N/02429.20E>221/038/A=000039 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.123 lng 24.487 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.39N/02429.20E>221/038/A=000039 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ae10) pbuf_free(0x882aed8) pbuf_free(0x882ad28) 1274441163 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:27:22 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274441164 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.]i>T>,V>NO_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.961 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.]i>T>,V>NO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441164 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.]i>T>,V>NO_ erlang_add(OH3RBE-1, 0, 45, 1) 1274441165 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.]i>T>,V>NO_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882adf0 parse_aprs_compressed position ok: lat 62.961 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.]i>T>,V>NO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882adf0) 1274441165 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.]i>T>,V>NO_ erlang_add(OH3RBE-1, 0, 68, 1) 1274441180 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.20N/02428.69E>235/034/A=000042 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882adf0 parse_aprs_uncompressed position ok: lat 60.120 lng 24.478 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.20N/02428.69E>235/034/A=000042 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441180 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.20N/02428.69E>235/034/A=000042 VGV-601 1274441183 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:27:42 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274441190 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.^"3T>,#>OS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aee0 parse_aprs_compressed position ok: lat 62.956 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.^"3T>,#>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441190 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.^"3T>,#>OS_ pbuf_free(0x882a870) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274441192 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.^"3T>,#>OS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.956 lng 23.049 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.^"3T>,#>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274441192 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.^"3T>,#>OS_ 1274441203 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:28:02 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 97, 1) 1274441210 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211128z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211128z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441210 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211128z6009.37N/02504.89Es http://kartta.hmpy.fi erlang_add(OH3RBE-1, 0, 104, 1) 1274441211 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211128z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882afa8 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211128z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882adf0) Seen this packet 2 times pbuf_free(0x882afa8) 1274441211 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211128z6009.37N/02504.89Es http://kartta.hmpy.fi 1274441215 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6142.48N/02435.77E>258/058 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 61.708 lng 24.596 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.48N/02435.77E>258/058' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441215 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afa8 1274441220 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882afa8 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.48N/02435.77E>258/058 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.48N/02435.77E>258/058' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882afa8) pbuf_free(0x882aee0) pbuf_free(0x882ad28) 1274441235 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:28:34 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) 1274441255 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:28:54 GMT FIGATES2 193.185.39.3:14580 1274441258 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/112854h6215.17N/02345.34E>320/48./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.253 lng 23.756 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/112854h6215.17N/02345.34E>320/48./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441258 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274441263 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3HEL-9>APRS,TCPIP,OH3RBR*:/112854h6215.17N/02345.34E>320/48./GPS FIX out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/112854h6215.17N/02345.34E>320/48./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441263 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 1b|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441263 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441263 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274441263 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.^=@T={O>US_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.950 lng 23.043 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.^=@T={O>US_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441263 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.^=@T={O>US_ erlang_add(OH3RBE-1, 0, 45, 1) 1274441263 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.^=@T={O>US_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.950 lng 23.043 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.^=@T={O>US_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274441263 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.^=@T={O>US_ erlang_add(OH3RBE-1, 0, 45, 1) 1274441263 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.^NhT=t2>QS_ 1274441263 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.^NhT=t2>QS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.946 lng 23.040 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.^NhT=t2>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441263 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.^NhT=t2>QS_ 1274441263 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.^NhT=t2>QS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.946 lng 23.040 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.^NhT=t2>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 73, 1) 1274441263 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/112854h6215.17N/02345.34E>320/48./GPS FIX 1274441263 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/112854h6215.17N/02345.34E>320/48./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.253 lng 23.756 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/112854h6215.17N/02345.34E>320/48./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 73, 1) 1274441263 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/112854h6215.17N/02345.34E>320/48./GPS FIX 1274441263 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/112854h6215.17N/02345.34E>320/48./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.253 lng 23.756 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/112854h6215.17N/02345.34E>320/48./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 51, 1) 1274441266 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6044.43N/02444.06E> Kaitsu 1274441266 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RBE-3*:!6044.43N/02444.06E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RBE-3*' info_start='!6044.43N/02444.06E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274441267 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6044.43N/02444.06E> Kaitsu 1274441267 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RDA-3*:!6044.43N/02444.06E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RDA-3*' info_start='!6044.43N/02444.06E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 51, 1) 1274441269 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6044.43N/02444.06E> Kaitsu 1274441269 OH3RBE-1 R OH3GLY-9>APZMDR,WIDE2:!6044.43N/02444.06E> Kaitsu interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,WIDE2' info_start='!6044.43N/02444.06E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 68, 1) 1274441272 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.01N/02426.80E>286/031/A=000032 VGV-601 1274441272 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.01N/02426.80E>286/031/A=000032 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 60.117 lng 24.447 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.01N/02426.80E>286/031/A=000032 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274441278 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//!iPU!A*>o9G 1274441278 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//!iPU!A*>o9G interface_receive_ax25() pbuf_alloc(37,35) -> 0x882aef0 parse_aprs_compressed position ok: lat 62.287 lng 25.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//!iPU!A*>o9G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441278 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:29:17 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274441280 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//!iPU!A*>o9G 1274441280 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//!iPU!A*>o9G interface_receive_ax25() pbuf_alloc(37,36) -> 0x882afa8 parse_aprs_compressed position ok: lat 62.287 lng 25.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//!iPU!A*>o9G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afa8) 1274441282 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RDR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441282 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afa8 erlang_add(OH3RBE-1, 0, 72, 1) 1274441282 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274441282 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882b0d8 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afa8) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882b0d8) erlang_add(OH3RBE-1, 0, 79, 1) 1274441284 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274441284 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afa8) 1274441287 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) 1274441292 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-1,qAR,OH5KFP-1:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(76,69) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH5KFP-1*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441292 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afa8 erlang_add(OH3RBE-1, 0, 45, 1) 1274441294 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.^v'T=rb>MS_ 1274441294 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.^v'T=rb>MS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b0a8 parse_aprs_compressed position ok: lat 62.936 lng 23.039 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.^v'T=rb>MS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441295 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.^v'T=rb>MS_ 1274441295 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.^v'T=rb>MS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b170 parse_aprs_compressed position ok: lat 62.936 lng 23.039 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.^v'T=rb>MS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b170) 1274441297 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882afa8 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH5KFP-1*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH5KFP-1*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=76) ttyreader_kisswrite(->OH3RBE-1, axlen=76)erlang_add(OH3RBE-1, 2, 76, 1) .. put 79 bytes of KISS frame on IO buffer pbuf_free(0x882afa8) 1274441308 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,OH3RBE-3*,WIDE2*,qAR,OH5KFP-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(108,101) -> 0x882b170 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH5KFP-1*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441308 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b170 pbuf_free(0x882ae00) pbuf_free(0x882aef0) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ad28) 1274441313 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882b170 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH5KFP-1*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH5KFP-1*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=108) ttyreader_kisswrite(->OH3RBE-1, axlen=108)erlang_add(OH3RBE-1, 2, 108, 1) .. put 111 bytes of KISS frame on IO buffer pbuf_free(0x882b170) 1274441313 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441313 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441313 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 68, 1) 1274441313 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.04N/02426.62E>342/012/A=000049 VGV-601 1274441313 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.04N/02426.62E>342/012/A=000049 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.117 lng 24.444 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.04N/02426.62E>342/012/A=000049 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441328 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:30:07 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274441331 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.08N/02426.71E>107/003/A=000052 VGV-601 1274441331 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.08N/02426.71E>107/003/A=000052 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.118 lng 24.445 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.08N/02426.71E>107/003/A=000052 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. BEACON: idx=3, nexttime= +292 sec 1274441333 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.87 minutes 1274441333 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274441338 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6142.61N/02431.81E>287/057 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.710 lng 24.530 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.61N/02431.81E>287/057' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441338 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 pbuf_free(0x882b0a8) 1274441343 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.61N/02431.81E>287/057 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.61N/02431.81E>287/057' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) 1274441358 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:30:37 GMT FIGATES2 193.185.39.3:14580 1274441363 << igates.aprs.fi:14580 >> OH3LJU-13>APRS,WIDE2-2,qAR,OH3RDR:!6131.57N/02400.92Ez WLU-285 Mobile Home interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.526 lng 24.015 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3LJU-13>APRS,TCPIP,OH3RDR*:!6131.57N/02400.92Ez WLU-285 Mobile Home' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441363 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 1274441367 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RDR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882ae70 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441367 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae70 1274441368 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH3LJU-13>APRS,TCPIP,OH3RDR*:!6131.57N/02400.92Ez WLU-285 Mobile Home out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3LJU-13>APRS,TCPIP,OH3RDR*:!6131.57N/02400.92Ez WLU-285 Mobile Home' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) 1274441368 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441368 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441368 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274441368 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/._NMT=iF>RS_ 1274441368 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/._NMT=iF>RS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad50 parse_aprs_compressed position ok: lat 62.924 lng 23.035 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/._NMT=iF>RS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441369 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/._NMT=iF>RS_ 1274441369 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/._NMT=iF>RS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afa8 parse_aprs_compressed position ok: lat 62.924 lng 23.035 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/._NMT=iF>RS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afa8) erlang_add(OH3RBE-1, 0, 71, 1) 1274441369 << igates.aprs.fi:14580 << OH6GHF>APRWX,WIDE2,qAR,OH3RBE-1:@201732z6214.96N/02548.54E_260/003g007t082e1w 1274441369 OH3RBE-1 R OH6GHF>APRWX,WIDE2:@201732z6214.96N/02548.54E_260/003g007t082e1w interface_receive_ax25() pbuf_alloc(70,64) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 62.249 lng 25.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6GHF>APRWX,WIDE2' info_start='@201732z6214.96N/02548.54E_260/003g007t082e1w' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 76, 1) 1274441369 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274441369 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882b098 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae70) Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 88, 1) 1274441369 OH3RBE-1 R OH3RBR>APRG11:}OH3LJU-13>APRS,TCPIP*,OH3RBR*:!6131.57N/02400.92Ez WLU-285 Mobile Home callsign format verify got bad character: '1' in string: 'OH3LJU-13>APRS,TCPIP' TNC2 forbidden source stationid: 'OH3LJU-13>APRS,TCPIP' erlang_add(OH3RBE-1, 1, 70, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 76, 1) 1274441370 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1*,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274441370 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,75) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1*' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae18) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274441372 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274441379 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/113054h6215.79N/02342.51E>269/30./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.263 lng 23.708 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/113054h6215.79N/02342.51E>269/30./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441379 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 73, 1) 1274441379 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/113054h6215.79N/02342.51E>269/30./GPS FIX 1274441379 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/113054h6215.79N/02342.51E>269/30./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 62.263 lng 23.708 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/113054h6215.79N/02342.51E>269/30./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/113054h6215.79N/02342.51E>269/30./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ae18) 1274441379 << igates.aprs.fi:14580 >> OH3HEL-9>APRTLM,OH3RUX*,WIDE,qAR,OH3RBR:T#015,109,131,138,138,079,11111111, MIM v1.07 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_telem .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRTLM,TCPIP,OH3RBR*:T#015,109,131,138,138,079,11111111, MIM v1.07' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441379 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 76, 1) 1274441379 << igates.aprs.fi:14580 << OH3HEL-9>APRTLM,OH3RUX*,WIDE,qAR,OH3RBE-1:T#015,109,131,138,138,079,11111111, MIM v1.07 1274441379 OH3RBE-1 R OH3HEL-9>APRTLM,OH3RUX*,WIDE:T#015,109,131,138,138,079,11111111, MIM v1.07 interface_receive_ax25() pbuf_alloc(75,74) -> 0x882ae18 parse_aprs_telem .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRTLM,OH3RUX*,WIDE' info_start='T#015,109,131,138,138,079,11111111, MIM v1.07' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering rejected the packet. pbuf_free(0x882ae18) erlang_add(OH3RBE-1, 0, 73, 1) 1274441381 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/113054h6215.79N/02342.51E>269/30./GPS FIX 1274441381 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/113054h6215.79N/02342.51E>269/30./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.263 lng 23.708 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/113054h6215.79N/02342.51E>269/30./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 76, 1) 1274441382 << igates.aprs.fi:14580 << OH3HEL-9>APRTLM,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:T#015,109,131,138,138,079,11111111, MIM v1.07 1274441382 OH3RBE-1 R OH3HEL-9>APRTLM,OH3RUX*,OH3RBE-2*:T#015,109,131,138,138,079,11111111, MIM v1.07 interface_receive_ax25() pbuf_alloc(75,79) -> 0x882a870 parse_aprs_telem .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRTLM,OH3RUX*,OH3RBE-2*' info_start='T#015,109,131,138,138,079,11111111, MIM v1.07' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274441384 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) 1274441384 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=(nil) erlang_add(OH3RBE-1, 0, 38, 1) 1274441387 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//!v4U!5:>Z6G 1274441387 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//!v4U!5:>Z6G interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.284 lng 25.749 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//!v4U!5:>Z6G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274441389 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//!v4U!5:>Z6G 1274441389 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//!v4U!5:>Z6G interface_receive_ax25() pbuf_alloc(37,36) -> 0x882a870 parse_aprs_compressed position ok: lat 62.284 lng 25.749 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//!v4U!5:>Z6G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274441392 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/._mwT=ad>QS_ 1274441392 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/._mwT=ad>QS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.916 lng 23.031 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/._mwT=ad>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441394 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/._mwT=ad>QS_ 1274441394 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/._mwT=ad>QS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae18 parse_aprs_compressed position ok: lat 62.916 lng 23.031 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/._mwT=ad>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae18) 1274441397 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6142.63N/02429.92E>266/056 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 61.710 lng 24.499 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.63N/02429.92E>266/056' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441397 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae18 pbuf_free(0x882ad50) pbuf_free(0x882afa8) erlang_add(OH3RBE-1, 0, 83, 1) 1274441401 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274441401 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882af20 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441402 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ae18 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.63N/02429.92E>266/056 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.63N/02429.92E>266/056' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882ae18) 1274441417 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:31:36 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274441437 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:31:56 GMT FIGATES2 193.185.39.3:14580 1274441452 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441452 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274441456 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441456 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274441457 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441457 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441457 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441457 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274441458 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/._yQT=^]>QS_ 1274441458 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/._yQT=^]>QS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.914 lng 23.029 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/._yQT=^]>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441458 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/._yQT=^]>QS_ 1274441458 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/._yQT=^]>QS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad80 parse_aprs_compressed position ok: lat 62.914 lng 23.029 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/._yQT=^]>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad80) erlang_add(OH3RBE-1, 0, 45, 1) 1274441458 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.`1"T=Wo>SS_ 1274441458 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.`1"T=Wo>SS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad80 parse_aprs_compressed position ok: lat 62.909 lng 23.026 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.`1"T=Wo>SS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441458 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.`1"T=Wo>SS_ 1274441458 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.`1"T=Wo>SS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae48 parse_aprs_compressed position ok: lat 62.909 lng 23.026 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.`1"T=Wo>SS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae48) erlang_add(OH3RBE-1, 0, 45, 1) 1274441458 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.`TS_ 1274441458 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.`TS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae48 parse_aprs_compressed position ok: lat 62.906 lng 23.023 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.`TS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441458 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.`TS_ 1274441458 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.`TS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b030 parse_aprs_compressed position ok: lat 62.906 lng 23.023 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.`TS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b030) erlang_add(OH3RBE-1, 0, 38, 1) 1274441458 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//"3OU!Eg>@KG 1274441458 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//"3OU!Eg>@KG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882b030 parse_aprs_compressed position ok: lat 62.278 lng 25.757 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//"3OU!Eg>@KG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 37, 1) 1274441458 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274441458 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() erlang_add(OH3RBE-1, 0, 81, 1) 1274441458 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,TRACE2-1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274441458 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,TRACE2-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(80,80) -> 0x882b0e8 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,TRACE2-1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 88, 1) 1274441458 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274441458 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(87,88) -> 0x882b1f8 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1f8) erlang_add(OH3RBE-1, 0, 59, 1) 1274441458 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274441458 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() pbuf_free(0x882af20) 1274441461 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274441465 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6142.47N/02427.77E>262/049 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882af10 parse_aprs_uncompressed position ok: lat 61.708 lng 24.463 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.47N/02427.77E>262/049' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441465 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af10 1274441470 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882af10 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.47N/02427.77E>262/049 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.47N/02427.77E>262/049' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882af10) 1274441470 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441470 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441470 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r 1274441485 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:32:45 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad80) pbuf_free(0x882b0e8) pbuf_free(0x882ae48) pbuf_free(0x882a870) pbuf_free(0x882b030) erlang_add(OH3RBE-1, 0, 45, 1) 1274441493 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.``+T=;e>VS_ 1274441493 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.``+T=;e>VS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.898 lng 23.013 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.``+T=;e>VS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441495 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.``+T=;e>VS_ 1274441495 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.``+T=;e>VS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.898 lng 23.013 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.``+T=;e>VS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274441498 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/113254h6215.25N/02339.78E>232/53./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.254 lng 23.663 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/113254h6215.25N/02339.78E>232/53./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441498 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 73, 1) 1274441498 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/113254h6215.25N/02339.78E>232/53./GPS FIX 1274441498 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/113254h6215.25N/02339.78E>232/53./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ad80 parse_aprs_uncompressed position ok: lat 62.254 lng 23.663 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/113254h6215.25N/02339.78E>232/53./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/113254h6215.25N/02339.78E>232/53./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ad80) erlang_add(OH3RBE-1, 0, 73, 1) 1274441500 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/113254h6215.25N/02339.78E>232/53./GPS FIX 1274441500 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/113254h6215.25N/02339.78E>232/53./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.254 lng 23.663 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/113254h6215.25N/02339.78E>232/53./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 97, 1) 1274441502 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211132z6009.37N/02504.89Es http://kartta.hmpy.fi 1274441502 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211132z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211132z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441503 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 55, 1) 1274441515 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eLkT9-av st 12.6V 30C 1274441515 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2:!/.eLkT9-av st 12.6V 30C interface_receive_ax25() pbuf_alloc(54,53) -> 0x882ad90 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2' info_start='!/.eLkT9-av st 12.6V 30C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 55, 1) 1274441517 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eLkT9-av st 12.6V 30C 1274441517 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2*:!/.eLkT9-av st 12.6V 30C interface_receive_ax25() pbuf_alloc(54,54) -> 0x882ae68 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2*' info_start='!/.eLkT9-av st 12.6V 30C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae68) 1274441518 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:33:17 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274441528 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//"NFU!eo>HKG 1274441528 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//"NFU!eo>HKG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ae68 parse_aprs_compressed position ok: lat 62.272 lng 25.772 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//"NFU!eo>HKG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274441530 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//"NFU!eo>HKG 1274441530 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//"NFU!eo>HKG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882af20 parse_aprs_compressed position ok: lat 62.272 lng 25.772 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//"NFU!eo>HKG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af20) 1274441537 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,WIDE2-1,qAR,OH3RDR:!6142.00N/02425.88E>234/050 MDR150 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(88,81) -> 0x882af20 parse_aprs_uncompressed position ok: lat 61.700 lng 24.431 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6142.00N/02425.88E>234/050 MDR150' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ac60) 1274441537 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af20 erlang_add(OH3RBE-1, 0, 65, 1) 1274441538 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-5*,OH3RBE-3*,qAR,OH3RBE-1:!6142.00N/02425.88E>234/050 MDR150 1274441538 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-5*,OH3RBE-3*:!6142.00N/02425.88E>234/050 MDR150 interface_receive_ax25() pbuf_alloc(64,70) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.700 lng 24.431 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-5*,OH3RBE-3*' info_start='!6142.00N/02425.88E>234/050 MDR150' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af20) Source filtering accepted the packet. hops count: OH3RBE-5*,OH3RBE-3* req=0,done=0 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 65, 1) 1274441539 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-5*,WIDE2,qAR,OH3RBE-1:!6142.00N/02425.88E>234/050 MDR150 1274441539 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-5*,WIDE2:!6142.00N/02425.88E>234/050 MDR150 interface_receive_ax25() pbuf_alloc(64,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.700 lng 24.431 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-5*,WIDE2' info_start='!6142.00N/02425.88E>234/050 MDR150' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274441542 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=(nil) erlang_add(OH3RBE-1, 0, 63, 1) 1274441543 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/113340h6214.84N/02545.13E> 12.3V Joppe 1274441543 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/113340h6214.84N/02545.13E> 12.3V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.247 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/113340h6214.84N/02545.13E> 12.3V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274441545 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/113340h6214.84N/02545.13E> 12.3V Joppe 1274441545 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/113340h6214.84N/02545.13E> 12.3V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882af20 parse_aprs_uncompressed position ok: lat 62.247 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/113340h6214.84N/02545.13E> 12.3V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af20) pbuf_free(0x882a870) pbuf_free(0x882ad90) 1274441558 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:33:57 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274441560 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.a65TXS_ 1274441560 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.a65TXS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad48 parse_aprs_compressed position ok: lat 62.886 lng 22.996 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.a65TXS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441562 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.a65TXS_ 1274441562 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.a65TXS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.886 lng 22.996 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.a65TXS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274441569 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211133z6130.13N/02354.90E_045/000g000t088r000p000P000h27b10132eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211133z6130.13N/02354.90E_045/000g000t088r000p000P000h27b10132eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441569 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274441574 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211133z6130.13N/02354.90E_045/000g000t088r000p000P000h27b10132eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211133z6130.13N/02354.90E_045/000g000t088r000p000P000h27b10132eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441576 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882a870 parse_aprs_objectparse_aprs_compressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441576 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274441577 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882af20 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441577 ENTER VISCOUS QUEUE: len=2 pbuf=0x882af20 pbuf_free(0x882ae68) pbuf_free(0x882ac60) 1274441581 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441581 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274441581 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441581 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274441581 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 1274441581 OH3RBE-1 R OH3RDR>APRG11:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_ax25() 1274441582 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882af20 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882af20) erlang_add(OH3RBE-1, 0, 83, 1) 1274441582 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274441582 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441584 << igates.aprs.fi:14580 >> OH3RBE-2>UIDIGI,qAR,OH3BK:UIDIGI 1.9 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(63,56) -> 0x882ac60 .. parse_aprs() rc=FAIL srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>UIDIGI,TCPIP,OH3BK*:UIDIGI 1.9' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441584 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274441589 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) 1274441604 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:34:43 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad48) 1274441615 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6141.40N/02424.10E>244/041 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.690 lng 24.402 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6141.40N/02424.10E>244/041' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882a870) 1274441615 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274441618 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/113454h6215.39N/02336.13E>294/48./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.257 lng 23.602 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/113454h6215.39N/02336.13E>294/48./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441618 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 1274441620 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6141.40N/02424.10E>244/041 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6141.40N/02424.10E>244/041' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274441620 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 15|fe 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274441620 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441620 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 83, 1) 1274441620 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274441620 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 27, 1) 1274441620 << igates.aprs.fi:14580 << OH3RBE-2>UIDIGI,qAR,OH3RBE-1:UIDIGI 1.9 1274441620 OH3RBE-1 R OH3RBE-2>UIDIGI:UIDIGI 1.9 interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274441620 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.aDJTXS_ 1274441620 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.aDJTXS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad70 parse_aprs_compressed position ok: lat 62.883 lng 22.989 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.aDJTXS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441620 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.aDJTXS_ 1274441620 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.aDJTXS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae38 parse_aprs_compressed position ok: lat 62.883 lng 22.989 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.aDJTXS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae38) erlang_add(OH3RBE-1, 0, 38, 1) 1274441620 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//"SEU!N_>YMG 1274441620 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//"SEU!N_>YMG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ae38 parse_aprs_compressed position ok: lat 62.271 lng 25.761 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//"SEU!N_>YMG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274441620 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//"SEU!N_>YMG 1274441620 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//"SEU!N_>YMG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882aef0 parse_aprs_compressed position ok: lat 62.271 lng 25.761 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//"SEU!N_>YMG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aef0) erlang_add(OH3RBE-1, 0, 45, 1) 1274441620 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.aR9T
    YS_ 1274441620 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.aR9T
      YS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aef0 parse_aprs_compressed position ok: lat 62.880 lng 22.982 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.aR9T
        YS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441620 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.aR9T
          YS_ 1274441620 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.aR9T
            YS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afb8 parse_aprs_compressed position ok: lat 62.880 lng 22.982 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.aR9T
              YS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb8) erlang_add(OH3RBE-1, 0, 51, 1) 1274441620 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RBE-1:!6141.40N/02424.10E>244/041 1274441620 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-5*:!6141.40N/02424.10E>244/041 interface_receive_ax25() pbuf_alloc(50,53) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 61.690 lng 24.402 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-5*' info_start='!6141.40N/02424.10E>244/041' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afb8) erlang_add(OH3RBE-1, 0, 73, 1) 1274441621 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/113454h6215.39N/02336.13E>294/48./GPS FIX 1274441621 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/113454h6215.39N/02336.13E>294/48./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 62.257 lng 23.602 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/113454h6215.39N/02336.13E>294/48./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/113454h6215.39N/02336.13E>294/48./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882afb8) 1274441622 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441622 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 44, 1) 1274441622 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274441622 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882afb8) 1274441623 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=(nil) erlang_add(OH3RBE-1, 0, 77, 1) 1274441623 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-5*,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274441623 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-5*,OH3RBE-3*:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(76,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-5*,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.72 minutes beacons offset: 9.58 minutes beacons offset: 13.73 minutes beacons offset: 18.68 minutes BEACON: idx=0, nexttime= +283 sec 1274441625 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.72 minutes 1274441625 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274441627 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 51, 1) 1274441628 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274441628 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afb8) 1274441630 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441630 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afb8 erlang_add(OH3RBE-1, 0, 69, 1) 1274441630 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274441630 OH3RBE-1 R OH3RBE-2>APNU19:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() 1274441635 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882afb8 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882afb8) 1274441650 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:35:29 GMT FIGATES2 193.185.39.3:14580 1274441650 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-1,qAR,OH5KFP-1:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(76,69) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH5KFP-1*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441650 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afb8 1274441655 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882afb8 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH5KFP-1*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH5KFP-1*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=76) ttyreader_kisswrite(->OH3RBE-1, axlen=76)erlang_add(OH3RBE-1, 2, 76, 1) .. put 79 bytes of KISS frame on IO buffer pbuf_free(0x882afb8) 1274441655 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441655 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441655 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 79, 1) 1274441656 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274441656 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,80) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274441656 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274441656 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b0c0 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0c0) erlang_add(OH3RBE-1, 0, 79, 1) 1274441656 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274441656 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b0c0 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b0c0) erlang_add(OH3RBE-1, 0, 38, 1) 1274441656 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//"l`U!;4>QNG 1274441656 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//"l`U!;4>QNG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882b0c0 parse_aprs_compressed position ok: lat 62.265 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//"l`U!;4>QNG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aef0) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274441656 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//"l`U!;4>QNG 1274441656 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//"l`U!;4>QNG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882aef0 parse_aprs_compressed position ok: lat 62.265 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//"l`U!;4>QNG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aef0) erlang_add(OH3RBE-1, 0, 70, 1) 1274441663 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP01.5 SATS07 1274441663 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6059.81N/02542.20E> 12.5V 42C HDOP01.5 SATS07 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882b178 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP01.5 SATS07' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274441664 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP01.5 SATS07 1274441664 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6059.81N/02542.20E> 12.5V 42C HDOP01.5 SATS07 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882b270 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP01.5 SATS07' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b270) 1274441670 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:35:50 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) pbuf_free(0x882a870) pbuf_free(0x882ad70) pbuf_free(0x882ae38) 1274441674 << igates.aprs.fi:14580 >> OH3RUX>BEACON,OH3RBE-2*,OH3RCD*,TRACE2*,qAR,OH5KFP-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(101,94) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH5KFP-1*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441674 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274441677 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.b"QT<(\>WS_ 1274441677 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.b"QT<(\>WS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.869 lng 22.960 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.b"QT<(\>WS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441679 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RUX>BEACON,TCPIP,OH5KFP-1*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RUX>BEACON,TCPIP,OH5KFP-1*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=101) ttyreader_kisswrite(->OH3RBE-1, axlen=101)erlang_add(OH3RBE-1, 2, 101, 1) .. put 104 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441688 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441688 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274441693 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=96) ttyreader_kisswrite(->OH3RBE-1, axlen=96)erlang_add(OH3RBE-1, 2, 96, 1) .. put 99 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441693 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441693 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441693 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 73, 1) 1274441693 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274441693 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(72,76) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 66, 1) 1274441693 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274441693 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(65,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274441697 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.b2UT;z\>SS_ 1274441697 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.b2UT;z\>SS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.865 lng 22.956 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.b2UT;z\>SS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441698 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2,qAR,OH3RBR:!6141.13N/02422.02E>251/040 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.367 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RBR*:!6141.13N/02422.02E>251/040' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441698 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 51, 1) 1274441698 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6141.13N/02422.02E>251/040 1274441698 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2:!6141.13N/02422.02E>251/040 interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ae30 parse_aprs_uncompressed position ok: lat 61.686 lng 24.367 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2' info_start='!6141.13N/02422.02E>251/040' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Source filtering accepted the packet. hops count: WIDE2 req=2,done=2 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 45, 1) 1274441699 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.b2UT;z\>SS_ 1274441699 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.b2UT;z\>SS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.865 lng 22.956 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.b2UT;z\>SS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 51, 1) 1274441700 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6141.13N/02422.02E>251/040 1274441700 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-3*:!6141.13N/02422.02E>251/040 interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.367 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-3*' info_start='!6141.13N/02422.02E>251/040' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) pbuf_free(0x882b0c0) pbuf_free(0x882b178) pbuf_free(0x882afb8) erlang_add(OH3RBE-1, 0, 51, 1) 1274441701 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!6141.13N/02422.02E>251/040 1274441701 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2*:!6141.13N/02422.02E>251/040 interface_receive_ax25() pbuf_alloc(50,50) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.686 lng 24.367 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2*' info_start='!6141.13N/02422.02E>251/040' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) 1274441703 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) erlang_add(OH3RBE-1, 0, 38, 1) 1274441713 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#+uU!0w>^AG 1274441713 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#+uU!0w>^AG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.258 lng 25.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#+uU!0w>^AG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441715 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.bANT;v?>PS_ 1274441715 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.bANT;v?>PS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.862 lng 22.954 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.bANT;v?>PS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441717 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.bANT;v?>PS_ 1274441717 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.bANT;v?>PS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aea8 parse_aprs_compressed position ok: lat 62.862 lng 22.954 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.bANT;v?>PS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aea8) 1274441718 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:36:38 GMT FIGATES2 193.185.39.3:14580 1274441719 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH5KFP-1:!6128.33N/02359.09EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(76,69) -> 0x882aea8 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH5KFP-1*:!6128.33N/02359.09EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441719 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aea8 1274441724 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882aea8 Source filtering accepted the packet. hops count: OH3FCB-2>APZMDR,TCPIP,OH5KFP-1*:!6128.33N/02359.09EU out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FCB-2>APZMDR,TCPIP,OH5KFP-1*:!6128.33N/02359.09EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=76) ttyreader_kisswrite(->OH3RBE-1, axlen=76)erlang_add(OH3RBE-1, 2, 76, 1) .. put 79 bytes of KISS frame on IO buffer pbuf_free(0x882aea8) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274441739 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:36:58 GMT FIGATES2 193.185.39.3:14580 1274441759 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:37:18 GMT FIGATES2 193.185.39.3:14580 Telemetry Tx run; next one in 20.00 minutes 1274441760 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#084,0,0,0,0,000,00000000 1274441760 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#084,12,4,80,11,023,00000000 1274441761 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3BK:!6140.91N/02420.19E>242/060 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.682 lng 24.337 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6140.91N/02420.19E>242/060' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441761 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 pbuf_free(0x882ade0) pbuf_free(0x882ad28) 1274441766 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6140.91N/02420.19E>242/060 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6140.91N/02420.19E>242/060' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441766 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274441766 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441766 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274441766 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.bNLT;u$>OS_ 1274441766 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.bNLT;u$>OS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.859 lng 22.953 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.bNLT;u$>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441766 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.bNLT;u$>OS_ 1274441766 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.bNLT;u$>OS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.859 lng 22.953 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.bNLT;u$>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274441766 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.bdDT;sH>OS_ 1274441766 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.bdDT;sH>OS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.853 lng 22.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.bdDT;sH>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441766 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.bdDT;sH>OS_ 1274441766 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.bdDT;sH>OS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.853 lng 22.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.bdDT;sH>OS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 38, 1) 1274441775 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#>SU!8D>PKG 1274441775 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#>SU!8D>PKG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.254 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#>SU!8D>PKG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274441776 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#>SU!8D>PKG 1274441776 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#>SU!8D>PKG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.254 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#>SU!8D>PKG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ade0) 1274441781 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:37:40 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 97, 1) 1274441795 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211137z6009.37N/02504.89Es http://kartta.hmpy.fi 1274441795 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211137z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ade0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211137z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274441797 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211137z6009.37N/02504.89Es http://kartta.hmpy.fi 1274441797 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211137z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882af10 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211137z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af10) erlang_add(OH3RBE-1, 0, 45, 1) 1274441799 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.c.aT;nc>QS_ 1274441799 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.c.aT;nc>QS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882af10 parse_aprs_compressed position ok: lat 62.845 lng 22.950 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.c.aT;nc>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441800 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.c.aT;nc>QS_ 1274441800 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.c.aT;nc>QS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afd8 parse_aprs_compressed position ok: lat 62.845 lng 22.950 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.c.aT;nc>QS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afd8) 1274441801 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:38:00 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274441813 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.c;&T;jR>SS_ 1274441813 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.c;&T;jR>SS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882afd8 parse_aprs_compressed position ok: lat 62.842 lng 22.948 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.c;&T;jR>SS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274441816 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274441816 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b0a0 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441821 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:38:20 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 92, 1) 1274441835 << igates.aprs.fi:14580 << OH2RDS>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi 1274441835 OH3RBE-1 R OH2RDS>APN391,OH3RCD*,OH3RDA-3*:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(91,92) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.278 lng 25.254 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDS>APN391,OH3RCD*,OH3RDA-3*' info_start='!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274441836 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.cLtT;`p>US_ 1274441836 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.cLtT;`p>US_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.837 lng 22.944 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.cLtT;`p>US_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274441838 << igates.aprs.fi:14580 << OH2RDS>APN391,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi 1274441838 OH3RBE-1 R OH2RDS>APN391,OH3RCD*,OH3RBE-2*,TRACE2:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(98,99) -> 0x882b1a8 parse_aprs_uncompressed position ok: lat 60.278 lng 25.254 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDS>APN391,OH3RCD*,OH3RBE-2*,TRACE2' info_start='!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a8) erlang_add(OH3RBE-1, 0, 45, 1) 1274441838 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.cLtT;`p>US_ 1274441838 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.cLtT;`p>US_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b1a8 parse_aprs_compressed position ok: lat 62.837 lng 22.944 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.cLtT;`p>US_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a8) erlang_add(OH3RBE-1, 0, 38, 1) 1274441840 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#DEU!5d>HGG 1274441840 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#DEU!5d>HGG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.252 lng 25.749 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#DEU!5d>HGG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441841 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:38:40 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274441841 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#DEU!5d>HGG 1274441841 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#DEU!5d>HGG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b1a8 parse_aprs_compressed position ok: lat 62.252 lng 25.749 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#DEU!5d>HGG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a8) pbuf_free(0x882afd8) pbuf_free(0x882b0a0) pbuf_free(0x882ade0) pbuf_free(0x882af10) 1274441858 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/113854h6215.42N/02328.75E>276/15./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882ade0 parse_aprs_uncompressed position ok: lat 62.257 lng 23.479 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/113854h6215.42N/02328.75E>276/15./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441858 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ade0 erlang_add(OH3RBE-1, 0, 73, 1) 1274441858 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/113854h6215.42N/02328.75E>276/15./GPS FIX 1274441858 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/113854h6215.42N/02328.75E>276/15./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882af00 parse_aprs_uncompressed position ok: lat 62.257 lng 23.479 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/113854h6215.42N/02328.75E>276/15./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ade0) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/113854h6215.42N/02328.75E>276/15./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 73, 1) 1274441860 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/113854h6215.42N/02328.75E>276/15./GPS FIX 1274441860 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/113854h6215.42N/02328.75E>276/15./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ade0 parse_aprs_uncompressed position ok: lat 62.257 lng 23.479 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/113854h6215.42N/02328.75E>276/15./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ade0) 1274441863 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) 1274441878 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:39:17 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) pbuf_free(0x882ad28) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274441882 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.cklT;Fr>WS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.830 lng 22.931 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.cklT;Fr>WS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441882 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.cklT;Fr>WS_ erlang_add(OH3RBE-1, 0, 45, 1) 1274441883 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.cklT;Fr>WS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.830 lng 22.931 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.cklT;Fr>WS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274441883 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.cklT;Fr>WS_ 1274441898 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:39:37 GMT FIGATES2 193.185.39.3:14580 1274441899 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441899 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274441904 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274441906 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.c{$T;8`>XQ_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.826 lng 22.924 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.c{$T;8`>XQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441906 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.c{$T;8`>XQ_ BEACON: idx=1, nexttime= +292 sec 1274441908 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.87 minutes interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274441908 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 erlang_add(OH3RBE-1, 0, 45, 1) 1274441908 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.c{$T;8`>XQ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.826 lng 22.924 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.c{$T;8`>XQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274441908 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.c{$T;8`>XQ_ 1274441919 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:39:58 GMT FIGATES2 193.185.39.3:14580 1274441920 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6139.97N/02416.32E>232/047 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.666 lng 24.272 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6139.97N/02416.32E>232/047' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441920 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274441925 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6139.97N/02416.32E>232/047 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6139.97N/02416.32E>232/047' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274441940 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:40:20 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274441960 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:40:40 GMT FIGATES2 193.185.39.3:14580 1274441979 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/114054h6215.78N/02326.12E>285/44./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.263 lng 23.435 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/114054h6215.78N/02326.12E>285/44./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441979 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274441980 << igates.aprs.fi:14580 >> OH1XT>APU25N,TCPIP*,qAC,T2FINLAND:;OH1GRN *271900z6130.81N/02254.97Ey interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.514 lng 22.916 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274441980 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274441984 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3HEL-9>APRS,TCPIP,OH3RDR*:/114054h6215.78N/02326.12E>285/44./GPS FIX out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/114054h6215.78N/02326.12E>285/44./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274441984 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274441984 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274441984 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 48, 1) 1274441984 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#_;U!8(> st 13.8V 15C interface_receive_ax25() pbuf_alloc(47,45) -> 0x882a870 parse_aprs_compressed position ok: lat 62.246 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#_;U!8(> st 13.8V 15C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441984 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#_;U!8(> st 13.8V 15C erlang_add(OH3RBE-1, 0, 48, 1) 1274441984 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#_;U!8(> st 13.8V 15C interface_receive_ax25() pbuf_alloc(47,46) -> 0x882ad78 parse_aprs_compressed position ok: lat 62.246 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#_;U!8(> st 13.8V 15C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad78) 1274441984 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#_;U!8(> st 13.8V 15C erlang_add(OH3RBE-1, 0, 65, 1) 1274441984 OH3RBE-1 R OH2AWM>APZMDR,OH2RDU*,OH3RBE-3*:T#280,142,001,005,000,000,00000000 interface_receive_ax25() pbuf_alloc(64,66) -> 0x882ad78 parse_aprs_telem .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2AWM>APZMDR,OH2RDU*,OH3RBE-3*' info_start='T#280,142,001,005,000,000,00000000' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441984 << igates.aprs.fi:14580 << OH2AWM>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:T#280,142,001,005,000,000,00000000 erlang_add(OH3RBE-1, 0, 83, 1) 1274441984 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274441984 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com erlang_add(OH3RBE-1, 0, 83, 1) 1274441984 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882af78 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af78) 1274441984 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274441985 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=87) ttyreader_kisswrite(->OH3RBE-1, axlen=87)erlang_add(OH3RBE-1, 2, 87, 1) .. put 90 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 73, 1) 1274441985 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/114054h6215.78N/02326.12E>285/44./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.263 lng 23.435 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/114054h6215.78N/02326.12E>285/44./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) 1274441985 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/114054h6215.78N/02326.12E>285/44./GPS FIX erlang_add(OH3RBE-1, 0, 73, 1) 1274441985 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/114054h6215.78N/02326.12E>285/44./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.263 lng 23.435 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/114054h6215.78N/02326.12E>285/44./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274441985 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/114054h6215.78N/02326.12E>285/44./GPS FIX 1274442000 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:41:19 GMT FIGATES2 193.185.39.3:14580 1274442002 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RDR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882af78 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442002 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af78 1274442007 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882af78 Source filtering accepted the packet. hops count: OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=99) ttyreader_kisswrite(->OH3RBE-1, axlen=99)erlang_add(OH3RBE-1, 2, 99, 1) .. put 102 bytes of KISS frame on IO buffer pbuf_free(0x882af78) 1274442007 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274442007 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442007 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 38, 1) 1274442007 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#dIU!?&>BHG 1274442007 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#dIU!?&>BHG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.245 lng 25.753 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#dIU!?&>BHG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274442007 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#dIU!?&>BHG 1274442007 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#dIU!?&>BHG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882af78 parse_aprs_compressed position ok: lat 62.245 lng 25.753 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#dIU!?&>BHG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af78) erlang_add(OH3RBE-1, 0, 72, 1) 1274442007 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274442007 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882af78 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af78) 1274442022 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:41:41 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad78) pbuf_free(0x882ae68) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274442033 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.d.FT;([>[K_ 1274442033 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.d.FT;([>[K_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.823 lng 22.917 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.d.FT;([>[K_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442042 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:42:01 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274442057 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.d;*T:rS>ZS_ 1274442057 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.d;*T:rS>ZS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad18 parse_aprs_compressed position ok: lat 62.820 lng 22.909 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.d;*T:rS>ZS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442058 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.d;*T:rS>ZS_ 1274442058 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.d;*T:rS>ZS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.820 lng 22.909 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.d;*T:rS>ZS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ade0) pbuf_free(0x882ac60) 1274442062 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:42:21 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 48, 1) 1274442063 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#ooU!?R> st 13.7V 15C 1274442063 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#ooU!?R> st 13.7V 15C interface_receive_ax25() pbuf_alloc(47,45) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.242 lng 25.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#ooU!?R> st 13.7V 15C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442079 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.dHHT:c&>XS_ 1274442079 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.dHHT:c&>XS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aea8 parse_aprs_compressed position ok: lat 62.817 lng 22.901 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.dHHT:c&>XS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442081 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.dHHT:c&>XS_ 1274442081 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.dHHT:c&>XS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882af70 parse_aprs_compressed position ok: lat 62.817 lng 22.901 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.dHHT:c&>XS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af70) 1274442082 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:42:41 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 97, 1) 1274442089 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211142z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442089 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211142z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882af70 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211142z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882a870) pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 104, 1) 1274442091 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211142z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442091 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211142z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211142z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274442094 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.dRRT:Ye>XS_ 1274442094 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.dRRT:Ye>XS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.814 lng 22.897 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.dRRT:Ye>XS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442102 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:43:01 GMT FIGATES2 193.185.39.3:14580 1274442103 << igates.aprs.fi:14580 >> OH2GVE>APX194,TCPIP*,qAC,T2FINLAND:=//H+'TPI'x nöf interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.454 lng 23.845 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442103 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274442108 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882aea8) pbuf_free(0x882af70) pbuf_free(0x882ade0) 1274442123 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:43:23 GMT FIGATES2 193.185.39.3:14580 1274442143 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:43:43 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) 1274442161 << igates.aprs.fi:14580 >> OH6MEV>APRS,TCPIP*,qAC,T2FINLAND:!6132.47N/02340.62E-aprx iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.541 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442161 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274442166 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274442166 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442166 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442166 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274442166 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.daRT:KM>YS_ 1274442166 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.daRT:KM>YS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.811 lng 22.890 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.daRT:KM>YS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442166 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.daRT:KM>YS_ 1274442166 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.daRT:KM>YS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.811 lng 22.890 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.daRT:KM>YS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274442166 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#kRU!B^>%EG 1274442166 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#kRU!B^>%EG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.243 lng 25.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#kRU!B^>%EG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274442166 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#kRU!B^>%EG 1274442166 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#kRU!B^>%EG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ad18 parse_aprs_compressed position ok: lat 62.243 lng 25.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#kRU!B^>%EG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 63, 1) 1274442166 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/114341h6214.84N/02545.13E> 12.2V Joppe 1274442166 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/114341h6214.84N/02545.13E> 12.2V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.247 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/114341h6214.84N/02545.13E> 12.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274442166 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/114341h6214.84N/02545.13E> 12.2V Joppe 1274442166 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/114341h6214.84N/02545.13E> 12.2V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.247 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/114341h6214.84N/02545.13E> 12.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 45, 1) 1274442166 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.do"T:1Z>`T_ 1274442166 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.do"T:1Z>`T_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae00 parse_aprs_compressed position ok: lat 62.807 lng 22.878 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.do"T:1Z>`T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442166 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.do"T:1Z>`T_ 1274442166 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.do"T:1Z>`T_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aec8 parse_aprs_compressed position ok: lat 62.807 lng 22.878 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.do"T:1Z>`T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec8) erlang_add(OH3RBE-1, 0, 75, 1) 1274442166 OH3RBE-1 R OH3RBR>APRG11:}OH6MEV>APRS,TCPIP*,OH3RBR*:!6132.47N/02340.62E-aprx iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6132' erlang_add(OH3RBE-1, 1, 57, 1) interface_receive_ax25() 1274442169 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211143z6130.13N/02354.90E_067/000g000t088r000p000P000h28b10132eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882aec8 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211143z6130.13N/02354.90E_067/000g000t088r000p000P000h28b10132eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442169 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aec8 erlang_add(OH3RBE-1, 0, 45, 1) 1274442171 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.dvFT9xb>^S_ 1274442171 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.dvFT9xb>^S_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b030 parse_aprs_compressed position ok: lat 62.806 lng 22.868 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.dvFT9xb>^S_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442173 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.dvFT9xb>^S_ 1274442173 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.dvFT9xb>^S_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b0f8 parse_aprs_compressed position ok: lat 62.806 lng 22.868 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.dvFT9xb>^S_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0f8) 1274442174 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882aec8 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211143z6130.13N/02354.90E_067/000g000t088r000p000P000h28b10132eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211143z6130.13N/02354.90E_067/000g000t088r000p000P000h28b10132eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882aec8) 1274442176 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882aec8 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442176 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aec8 1274442181 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882aec8 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882aec8) 1274442181 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274442181 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442181 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 66, 1) 1274442181 OH3RBE-1 R OH3RBR>APRG11:}OH3NE>APJI23,TCPIP*,OH3RBR*:!6129.78ND02343.89E& TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6129' erlang_add(OH3RBE-1, 1, 48, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 50, 1) 1274442187 << igates.aprs.fi:14580 << OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!//pTbTodg>*V? Kari 1274442187 OH3RBE-1 R OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*:!//pTbTodg>*V? Kari interface_receive_ax25() pbuf_alloc(49,52) -> 0x882aec8 parse_aprs_compressed position ok: lat 60.575 lng 25.206 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!//pTbTodg>*V? Kari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442192 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e&"T9h7>ZS_ 1274442192 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e&"T9h7>ZS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b0f8 parse_aprs_compressed position ok: lat 62.803 lng 22.860 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e&"T9h7>ZS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442193 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#088,10,0,64,4,000,00000000 Not relayable packet! [2] erlang_add(OH3RBE-1, 0, 45, 1) 1274442193 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e&"T9h7>ZS_ 1274442193 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e&"T9h7>ZS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b1c0 parse_aprs_compressed position ok: lat 62.803 lng 22.860 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e&"T9h7>ZS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1c0) BEACON: idx=2, nexttime= +249 sec 1274442200 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.15 minutes 1274442200 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' pbuf_free(0x882ad18) interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274442206 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e.WT9^=>ZS_ 1274442206 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e.WT9^=>ZS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad18 parse_aprs_compressed position ok: lat 62.801 lng 22.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e.WT9^=>ZS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274442207 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882b1c0 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442207 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1c0 erlang_add(OH3RBE-1, 0, 44, 1) 1274442207 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274442207 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b2b8 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1c0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b2b8) erlang_add(OH3RBE-1, 0, 45, 1) 1274442209 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e.WT9^=>ZS_ 1274442209 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e.WT9^=>ZS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b1c0 parse_aprs_compressed position ok: lat 62.801 lng 22.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e.WT9^=>ZS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1c0) erlang_add(OH3RBE-1, 0, 44, 1) 1274442209 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274442209 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b1c0 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1c0) erlang_add(OH3RBE-1, 0, 44, 1) 1274442210 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274442210 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,42) -> 0x882b1c0 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b1c0) pbuf_free(0x882a870) pbuf_free(0x882b030) pbuf_free(0x882ae00) 1274442212 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274442218 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/114454h6217.01N/02321.52E>314/40./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882af98 parse_aprs_uncompressed position ok: lat 62.284 lng 23.359 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/114454h6217.01N/02321.52E>314/40./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442218 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af98 erlang_add(OH3RBE-1, 0, 73, 1) 1274442218 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/114454h6217.01N/02321.52E>314/40./GPS FIX 1274442218 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/114454h6217.01N/02321.52E>314/40./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.284 lng 23.359 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/114454h6217.01N/02321.52E>314/40./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af98) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/114454h6217.01N/02321.52E>314/40./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 73, 1) 1274442220 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/114454h6217.01N/02321.52E>314/40./GPS FIX 1274442220 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/114454h6217.01N/02321.52E>314/40./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882af98 parse_aprs_uncompressed position ok: lat 62.284 lng 23.359 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/114454h6217.01N/02321.52E>314/40./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af98) erlang_add(OH3RBE-1, 0, 45, 1) 1274442222 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e7$T9R=>\S_ 1274442222 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e7$T9R=>\S_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.799 lng 22.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e7$T9R=>\S_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442223 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274442224 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e7$T9R=>\S_ 1274442224 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e7$T9R=>\S_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882af98 parse_aprs_compressed position ok: lat 62.799 lng 22.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e7$T9R=>\S_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af98) 1274442226 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882af98 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RBR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442226 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af98 erlang_add(OH3RBE-1, 0, 76, 1) 1274442226 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274442226 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af98) Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 76, 1) 1274442228 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1*,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274442228 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,75) -> 0x882af98 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1*' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af98) 1274442231 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) erlang_add(OH3RBE-1, 0, 44, 1) 1274442234 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274442234 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882af98 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274442234 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274442234 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,46) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 44, 1) 1274442236 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274442236 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,42) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274442240 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e=pT9C3>_Q_ 1274442240 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e=pT9C3>_Q_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.797 lng 22.842 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e=pT9C3>_Q_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882b0f8) pbuf_free(0x882aec8) pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 45, 1) 1274442242 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e=pT9C3>_Q_ 1274442242 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e=pT9C3>_Q_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aea8 parse_aprs_compressed position ok: lat 62.797 lng 22.842 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e=pT9C3>_Q_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aea8) erlang_add(OH3RBE-1, 0, 50, 1) 1274442245 << igates.aprs.fi:14580 << OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!//p$*V? Kari 1274442245 OH3RBE-1 R OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*:!//p$*V? Kari interface_receive_ax25() pbuf_alloc(49,52) -> 0x882aea8 parse_aprs_compressed position ok: lat 60.586 lng 25.226 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!//p$*V? Kari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442246 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:45:25 GMT FIGATES2 193.185.39.3:14580 1274442257 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3BK:!6137.32N/02409.74E>223/045 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.622 lng 24.162 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6137.32N/02409.74E>223/045' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442257 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274442262 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6137.32N/02409.74E>223/045 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6137.32N/02409.74E>223/045' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882ade0) pbuf_free(0x882af98) pbuf_free(0x882a870) 1274442272 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442272 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274442277 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=74) ttyreader_kisswrite(->OH3RBE-1, axlen=74)erlang_add(OH3RBE-1, 2, 74, 1) .. put 77 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274442277 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442277 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442277 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274442277 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP01.2 SATS09 1274442277 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6059.81N/02542.20E> 12.5V 42C HDOP01.2 SATS09 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP01.2 SATS09' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442277 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eCDT9/(>bM_ 1274442277 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eCDT9/(>bM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.796 lng 22.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eCDT9/(>bM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274442277 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#MmU!]A>2MG 1274442277 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#MmU!]A>2MG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.250 lng 25.768 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#MmU!]A>2MG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442277 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eCDT9/(>bM_ 1274442277 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eCDT9/(>bM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.796 lng 22.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eCDT9/(>bM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ade0) erlang_add(OH3RBE-1, 0, 38, 1) 1274442277 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#MmU!]A>2MG 1274442277 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#MmU!]A>2MG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.250 lng 25.768 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#MmU!]A>2MG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ade0) erlang_add(OH3RBE-1, 0, 44, 1) 1274442277 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274442277 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ade0 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ade0) erlang_add(OH3RBE-1, 0, 51, 1) 1274442277 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274442277 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882af78 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af78) erlang_add(OH3RBE-1, 0, 44, 1) 1274442277 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274442277 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ade0 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ade0) erlang_add(OH3RBE-1, 0, 75, 1) 1274442280 << igates.aprs.fi:14580 << OH7RDA>APND12,WIDE2,qAR,OH3RBE-1:!6304.03N/02739.63E#PHG44603/R,W,Wn,Tn Siilinjarvi 1274442280 OH3RBE-1 R OH7RDA>APND12,WIDE2:!6304.03N/02739.63E#PHG44603/R,W,Wn,Tn Siilinjarvi interface_receive_ax25() pbuf_alloc(74,70) -> 0x882af78 parse_aprs_uncompressed position ok: lat 63.067 lng 27.660 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH7RDA>APND12,WIDE2' info_start='!6304.03N/02739.63E#PHG44603/R,W,Wn,Tn Siilinjarvi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 75, 1) 1274442282 << igates.aprs.fi:14580 << OH7RDA>APND12,WIDE2*,qAR,OH3RBE-1:!6304.03N/02739.63E#PHG44603/R,W,Wn,Tn Siilinjarvi 1274442282 OH3RBE-1 R OH7RDA>APND12,WIDE2*:!6304.03N/02739.63E#PHG44603/R,W,Wn,Tn Siilinjarvi interface_receive_ax25() pbuf_alloc(74,71) -> 0x882b078 parse_aprs_uncompressed position ok: lat 63.067 lng 27.660 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH7RDA>APND12,WIDE2*' info_start='!6304.03N/02739.63E#PHG44603/R,W,Wn,Tn Siilinjarvi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b078) erlang_add(OH3RBE-1, 0, 45, 1) 1274442283 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e@1T9/+>:I_ 1274442283 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e@1T9/+>:I_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ade0 parse_aprs_compressed position ok: lat 62.797 lng 22.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e@1T9/+>:I_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442285 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e@1T9/+>:I_ 1274442285 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e@1T9/+>:I_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b078 parse_aprs_compressed position ok: lat 62.797 lng 22.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e@1T9/+>:I_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b078) 1274442292 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:46:11 GMT FIGATES2 193.185.39.3:14580 1274442296 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882b078 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442296 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b078 erlang_add(OH3RBE-1, 0, 105, 1) 1274442298 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274442298 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() pbuf_free(0x882aea8) 1274442301 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882b078 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882b078) 1274442316 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:46:36 GMT FIGATES2 193.185.39.3:14580 1274442328 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,OH3RBE-5*,qAR,OH3RDR:!6136.47N/02408.53E>212/058 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b078 parse_aprs_uncompressed position ok: lat 61.608 lng 24.142 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6136.47N/02408.53E>212/058' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442328 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b078 pbuf_free(0x882af78) pbuf_free(0x882ad28) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ade0) 1274442333 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882b078 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6136.47N/02408.53E>212/058 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6136.47N/02408.53E>212/058' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882b078) 1274442333 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442333 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442333 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 83, 1) 1274442333 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274442333 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274442333 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274442333 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274442333 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#IJU!^%>xCG 1274442333 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#IJU!^%>xCG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.251 lng 25.768 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#IJU!^%>xCG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 76, 1) 1274442333 OH3RBE-1 R OH3RBR>APRG11:}OH3FGG-9>APZMDR,TCPIP*,OH3RBR*:!6136.47N/02408.53E>212/058 callsign format verify got bad character: '9' in string: 'OH3FGG-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH3FGG-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 58, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 38, 1) 1274442334 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#IJU!^%>xCG 1274442334 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#IJU!^%>xCG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ad18 parse_aprs_compressed position ok: lat 62.251 lng 25.768 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#IJU!^%>xCG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad18) 1274442338 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RDR:/114654h6218.34N/02319.58E>319/42./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.306 lng 23.326 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RDR*:/114654h6218.34N/02319.58E>319/42./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442338 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad18 erlang_add(OH3RBE-1, 0, 73, 1) 1274442338 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/114654h6218.34N/02319.58E>319/42./GPS FIX 1274442338 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/114654h6218.34N/02319.58E>319/42./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882ae38 parse_aprs_uncompressed position ok: lat 62.306 lng 23.326 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/114654h6218.34N/02319.58E>319/42./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad18) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/114654h6218.34N/02319.58E>319/42./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ae38) erlang_add(OH3RBE-1, 0, 73, 1) 1274442341 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/114654h6218.34N/02319.58E>319/42./GPS FIX 1274442341 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/114654h6218.34N/02319.58E>319/42./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.306 lng 23.326 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/114654h6218.34N/02319.58E>319/42./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad18) 1274442343 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274442346 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eGTT90h>>C_ 1274442346 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eGTT90h>>C_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad18 parse_aprs_compressed position ok: lat 62.795 lng 22.834 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eGTT90h>>C_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 88, 1) 1274442350 << igates.aprs.fi:14580 << OH2NJR>APX196,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:=6030.35N/02443.91E_185/001g006t078r000P000p000h35b10199 1274442350 OH3RBE-1 R OH2NJR>APX196,OH2RDU*,OH3RBE-3*:=6030.35N/02443.91E_185/001g006t078r000P000p000h35b10199 interface_receive_ax25() pbuf_alloc(87,88) -> 0x882ade0 parse_aprs_uncompressed position ok: lat 60.506 lng 24.732 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NJR>APX196,OH2RDU*,OH3RBE-3*' info_start='=6030.35N/02443.91E_185/001g006t078r000P000p000h35b10199' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442352 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882af00 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442352 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af00 erlang_add(OH3RBE-1, 0, 37, 1) 1274442353 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274442353 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() 1274442356 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442356 ENTER VISCOUS QUEUE: len=2 pbuf=0x882aff8 1274442357 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882af00 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882af00) 1274442361 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882aff8 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882aff8) 1274442361 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442361 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442361 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 59, 1) 1274442361 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274442361 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274442361 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eJhT97S>BM_ 1274442361 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eJhT97S>BM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882af00 parse_aprs_compressed position ok: lat 62.794 lng 22.837 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eJhT97S>BM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442362 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eJhT97S>BM_ 1274442362 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eJhT97S>BM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afc8 parse_aprs_compressed position ok: lat 62.794 lng 22.837 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eJhT97S>BM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afc8) erlang_add(OH3RBE-1, 0, 45, 1) 1274442376 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.ePTT9=v>CM_ 1274442376 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.ePTT9=v>CM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882afc8 parse_aprs_compressed position ok: lat 62.793 lng 22.840 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.ePTT9=v>CM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442376 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:47:36 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274442378 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.ePTT9=v>CM_ 1274442378 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.ePTT9=v>CM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b090 parse_aprs_compressed position ok: lat 62.793 lng 22.840 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.ePTT9=v>CM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b090) erlang_add(OH3RBE-1, 0, 97, 1) 1274442382 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211147z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442382 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211147z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882b090 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211147z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274442383 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211147z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442383 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211147z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882b1c0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211147z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1c0) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ade0) pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 45, 1) 1274442391 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eU7T9@V>M-_ 1274442391 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eU7T9@V>M-_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.792 lng 22.841 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eU7T9@V>M-_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442392 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3BK:!6128.34N/02359.08EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.34N/02359.08EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442392 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274442393 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eU7T9@V>M-_ 1274442393 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eU7T9@V>M-_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad58 parse_aprs_compressed position ok: lat 62.792 lng 22.841 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eU7T9@V>M-_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad58) 1274442393 << igates.aprs.fi:14580 >> OH1WW>APU25N,TCPIP*,qAC,T2FINLAND:;OH1FAP *281738z6116.91N\02241.95E- interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ad58 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.282 lng 22.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1WW>APU25N,TCPIP,OH1WW*:;OH1FAP *281738z6116.91N\02241.95E-' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442393 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad58 1274442397 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.34N/02359.08EU out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.34N/02359.08EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274442398 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ad58 Source filtering rejected the packet. pbuf_free(0x882ad58) 1274442413 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:48:12 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882afc8) pbuf_free(0x882b090) pbuf_free(0x882af00) 1274442433 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:48:32 GMT FIGATES2 193.185.39.3:14580 BEACON: idx=3, nexttime= +297 sec 1274442449 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.95 minutes 1274442449 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' pbuf_free(0x882a870) interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274442449 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442449 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442449 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274442449 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eXcT9B{>CG_ 1274442449 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eXcT9B{>CG_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.791 lng 22.842 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eXcT9B{>CG_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442449 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eXcT9B{>CG_ 1274442449 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eXcT9B{>CG_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.791 lng 22.842 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eXcT9B{>CG_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 25, 1) 1274442449 OH3RBE-1 R OH6GHF>BEACON,WIDE2: interface_receive_ax25() pbuf_alloc(24,20) -> 0x882a938 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 25, 1) 1274442449 OH3RBE-1 R OH6GHF>BEACON,WIDE2*: interface_receive_ax25() pbuf_alloc(24,21) -> 0x882ac60 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2*' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 50, 1) 1274442449 << igates.aprs.fi:14580 << OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!//nAITqJ!>)U? Kari 1274442449 OH3RBE-1 R OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*:!//nAITqJ!>)U? Kari interface_receive_ax25() pbuf_alloc(49,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.623 lng 25.280 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2BP-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!//nAITqJ!>)U? Kari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274442449 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6044.43N/02444.06E> Kaitsu 1274442449 OH3RBE-1 R OH3GLY-9>APZMDR,WIDE2:!6044.43N/02444.06E> Kaitsu interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ad30 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,WIDE2' info_start='!6044.43N/02444.06E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274442449 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6044.43N/02444.06E> Kaitsu 1274442449 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RDA-3*:!6044.43N/02444.06E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RDA-3*' info_start='!6044.43N/02444.06E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) 1274442453 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:48:52 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 137, 1) 1274442455 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 119, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 44, 1) 1274442472 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274442472 OH3RBE-1 R OH6FJB>APZMDR,WIDE2-1:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2-1' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442473 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:49:12 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 44, 1) 1274442474 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274442474 OH3RBE-1 R OH6FJB>APZMDR,WIDE2:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,40) -> 0x882aec0 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec0) pbuf_free(0x882a938) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ad30) erlang_add(OH3RBE-1, 0, 93, 1) 1274442482 << igates.aprs.fi:14580 << OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3,qAR,OH3RBE-1:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli 1274442482 OH3RBE-1 R OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli interface_receive_ax25() pbuf_alloc(92,93) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.791 lng 26.976 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3' info_start='!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 93, 1) 1274442485 << igates.aprs.fi:14580 << OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3*,qAR,OH3RBE-1:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli 1274442485 OH3RBE-1 R OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3*:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli interface_receive_ax25() pbuf_alloc(92,94) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.791 lng 26.976 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3*' info_start='!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 83, 1) 1274442486 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274442486 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274442488 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274442488 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882aec0 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec0) 1274442493 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:49:32 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274442500 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.emjT9Z{>HN_ 1274442500 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.emjT9Z{>HN_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aec0 parse_aprs_compressed position ok: lat 62.786 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.emjT9Z{>HN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442502 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.emjT9Z{>HN_ 1274442502 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.emjT9Z{>HN_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882af88 parse_aprs_compressed position ok: lat 62.786 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.emjT9Z{>HN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af88) pbuf_free(0x882ae00) 1274442513 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:49:52 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274442514 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.euRT9\w>JL_ 1274442514 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.euRT9\w>JL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad70 parse_aprs_compressed position ok: lat 62.784 lng 22.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.euRT9\w>JL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442516 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.euRT9\w>JL_ 1274442516 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.euRT9\w>JL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882af88 parse_aprs_compressed position ok: lat 62.784 lng 22.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.euRT9\w>JL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af88) erlang_add(OH3RBE-1, 0, 38, 1) 1274442517 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//"u1U!j?>,KG 1274442517 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//"u1U!j?>,KG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882af88 parse_aprs_compressed position ok: lat 62.263 lng 25.774 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//"u1U!j?>,KG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274442518 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//"u1U!j?>,KG 1274442518 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//"u1U!j?>,KG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b040 parse_aprs_compressed position ok: lat 62.263 lng 25.774 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//"u1U!j?>,KG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b040) erlang_add(OH3RBE-1, 0, 45, 1) 1274442529 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f!cT9`9>FL_ 1274442529 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f!cT9`9>FL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b040 parse_aprs_compressed position ok: lat 62.782 lng 22.856 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f!cT9`9>FL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442529 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6133.88N/02406.05E>200/050 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b108 parse_aprs_uncompressed position ok: lat 61.565 lng 24.101 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6133.88N/02406.05E>200/050' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882a870) 1274442529 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b108 1274442534 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882b108 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6133.88N/02406.05E>200/050 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6133.88N/02406.05E>200/050' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882b108) pbuf_free(0x882ac60) pbuf_free(0x882aec0) 1274442549 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:50:28 GMT FIGATES2 193.185.39.3:14580 1274442569 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:50:48 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad70) pbuf_free(0x882af88) pbuf_free(0x882b040) 1274442583 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442583 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274442588 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274442588 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442588 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442588 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274442588 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f)?T9cO>MM_ 1274442588 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f)?T9cO>MM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.781 lng 22.858 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f)?T9cO>MM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442588 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.f)?T9cO>MM_ 1274442588 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.f)?T9cO>MM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.781 lng 22.858 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.f)?T9cO>MM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274442588 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f0=T9`b>TM_ 1274442588 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f0=T9`b>TM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.779 lng 22.857 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f0=T9`b>TM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442588 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.f0=T9`b>TM_ 1274442588 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.f0=T9`b>TM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.779 lng 22.857 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.f0=T9`b>TM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 44, 1) 1274442588 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274442588 OH3RBE-1 R OH6RAH>APZMDR,WIDE1:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274442588 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1*,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274442588 OH3RBE-1 R OH6RAH>APZMDR,WIDE1*:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,41) -> 0x882ade8 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1*' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ade8) erlang_add(OH3RBE-1, 0, 38, 1) 1274442588 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//"l:U!p,>t9G 1274442588 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//"l:U!p,>t9G interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ade8 parse_aprs_compressed position ok: lat 62.265 lng 25.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//"l:U!p,>t9G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274442588 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//"l:U!p,>t9G 1274442588 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//"l:U!p,>t9G interface_receive_ax25() pbuf_alloc(37,36) -> 0x882aea0 parse_aprs_compressed position ok: lat 62.265 lng 25.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//"l:U!p,>t9G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aea0) erlang_add(OH3RBE-1, 0, 89, 1) 1274442588 OH3RBE-1 R OH3RBR>APRG11:}OH3BK>APRX1D,TCPIP*,OH3RBR*:!6128.23NR02353.52E&aprx - an Rx-only iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6128' erlang_add(OH3RBE-1, 1, 71, 1) interface_receive_ax25() 1274442602 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6133.09N/02404.77E>238/047 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882aea0 parse_aprs_uncompressed position ok: lat 61.551 lng 24.080 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6133.09N/02404.77E>238/047' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442602 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aea0 1274442607 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882aea0 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6133.09N/02404.77E>238/047 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6133.09N/02404.77E>238/047' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882aea0) 1274442622 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:51:41 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ade8) pbuf_free(0x882ad28) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274442642 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:52:01 GMT FIGATES2 193.185.39.3:14580 1274442662 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:52:21 GMT FIGATES2 193.185.39.3:14580 1274442682 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:52:41 GMT FIGATES2 193.185.39.3:14580 1274442702 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:53:01 GMT FIGATES2 193.185.39.3:14580 1274442722 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:53:21 GMT FIGATES2 193.185.39.3:14580 1274442722 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442722 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274442727 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=99) ttyreader_kisswrite(->OH3RBE-1, axlen=99)erlang_add(OH3RBE-1, 2, 99, 1) .. put 102 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274442727 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442727 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442727 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274442727 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.fC.T9V!>UL_ 1274442727 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.fC.T9V!>UL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.774 lng 22.851 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.fC.T9V!>UL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442727 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.fC.T9V!>UL_ 1274442727 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.fC.T9V!>UL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.774 lng 22.851 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.fC.T9V!>UL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 78, 1) 1274442727 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6007.06N/02426.70E> Ford Mondeo VGV-601 1274442727 OH3RBE-1 R OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*:!6007.06N/02426.70E> Ford Mondeo VGV-601 interface_receive_ax25() pbuf_alloc(77,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.118 lng 24.445 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*' info_start='!6007.06N/02426.70E> Ford Mondeo VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 85, 1) 1274442727 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RBE-2*,TRACE3,qAR,OH3RBE-1:!6007.06N/02426.70E> Ford Mondeo VGV-601 1274442727 OH3RBE-1 R OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RBE-2*,TRACE3:!6007.06N/02426.70E> Ford Mondeo VGV-601 interface_receive_ax25() pbuf_alloc(84,89) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 60.118 lng 24.445 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RBE-2*,TRACE3' info_start='!6007.06N/02426.70E> Ford Mondeo VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 77, 1) 1274442727 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274442727 OH3RBE-1 R OH6RDK>APZMDR,WIDE2:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,73) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 77, 1) 1274442727 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2*,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274442727 OH3RBE-1 R OH6RDK>APZMDR,WIDE2*:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,74) -> 0x882ae70 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2*' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae70) erlang_add(OH3RBE-1, 0, 74, 1) 1274442727 << igates.aprs.fi:14580 << OH6RDD>APN391,WIDE1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274442727 OH3RBE-1 R OH6RDD>APN391,WIDE1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(73,69) -> 0x882ae70 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,WIDE1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 74, 1) 1274442727 << igates.aprs.fi:14580 << OH6RDD>APN391,WIDE1*,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274442727 OH3RBE-1 R OH6RDD>APN391,WIDE1*:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(73,70) -> 0x882af68 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,WIDE1*' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af68) erlang_add(OH3RBE-1, 0, 97, 1) 1274442728 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211152z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442728 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211152z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882af68 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211152z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274442728 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211152z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442728 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211152z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882b098 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211152z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b098) 1274442737 << igates.aprs.fi:14580 >> OH3FU-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.25N/02356.29ER interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882b098 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442737 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b098 erlang_add(OH3RBE-1, 0, 51, 1) 1274442738 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274442738 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,53) -> 0x882b190 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b098) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FU-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!6129.25N/02356.29ER' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882b190) erlang_add(OH3RBE-1, 0, 51, 1) 1274442740 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274442740 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,51) -> 0x882b098 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b098) 1274442742 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 63, 1) 1274442745 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/115341h6214.84N/02545.13E> 12.2V Joppe 1274442745 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/115341h6214.84N/02545.13E> 12.2V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882b098 parse_aprs_uncompressed position ok: lat 62.247 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/115341h6214.84N/02545.13E> 12.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.70 minutes beacons offset: 9.13 minutes beacons offset: 13.63 minutes beacons offset: 18.20 minutes BEACON: idx=0, nexttime= +282 sec 1274442746 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.70 minutes 1274442746 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274442754 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.fi0T9eA>:@_ 1274442754 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.fi0T9eA>:@_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b180 parse_aprs_compressed position ok: lat 62.765 lng 22.859 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.fi0T9eA>:@_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274442756 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.fi0T9eA>:@_ 1274442756 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.fi0T9eA>:@_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b248 parse_aprs_compressed position ok: lat 62.765 lng 22.859 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.fi0T9eA>:@_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b248) 1274442757 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:53:57 GMT FIGATES2 193.185.39.3:14580 1274442761 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6132.31N/02400.82E>249/044 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b248 parse_aprs_uncompressed position ok: lat 61.539 lng 24.014 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.31N/02400.82E>249/044' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442761 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b248 1274442766 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882b248 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.31N/02400.82E>249/044 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.31N/02400.82E>249/044' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882b248) 1274442769 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211153z6130.13N/02354.90E_045/000g000t089r000p000P000h26b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882b248 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211153z6130.13N/02354.90E_045/000g000t089r000p000P000h26b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442769 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b248 1274442774 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b248 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211153z6130.13N/02354.90E_045/000g000t089r000p000P000h26b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211153z6130.13N/02354.90E_045/000g000t089r000p000P000h26b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882b248) 1274442774 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442774 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442774 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 123, 1) 1274442776 OH3RBE-1 R OH3RBR>APRG11:}OH3MWY>APRS,TCPIP*,OH3RBR*:@211153z6130.13N/02354.90E_045/000g000t089r000p000P000h26b10129eWUHU21636XXSP. TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:@2111' erlang_add(OH3RBE-1, 1, 105, 1) interface_receive_ax25() pbuf_free(0x882a870) pbuf_free(0x882ae70) pbuf_free(0x882ac60) pbuf_free(0x882af68) pbuf_free(0x882ad70) pbuf_free(0x882b098) 1274442789 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:54:29 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 51, 1) 1274442792 << igates.aprs.fi:14580 << OH8LXT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6355.20N/02458.76E>096/025 1274442792 OH3RBE-1 R OH8LXT-9>APZMDR,WIDE2:!6355.20N/02458.76E>096/025 interface_receive_ax25() pbuf_alloc(50,49) -> 0x882a870 parse_aprs_uncompressed position ok: lat 63.920 lng 24.979 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8LXT-9>APZMDR,WIDE2' info_start='!6355.20N/02458.76E>096/025' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442792 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442792 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 44, 1) 1274442792 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274442792 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 70, 1) 1274442793 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274442793 OH3RBE-1 R OH6JAT>APZMDR,WIDE2-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2-1' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274442795 << igates.aprs.fi:14580 << OH8LXT-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!6355.20N/02458.76E>096/025 1274442795 OH3RBE-1 R OH8LXT-9>APZMDR,WIDE2*:!6355.20N/02458.76E>096/025 interface_receive_ax25() pbuf_alloc(50,50) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 63.920 lng 24.979 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8LXT-9>APZMDR,WIDE2*' info_start='!6355.20N/02458.76E>096/025' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 44, 1) 1274442795 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274442795 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 51, 1) 1274442796 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274442796 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(50,52) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad58) 1274442797 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=(nil) erlang_add(OH3RBE-1, 0, 68, 1) 1274442808 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.11N/02425.97E>228/019/A=000019 VGV-601 1274442808 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.11N/02425.97E>228/019/A=000019 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 60.118 lng 24.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.11N/02425.97E>228/019/A=000019 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882b180) 1274442812 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:54:51 GMT FIGATES2 193.185.39.3:14580 1274442818 << igates.aprs.fi:14580 >> OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBR:/115454h6223.60N/02312.51E>317/51./GPS FIX interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 62.393 lng 23.208 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRS,TCPIP,OH3RBR*:/115454h6223.60N/02312.51E>317/51./GPS FIX' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442818 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae48 erlang_add(OH3RBE-1, 0, 73, 1) 1274442818 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,WIDE,qAR,OH3RBE-1:/115454h6223.60N/02312.51E>317/51./GPS FIX 1274442818 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,WIDE:/115454h6223.60N/02312.51E>317/51./GPS FIX interface_receive_ax25() pbuf_alloc(72,69) -> 0x882af68 parse_aprs_uncompressed position ok: lat 62.393 lng 23.208 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,WIDE' info_start='/115454h6223.60N/02312.51E>317/51./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae48) Source filtering accepted the packet. hops count: OH3RUX*,WIDE req=1,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HEL-9>APRS,OH3RUX*,OH3RBE-1*,WIDE*:' data='/115454h6223.60N/02312.51E>317/51./GPS FIX' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882af68) erlang_add(OH3RBE-1, 0, 73, 1) 1274442820 << igates.aprs.fi:14580 << OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*,qAR,OH3RBE-1:/115454h6223.60N/02312.51E>317/51./GPS FIX 1274442820 OH3RBE-1 R OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*:/115454h6223.60N/02312.51E>317/51./GPS FIX interface_receive_ax25() pbuf_alloc(72,74) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 62.393 lng 23.208 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HEL-9>APRS,OH3RUX*,OH3RBE-2*' info_start='/115454h6223.60N/02312.51E>317/51./GPS FIX' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae48) 1274442823 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) 1274442830 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ac60) 1274442830 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae48 erlang_add(OH3RBE-1, 0, 69, 1) 1274442830 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274442830 OH3RBE-1 R OH3RBE-2>APNU19:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() 1274442835 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ae48 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882ae48) pbuf_free(0x882a870) pbuf_free(0x882ad58) 1274442844 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6132.27N/02358.68E>274/045 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.538 lng 23.978 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.27N/02358.68E>274/045' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442844 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274442849 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.27N/02358.68E>274/045 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.27N/02358.68E>274/045' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274442849 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 1b|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274442849 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442849 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 68, 1) 1274442849 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6007.06N/02425.71E>268/010/A=000032 VGV-601 1274442849 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6007.06N/02425.71E>268/010/A=000032 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.118 lng 24.428 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6007.06N/02425.71E>268/010/A=000032 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274442849 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/115517h6214.86N/02545.03E>265/005 Joppe 1274442849 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/115517h6214.86N/02545.03E>265/005 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.248 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/115517h6214.86N/02545.03E>265/005 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274442849 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6132.27N/02358.68E>274/045 1274442849 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-1:!6132.27N/02358.68E>274/045 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.538 lng 23.978 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-1' info_start='!6132.27N/02358.68E>274/045' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 51, 1) 1274442849 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6132.27N/02358.68E>274/045 1274442849 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-3*:!6132.27N/02358.68E>274/045 interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.538 lng 23.978 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-3*' info_start='!6132.27N/02358.68E>274/045' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 63, 1) 1274442849 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/115524h6214.86N/02545.01E> 13.6V Joppe 1274442849 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/115524h6214.86N/02545.01E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.248 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/115524h6214.86N/02545.01E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274442849 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/115524h6214.86N/02545.01E> 13.6V Joppe 1274442849 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/115524h6214.86N/02545.01E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ae30 parse_aprs_uncompressed position ok: lat 62.248 lng 25.750 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/115524h6214.86N/02545.01E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 79, 1) 1274442852 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274442852 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,80) -> 0x882ae30 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274442853 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274442853 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882af38 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af38) erlang_add(OH3RBE-1, 0, 79, 1) 1274442854 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274442854 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882af38 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af38) 1274442856 << igates.aprs.fi:14580 >> OH1MN>APU25N,TCPIP*,qAC,CORE-2:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882af38 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.370 lng 23.753 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442856 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af38 1274442857 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882b060 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442857 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b060 erlang_add(OH3RBE-1, 0, 44, 1) 1274442858 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274442858 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b158 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b060) Source filtering accepted the packet. hops count: WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-1*,WIDE2*:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b158) 1274442858 << igates.aprs.fi:14580 >> OH1MN>APU25N,TCPIP*,qAC,CORE-2:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(103,96) -> 0x882b060 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.470 lng 23.743 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442858 ENTER VISCOUS QUEUE: len=3 pbuf=0x882b060 erlang_add(OH3RBE-1, 0, 44, 1) 1274442859 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274442859 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b198 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b198) erlang_add(OH3RBE-1, 0, 51, 1) 1274442860 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274442860 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,56) -> 0x882b198 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b198) 1274442861 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882af38 Source filtering accepted the packet. hops count: OH1MN>APU25N,TCPIP,OH1MN*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=96) ttyreader_kisswrite(->OH3RBE-1, axlen=96)erlang_add(OH3RBE-1, 2, 96, 1) .. put 99 bytes of KISS frame on IO buffer pbuf_free(0x882af38) 1274442862 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=(nil) 1274442863 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882b060 Source filtering accepted the packet. hops count: OH1MN>APU25N,TCPIP,OH1MN*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=103) ttyreader_kisswrite(->OH3RBE-1, axlen=103)erlang_add(OH3RBE-1, 2, 103, 1) .. put 106 bytes of KISS frame on IO buffer pbuf_free(0x882b060) 1274442863 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274442863 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274442863 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r 1274442871 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,TRACE3-3,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442871 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af38 erlang_add(OH3RBE-1, 0, 76, 1) 1274442871 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,TRACE3-3,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274442871 OH3RBE-1 R OH3RBE-2>APNU19,TRACE3-3:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,77) -> 0x882b070 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,TRACE3-3' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af38) Source filtering accepted the packet. hops count: TRACE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-2>APNU19,OH3RBE-1*,TRACE3-2:' data='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=82) ttyreader_kisswrite(->OH3RBE-1, axlen=82)erlang_add(OH3RBE-1, 2, 82, 1) .. put 85 bytes of KISS frame on IO buffer pbuf_free(0x882b070) erlang_add(OH3RBE-1, 0, 83, 1) 1274442872 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RUX*,TRACE3-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274442872 OH3RBE-1 R OH3RBE-2>APNU19,OH3RUX*,TRACE3-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,85) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RUX*,TRACE3-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af38) erlang_add(OH3RBE-1, 0, 83, 1) 1274442873 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,TRACE3-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274442873 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,TRACE3-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,87) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,TRACE3-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af38) 1274442876 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 90, 1) 1274442877 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*,TRACE3-1,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274442877 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*,TRACE3-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(89,97) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*,TRACE3-1' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882af38) 1274442891 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:56:10 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad48) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ae30) 1274442903 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6132.03N/02357.26E>227/044 MDR150 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(88,81) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.534 lng 23.954 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6132.03N/02357.26E>227/044 MDR150' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442903 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 58, 1) 1274442903 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6132.03N/02357.26E>227/044 MDR150 1274442903 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-2:!6132.03N/02357.26E>227/044 MDR150 interface_receive_ax25() pbuf_alloc(57,58) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.534 lng 23.954 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-2' info_start='!6132.03N/02357.26E>227/044 MDR150' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6132.03N/02357.26E>227/044 MDR150' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=64) ttyreader_kisswrite(->OH3RBE-1, axlen=64)erlang_add(OH3RBE-1, 2, 64, 1) .. put 67 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 65, 1) 1274442905 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6132.03N/02357.26E>227/044 MDR150 1274442905 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6132.03N/02357.26E>227/044 MDR150 interface_receive_ax25() pbuf_alloc(64,70) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.534 lng 23.954 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6132.03N/02357.26E>227/044 MDR150' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 65, 1) 1274442906 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6132.03N/02357.26E>227/044 MDR150 1274442906 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2:!6132.03N/02357.26E>227/044 MDR150 interface_receive_ax25() pbuf_alloc(64,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.534 lng 23.954 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6132.03N/02357.26E>227/044 MDR150' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274442908 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=(nil) 1274442923 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:56:42 GMT FIGATES2 193.185.39.3:14580 1274442943 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:57:02 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 64, 1) 1274442950 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/115707h6214.88N/02544.39E>304/007 Joppe 1274442950 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/115707h6214.88N/02544.39E>304/007 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.248 lng 25.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/115707h6214.88N/02544.39E>304/007 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274442953 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/115707h6214.88N/02544.39E>304/007 Joppe 1274442953 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/115707h6214.88N/02544.39E>304/007 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.248 lng 25.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/115707h6214.88N/02544.39E>304/007 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 68, 1) 1274442953 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6006.77N/02423.77E>250/043/A=000036 VGV-601 1274442953 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6006.77N/02423.77E>250/043/A=000036 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.113 lng 24.396 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6006.77N/02423.77E>250/043/A=000036 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274442958 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/115715h6214.88N/02544.37E> 13.6V Joppe 1274442958 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/115715h6214.88N/02544.37E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 62.248 lng 25.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/115715h6214.88N/02544.37E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. Telemetry Tx run; next one in 20.00 minutes 1274442960 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#085,0,0,0,0,000,00000000 1274442960 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#085,13,4,99,10,021,00000000 erlang_add(OH3RBE-1, 0, 63, 1) 1274442960 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/115715h6214.88N/02544.37E> 13.6V Joppe 1274442960 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/115715h6214.88N/02544.37E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ae38 parse_aprs_uncompressed position ok: lat 62.248 lng 25.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/115715h6214.88N/02544.37E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae38) erlang_add(OH3RBE-1, 0, 65, 1) 1274442963 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4:!//!5"UARf>C'W OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,63) -> 0x882ae38 parse_aprs_compressed position ok: lat 62.300 lng 27.154 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4' info_start='!//!5"UARf>C'W OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442963 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4,qAR,OH3RBE-1:!//!5"UARf>C'W OH4JT/OH4KZM Mobile 1274442963 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:57:22 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 65, 1) 1274442965 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4*:!//!5"UARf>C'W OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,64) -> 0x882af28 parse_aprs_compressed position ok: lat 62.300 lng 27.154 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4*' info_start='!//!5"UARf>C'W OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af28) 1274442965 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4*,qAR,OH3RBE-1:!//!5"UARf>C'W OH4JT/OH4KZM Mobile erlang_add(OH3RBE-1, 0, 97, 1) 1274442968 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211157z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882af28 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211157z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274442968 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211157z6009.37N/02504.89Es http://kartta.hmpy.fi erlang_add(OH3RBE-1, 0, 104, 1) 1274442969 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211157z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882b058 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211157z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b058) 1274442969 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211157z6009.37N/02504.89Es http://kartta.hmpy.fi 1274442974 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882b058 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442974 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b058 1274442979 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882b058 Source filtering rejected the packet. pbuf_free(0x882b058) 1274442980 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6131.37N/02355.64E>215/053 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b058 parse_aprs_uncompressed position ok: lat 61.523 lng 23.927 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6131.37N/02355.64E>215/053' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274442980 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b058 1274442985 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882b058 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6131.37N/02355.64E>215/053 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6131.37N/02355.64E>215/053' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882b058) pbuf_free(0x882ad50) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274443000 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:57:59 GMT FIGATES2 193.185.39.3:14580 1274443020 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:58:19 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ae38) pbuf_free(0x882af28) BEACON: idx=1, nexttime= +266 sec 1274443028 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.43 minutes interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274443028 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 1274443028 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443028 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443028 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274443028 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/115742h6214.89N/02544.37E>304/003 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.248 lng 25.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/115742h6214.89N/02544.37E>304/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443028 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/115742h6214.89N/02544.37E>304/003 Joppe erlang_add(OH3RBE-1, 0, 68, 1) 1274443028 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6006.55N/02422.76E>241/043/A=000082 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.109 lng 24.379 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6006.55N/02422.76E>241/043/A=000082 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443028 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6006.55N/02422.76E>241/043/A=000082 VGV-601 erlang_add(OH3RBE-1, 0, 43, 1) 1274443028 OH3RBE-1 R OH2BP-9>APZMDR,WIDE2:!//h[xTuNf>$V? Kari interface_receive_ax25() pbuf_alloc(42,40) -> 0x882ad50 parse_aprs_compressed position ok: lat 60.747 lng 25.457 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2BP-9>APZMDR,WIDE2' info_start='!//h[xTuNf>$V? Kari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443028 << igates.aprs.fi:14580 << OH2BP-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//h[xTuNf>$V? Kari erlang_add(OH3RBE-1, 0, 43, 1) 1274443028 OH3RBE-1 R OH2BP-9>APZMDR,OH3RBE-3*:!//h[xTuNf>$V? Kari interface_receive_ax25() pbuf_alloc(42,44) -> 0x882ae10 parse_aprs_compressed position ok: lat 60.747 lng 25.457 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2BP-9>APZMDR,OH3RBE-3*' info_start='!//h[xTuNf>$V? Kari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae10) 1274443028 << igates.aprs.fi:14580 << OH2BP-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//h[xTuNf>$V? Kari erlang_add(OH3RBE-1, 0, 63, 1) 1274443028 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/115811h6214.95N/02544.22E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 62.249 lng 25.737 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/115811h6214.95N/02544.22E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443028 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/115811h6214.95N/02544.22E> 13.6V Joppe erlang_add(OH3RBE-1, 0, 79, 1) 1274443028 OH3RBE-1 R OH3RCD>APN391,OH3RDA-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882aef8 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RDA-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443028 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RDA-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD erlang_add(OH3RBE-1, 0, 79, 1) 1274443028 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274443028 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b000 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b000) erlang_add(OH3RBE-1, 0, 83, 1) 1274443028 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274443028 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882b000 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274443030 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274443030 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b110 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b110) erlang_add(OH3RBE-1, 0, 162, 1) 1274443034 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 144, 1) interface_receive_ax25() 1274443039 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3BK:!6130.62N/02354.58E>214/054 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882b110 parse_aprs_uncompressed position ok: lat 61.510 lng 23.910 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6130.62N/02354.58E>214/054' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443039 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b110 1274443044 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882b110 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6130.62N/02354.58E>214/054 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6130.62N/02354.58E>214/054' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882b110) 1274443059 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:58:58 GMT FIGATES2 193.185.39.3:14580 1274443079 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:59:18 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b000) pbuf_free(0x882a870) pbuf_free(0x882ae10) pbuf_free(0x882aef8) pbuf_free(0x882ad50) pbuf_free(0x882ac60) 1274443086 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RDR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443086 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274443091 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=106) ttyreader_kisswrite(->OH3RBE-1, axlen=106)erlang_add(OH3RBE-1, 2, 106, 1) .. put 109 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274443091 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443091 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443091 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 76, 1) 1274443091 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274443091 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) 1274443098 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6129.96N/02353.22E>233/060 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.499 lng 23.887 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6129.96N/02353.22E>233/060' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443098 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 51, 1) 1274443098 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.96N/02353.22E>233/060 1274443098 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-1:!6129.96N/02353.22E>233/060 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.499 lng 23.887 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-1' info_start='!6129.96N/02353.22E>233/060' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2*:' data='!6129.96N/02353.22E>233/060' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274443103 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=(nil) 1274443118 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 11:59:57 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 98, 1) 1274443126 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi 1274443126 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RDA-3*:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(97,98) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RDA-3*' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 105, 1) 1274443128 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi 1274443128 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(104,105) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274443138 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:00:17 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274443147 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6005.91N/02419.55E>262/041/A=000052 VGV-601 1274443147 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6005.91N/02419.55E>262/041/A=000052 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.098 lng 24.326 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6005.91N/02419.55E>262/041/A=000052 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443157 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBR:!6129.33N/02352.30E> interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.489 lng 23.872 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RBR*:!6129.33N/02352.30E>' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443157 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 erlang_add(OH3RBE-1, 0, 44, 1) 1274443157 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.33N/02352.30E> 1274443157 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-1:!6129.33N/02352.30E> interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 61.489 lng 23.872 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-1' info_start='!6129.33N/02352.30E>' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad50) Source filtering accepted the packet. hops count: WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2*:' data='!6129.33N/02352.30E>' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882ae48) erlang_add(OH3RBE-1, 0, 44, 1) 1274443157 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6129.33N/02352.30E> 1274443157 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-3*:!6129.33N/02352.30E> interface_receive_ax25() pbuf_alloc(43,46) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.489 lng 23.872 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-3*' info_start='!6129.33N/02352.30E>' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 44, 1) 1274443159 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6129.33N/02352.30E> 1274443159 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2:!6129.33N/02352.30E> interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.489 lng 23.872 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2' info_start='!6129.33N/02352.30E>' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad50) 1274443162 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=(nil) pbuf_free(0x882a870) 1274443177 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:00:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 68, 1) 1274443177 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6005.92N/02418.85E>272/043/A=000068 VGV-601 1274443177 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6005.92N/02418.85E>272/043/A=000068 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.099 lng 24.314 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6005.92N/02418.85E>272/043/A=000068 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443180 << igates.aprs.fi:14580 >> OH3HEL-9>APRTLM,OH6RAH*,qAR,OH6AC:T#018,109,130,138,138,079,11111111, MIM v1.07 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(98,91) -> 0x882ad50 parse_aprs_telem .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HEL-9>APRTLM,TCPIP,OH6AC*:T#018,109,130,138,138,079,11111111, MIM v1.07' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ac60) 1274443180 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 1274443180 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//E`6TOcK>{!/ Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882ae78 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//E`6TOcK>{!/ Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443180 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae78 erlang_add(OH3RBE-1, 0, 42, 1) 1274443180 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//E`6TOcK>{!/ Ari 1274443180 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//E`6TOcK>{!/ Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//E`6TOcK>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae78) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//E`6TOcK>{!/ Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 56, 1) 1274443182 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//E`6TOcK>{!/ Ari 1274443182 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1:!//E`6TOcK>{!/ Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1' info_start='!//E`6TOcK>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 42, 1) 1274443183 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//E`6TOcK>{!/ Ari 1274443183 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//E`6TOcK>{!/ Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//E`6TOcK>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 56, 1) 1274443184 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//E`6TOcK>{!/ Ari 1274443184 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*:!//E`6TOcK>{!/ Ari interface_receive_ax25() pbuf_alloc(55,64) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*' info_start='!//E`6TOcK>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274443185 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882ad50 Source filtering rejected the packet. pbuf_free(0x882ad50) 1274443185 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) 1274443188 << igates.aprs.fi:14580 >> OH2NJR>APX196,TCPIP*,qAC,T2FINLAND:=6030.35N/02443.91E_227/000g001t079r000P000p000h36b10198 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(108,101) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.506 lng 24.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NJR>APX196,TCPIP,OH2NJR*:=6030.35N/02443.91E_227/000g001t079r000P000p000h36b10198' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443188 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274443193 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) 1274443208 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:01:28 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 83, 1) 1274443210 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274443210 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274443212 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274443212 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad70) 1274443215 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6129.32N/02351.79E>269/032 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 61.489 lng 23.863 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6129.32N/02351.79E>269/032' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443215 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad70 erlang_add(OH3RBE-1, 0, 51, 1) 1274443215 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.32N/02351.79E>269/032 1274443215 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-1:!6129.32N/02351.79E>269/032 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ae78 parse_aprs_uncompressed position ok: lat 61.489 lng 23.863 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-1' info_start='!6129.32N/02351.79E>269/032' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad70) Source filtering accepted the packet. hops count: WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2*:' data='!6129.32N/02351.79E>269/032' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ae78) 1274443220 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) pbuf_free(0x882a870) 1274443235 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:01:55 GMT FIGATES2 193.185.39.3:14580 1274443239 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//E]BTOah>w2? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//E]BTOah>w2? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443239 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 42, 1) 1274443239 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//E]BTOah>w2? Ari 1274443239 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//E]BTOah>w2? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//E]BTOah>w2? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//E]BTOah>w2? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 49, 1) 1274443241 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1,qAR,OH3RBE-1:!//E]BTOah>w2? Ari 1274443241 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:!//E]BTOah>w2? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1' info_start='!//E]BTOah>w2? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 42, 1) 1274443241 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//E]BTOah>w2? Ari 1274443241 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//E]BTOah>w2? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882a870 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//E]BTOah>w2? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274443243 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//E]BTOah>w2? Ari 1274443243 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*:!//E]BTOah>w2? Ari interface_receive_ax25() pbuf_alloc(55,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.507 lng 23.814 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*' info_start='!//E]BTOah>w2? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) 1274443244 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274443252 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443252 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 37, 1) 1274443253 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274443253 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() erlang_add(OH3RBE-1, 0, 68, 1) 1274443254 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6005.85N/02417.34E>244/035/A=000019 VGV-601 1274443254 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6005.85N/02417.34E>244/035/A=000019 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 60.097 lng 24.289 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6005.85N/02417.34E>244/035/A=000019 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443256 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882ae60 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443256 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae60 1274443257 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274443261 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ae60 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882ae60) 1274443261 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443261 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443261 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 97, 1) 1274443261 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211202z6009.37N/02504.88Es http://kartta.hmpy.fi 1274443261 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211202z6009.37N/02504.88Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211202z6009.37N/02504.88Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274443262 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211202z6009.37N/02504.88Es http://kartta.hmpy.fi 1274443262 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211202z6009.37N/02504.88Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882ae60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211202z6009.37N/02504.88Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae60) 1274443276 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:02:36 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad70) BEACON: idx=2, nexttime= +270 sec 1274443294 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.50 minutes 1274443294 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer 1274443296 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:02:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 55, 1) 1274443313 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eLkT9-av st 12.6V 32C 1274443313 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2:!/.eLkT9-av st 12.6V 32C interface_receive_ax25() pbuf_alloc(54,53) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2' info_start='!/.eLkT9-av st 12.6V 32C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 55, 1) 1274443315 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eLkT9-av st 12.6V 32C 1274443315 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2*:!/.eLkT9-av st 12.6V 32C interface_receive_ax25() pbuf_alloc(54,54) -> 0x882ad38 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2*' info_start='!/.eLkT9-av st 12.6V 32C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad38) 1274443316 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:03:16 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) 1274443336 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:03:36 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274443343 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.fgaT9e+>$E_ 1274443343 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.fgaT9e+>$E_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.766 lng 22.859 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.fgaT9e+>$E_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 94, 1) 1274443345 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6005.74N/02415.15E>258/044/A=000055 Ford Mondeo VGV-601 1274443345 OH3RBE-1 R OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*:!6005.74N/02415.15E>258/044/A=000055 Ford Mondeo VGV-601 interface_receive_ax25() pbuf_alloc(93,98) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 60.096 lng 24.253 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,OH2RDG*,OH3RCD*,OH3RDA-3*' info_start='!6005.74N/02415.15E>258/044/A=000055 Ford Mondeo VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274443345 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.fgaT9e+>$E_ 1274443345 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.fgaT9e+>$E_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae68 parse_aprs_compressed position ok: lat 62.766 lng 22.859 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.fgaT9e+>$E_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae68) pbuf_free(0x882ac60) 1274443356 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:03:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 63, 1) 1274443362 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274443362 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,63) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274443362 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274443362 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,65) -> 0x882af50 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af50) erlang_add(OH3RBE-1, 0, 63, 1) 1274443365 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274443365 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,61) -> 0x882af50 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af50) 1274443369 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3BK:!6129.60N/02349.62E>273/030 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882af50 parse_aprs_uncompressed position ok: lat 61.493 lng 23.827 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6129.60N/02349.62E>273/030' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443369 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af50 erlang_add(OH3RBE-1, 0, 51, 1) 1274443369 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.60N/02349.62E>273/030 1274443369 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-1:!6129.60N/02349.62E>273/030 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.493 lng 23.827 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-1' info_start='!6129.60N/02349.62E>273/030' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af50) Source filtering accepted the packet. hops count: WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FGG-9>APZMDR,OH3RBE-1*,WIDE2*:' data='!6129.60N/02349.62E>273/030' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274443370 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211203z6130.13N/02354.90E_022/000g000t088r000p000P000h27b10132eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882af50 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211203z6130.13N/02354.90E_022/000g000t088r000p000P000h27b10132eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443370 ENTER VISCOUS QUEUE: len=2 pbuf=0x882af50 erlang_add(OH3RBE-1, 0, 51, 1) 1274443371 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6129.60N/02349.62E>273/030 1274443371 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2:!6129.60N/02349.62E>273/030 interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.493 lng 23.827 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2' info_start='!6129.60N/02349.62E>273/030' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274443372 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6129.60N/02349.62E>273/030 1274443372 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-3*:!6129.60N/02349.62E>273/030 interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.493 lng 23.827 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-3*' info_start='!6129.60N/02349.62E>273/030' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274443374 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) 1274443375 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882af50 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211203z6130.13N/02354.90E_022/000g000t088r000p000P000h27b10132eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211203z6130.13N/02354.90E_022/000g000t088r000p000P000h27b10132eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882af50) 1274443376 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882af50 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443376 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af50 1274443376 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882b040 parse_aprs_objectparse_aprs_compressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443376 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b040 1274443376 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(95,88) -> 0x882b178 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443376 ENTER VISCOUS QUEUE: len=3 pbuf=0x882b178 pbuf_free(0x882a870) pbuf_free(0x882ad38) 1274443381 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882af50 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882af50) 1274443381 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882b040 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882b040) 1274443381 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882b178 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=95) ttyreader_kisswrite(->OH3RBE-1, axlen=95)erlang_add(OH3RBE-1, 2, 95, 1) .. put 98 bytes of KISS frame on IO buffer pbuf_free(0x882b178) 1274443381 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443381 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443381 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274443382 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 1274443382 OH3RBE-1 R OH3RDR>APRG11:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_ax25() erlang_add(OH3RBE-1, 0, 66, 1) 1274443382 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274443382 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 66, 1) 1274443382 OH3RBE-1 R OH3RBR>APRG11:}OH3NE>APJI23,TCPIP*,OH3RBR*:!6129.78ND02343.89E& TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6129' erlang_add(OH3RBE-1, 1, 48, 1) interface_receive_ax25() 1274443393 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#089,9,0,58,7,000,00000000 Not relayable packet! [2] pbuf_free(0x882ae68) 1274443413 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:04:52 GMT FIGATES2 193.185.39.3:14580 1274443433 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:05:12 GMT FIGATES2 193.185.39.3:14580 1274443443 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-1,qAR,OH2RCH:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH2RCH*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443443 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274443443 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443443 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274443448 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH2RCH*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH2RCH*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=74) ttyreader_kisswrite(->OH3RBE-1, axlen=74)erlang_add(OH3RBE-1, 2, 74, 1) .. put 77 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274443448 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=99) ttyreader_kisswrite(->OH3RBE-1, axlen=99)erlang_add(OH3RBE-1, 2, 99, 1) .. put 102 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274443448 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443448 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443448 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274443448 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f]JT9tg>$H_ 1274443448 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f]JT9tg>$H_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.768 lng 22.866 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f]JT9tg>$H_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274443448 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.f]JT9tg>$H_ 1274443448 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.f]JT9tg>$H_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.768 lng 22.866 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.f]JT9tg>$H_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274443448 << igates.aprs.fi:14580 << OH8LXT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6353.69N/02455.74E>141/020 1274443448 OH3RBE-1 R OH8LXT-9>APZMDR,WIDE2:!6353.69N/02455.74E>141/020 interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 63.895 lng 24.929 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8LXT-9>APZMDR,WIDE2' info_start='!6353.69N/02455.74E>141/020' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274443448 << igates.aprs.fi:14580 << OH8LXT-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!6353.69N/02455.74E>141/020 1274443448 OH3RBE-1 R OH8LXT-9>APZMDR,WIDE2*:!6353.69N/02455.74E>141/020 interface_receive_ax25() pbuf_alloc(50,50) -> 0x882ad30 parse_aprs_uncompressed position ok: lat 63.895 lng 24.929 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8LXT-9>APZMDR,WIDE2*' info_start='!6353.69N/02455.74E>141/020' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad30) erlang_add(OH3RBE-1, 0, 68, 1) 1274443448 << igates.aprs.fi:14580 << OH2HCY-9>APZMDR,WIDE3,qAR,OH3RBE-1:!6005.48N/02413.13E>252/049/A=000065 VGV-601 1274443448 OH3RBE-1 R OH2HCY-9>APZMDR,WIDE3:!6005.48N/02413.13E>252/049/A=000065 VGV-601 interface_receive_ax25() pbuf_alloc(67,66) -> 0x882ad30 parse_aprs_uncompressed position ok: lat 60.091 lng 24.219 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HCY-9>APZMDR,WIDE3' info_start='!6005.48N/02413.13E>252/049/A=000065 VGV-601' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274443448 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274443448 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ae20 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274443448 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274443448 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,42) -> 0x882aed8 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed8) erlang_add(OH3RBE-1, 0, 39, 1) 1274443448 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274443448 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,38) -> 0x882aed8 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aed8) erlang_add(OH3RBE-1, 0, 67, 1) 1274443448 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6224.47N/02541.86E>356/003/A=000419 1274443448 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6224.47N/02541.86E>356/003/A=000419 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882aed8 parse_aprs_uncompressed position ok: lat 62.408 lng 25.698 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6224.47N/02541.86E>356/003/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 72, 1) 1274443448 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274443448 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882afc8 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afc8) 1274443463 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:05:42 GMT FIGATES2 193.185.39.3:14580 1274443467 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,WIDE2-2,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882afc8 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443467 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afc8 1274443472 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882afc8 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882afc8) 1274443472 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443472 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443472 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 35, 1) 1274443472 << igates.aprs.fi:14580 << OH3LFQ-9>VPTV26,OH3RBE-3*,qAR,OH3RBE-1:`4KX 4w>/] 1274443472 OH3RBE-1 R OH3LFQ-9>VPTV26,OH3RBE-3*:`4KX 4w>/] interface_receive_ax25() pbuf_alloc(34,36) -> 0x882afc8 parse_aprs_mice destcall='VPTV26' passed dstcall format check passed info format check position ok: lat 60.771 lng 24.793 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPTV26,OH3RBE-3*' info_start='`4KX 4w>/]' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 35, 1) 1274443472 << igates.aprs.fi:14580 << OH3LFQ-9>VPTV26,OH3RDA-3*,qAR,OH3RBE-1:`4KX 4w>/] 1274443472 OH3RBE-1 R OH3LFQ-9>VPTV26,OH3RDA-3*:`4KX 4w>/] interface_receive_ax25() pbuf_alloc(34,36) -> 0x882b078 parse_aprs_mice destcall='VPTV26' passed dstcall format check passed info format check position ok: lat 60.771 lng 24.793 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPTV26,OH3RDA-3*' info_start='`4KX 4w>/]' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b078) erlang_add(OH3RBE-1, 0, 35, 1) 1274443472 << igates.aprs.fi:14580 << OH3LFQ-9>VPTV26,WIDE2,qAR,OH3RBE-1:`4KX 4w>/] 1274443472 OH3RBE-1 R OH3LFQ-9>VPTV26,WIDE2:`4KX 4w>/] interface_receive_ax25() pbuf_alloc(34,32) -> 0x882b078 parse_aprs_mice destcall='VPTV26' passed dstcall format check passed info format check position ok: lat 60.771 lng 24.793 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPTV26,WIDE2' info_start='`4KX 4w>/]' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b078) erlang_add(OH3RBE-1, 0, 45, 1) 1274443472 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.fD3T9{u>1D_ 1274443472 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.fD3T9{u>1D_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b078 parse_aprs_compressed position ok: lat 62.774 lng 22.870 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.fD3T9{u>1D_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274443472 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.fD3T9{u>1D_ 1274443472 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.fD3T9{u>1D_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b140 parse_aprs_compressed position ok: lat 62.774 lng 22.870 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.fD3T9{u>1D_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b140) erlang_add(OH3RBE-1, 0, 70, 1) 1274443472 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP00.9 SATS10 1274443472 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6059.81N/02542.20E> 12.5V 42C HDOP00.9 SATS10 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882b140 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP00.9 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 76, 1) 1274443472 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,WIDE2-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274443472 OH3RBE-1 R OH3RBE-2>APNU19,WIDE2-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,76) -> 0x882b238 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,WIDE2-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b238) erlang_add(OH3RBE-1, 0, 76, 1) 1274443472 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,WIDE2-1,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274443472 OH3RBE-1 R OH3RBE-2>APNU19,WIDE2-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,76) -> 0x882b238 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,WIDE2-1' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b238) erlang_add(OH3RBE-1, 0, 83, 1) 1274443472 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274443472 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,WIDE2-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,86) -> 0x882b238 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,WIDE2-1' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b238) erlang_add(OH3RBE-1, 0, 83, 1) 1274443472 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274443472 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,88) -> 0x882b238 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b238) erlang_add(OH3RBE-1, 0, 45, 1) 1274443476 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.fEPT:(1>:M_ 1274443476 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.fEPT:(1>:M_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b238 parse_aprs_compressed position ok: lat 62.774 lng 22.873 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.fEPT:(1>:M_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274443478 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.fEPT:(1>:M_ 1274443478 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.fEPT:(1>:M_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b300 parse_aprs_compressed position ok: lat 62.774 lng 22.873 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.fEPT:(1>:M_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b300) erlang_add(OH3RBE-1, 0, 67, 1) 1274443479 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6224.86N/02541.61E>340/052/A=000419 1274443479 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6224.86N/02541.61E>340/052/A=000419 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882b300 parse_aprs_uncompressed position ok: lat 62.414 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6224.86N/02541.61E>340/052/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274443481 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2,qAR,OH3RBE-1:!6224.86N/02541.61E>340/052/A=000419 1274443481 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2:!6224.86N/02541.61E>340/052/A=000419 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882b3f0 parse_aprs_uncompressed position ok: lat 62.414 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2' info_start='!6224.86N/02541.61E>340/052/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b3f0) 1274443487 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:06:06 GMT FIGATES2 193.185.39.3:14580 1274443496 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882b3f0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ad30) 1274443496 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b3f0 erlang_add(OH3RBE-1, 0, 105, 1) 1274443497 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274443497 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() pbuf_free(0x882ac60) pbuf_free(0x882a870) pbuf_free(0x882aed8) pbuf_free(0x882ae20) 1274443501 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882b3f0 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882b3f0) 1274443516 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:06:36 GMT FIGATES2 193.185.39.3:14580 1274443527 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RDR:!6129.68N/02348.50E>046/004 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.495 lng 23.808 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6129.68N/02348.50E>046/004' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882b078) 1274443527 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 pbuf_free(0x882b238) pbuf_free(0x882b300) pbuf_free(0x882b140) pbuf_free(0x882afc8) 1274443532 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6129.68N/02348.50E>046/004 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3RDR*:!6129.68N/02348.50E>046/004' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274443532 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274443532 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443532 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274443532 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.fIHT:=d>5K_ 1274443532 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.fIHT:=d>5K_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.773 lng 22.883 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.fIHT:=d>5K_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274443532 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274443532 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ac60 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274443532 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6225.41N/02541.62E>001/048/A=000419 1274443532 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6225.41N/02541.62E>001/048/A=000419 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.424 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6225.41N/02541.62E>001/048/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 46, 1) 1274443532 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,OH3RBE-5*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274443532 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,OH3RBE-5*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(45,52) -> 0x882ae08 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,OH3RBE-5*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae08) erlang_add(OH3RBE-1, 0, 51, 1) 1274443532 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.68N/02348.50E>046/004 1274443532 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2-1:!6129.68N/02348.50E>046/004 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ae08 parse_aprs_uncompressed position ok: lat 61.495 lng 23.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2-1' info_start='!6129.68N/02348.50E>046/004' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae08) erlang_add(OH3RBE-1, 0, 51, 1) 1274443532 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6129.68N/02348.50E>046/004 1274443532 OH3RBE-1 R OH3FGG-9>APZMDR,OH3RBE-3*:!6129.68N/02348.50E>046/004 interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ae08 parse_aprs_uncompressed position ok: lat 61.495 lng 23.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,OH3RBE-3*' info_start='!6129.68N/02348.50E>046/004' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae08) erlang_add(OH3RBE-1, 0, 51, 1) 1274443532 << igates.aprs.fi:14580 << OH3FGG-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6129.68N/02348.50E>046/004 1274443532 OH3RBE-1 R OH3FGG-9>APZMDR,WIDE2:!6129.68N/02348.50E>046/004 interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ae08 parse_aprs_uncompressed position ok: lat 61.495 lng 23.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FGG-9>APZMDR,WIDE2' info_start='!6129.68N/02348.50E>046/004' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae08) 1274443547 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:07:06 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274443547 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f@AT:Kf>*M_ 1274443547 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f@AT:Kf>*M_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae08 parse_aprs_compressed position ok: lat 62.775 lng 22.890 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f@AT:Kf>*M_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 136, 1) 1274443559 OH3RBE-1 R OH2TH>APD225,OH2RDU*,OH3RBE-3*:}OH2TH>APRS,TCPIP*,OH2TH*:/211207z6010.90N/02424.65E_170/007g008t078r000p000h32b10140WX Vols Kirkkonummi TNC2 forbidden VIA stationid, got: 'TCPIP*,OH2TH*:/21120' erlang_add(OH3RBE-1, 1, 103, 1) interface_receive_ax25() pbuf_alloc(135,135) -> 0x882aed0 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2TH>APD225,OH2RDU*,OH3RBE-3*' info_start='}OH2TH>APRS,TCPIP*,OH2TH*:/211207z6010.90N/02424.65E_170/007g008t078r000p000h32b10140WX Vols Kirkkonummi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274443563 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6225.94N/02541.49E>350/047/A=000419 1274443563 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6225.94N/02541.49E>350/047/A=000419 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882b048 parse_aprs_uncompressed position ok: lat 62.432 lng 25.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6225.94N/02541.49E>350/047/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. BEACON: idx=3, nexttime= +274 sec 1274443564 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.57 minutes 1274443564 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274443565 << igates.aprs.fi:14580 >> OH6MEV>APRS,TCPIP*,qAC,T2FINLAND:!6132.47N/02340.62E-aprx iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882b138 parse_aprs_uncompressed position ok: lat 61.541 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443565 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b138 1274443570 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882b138 Source filtering accepted the packet. hops count: OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882b138) 1274443585 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:07:44 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad18) pbuf_free(0x882aed0) pbuf_free(0x882ae08) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274443605 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:08:04 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b048) 1274443625 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:08:24 GMT FIGATES2 193.185.39.3:14580 1274443645 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:08:44 GMT FIGATES2 193.185.39.3:14580 1274443665 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:09:04 GMT FIGATES2 193.185.39.3:14580 1274443685 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:09:24 GMT FIGATES2 193.185.39.3:14580 1274443705 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:09:44 GMT FIGATES2 193.185.39.3:14580 1274443725 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:10:04 GMT FIGATES2 193.185.39.3:14580 1274443745 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:10:24 GMT FIGATES2 193.185.39.3:14580 1274443764 << igates.aprs.fi:14580 >> OH3FGG-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.65N/02348.51E>138/007 MDR150 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.494 lng 23.809 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6129.65N/02348.51E>138/007 MDR150' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443764 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274443769 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6129.65N/02348.51E>138/007 MDR150 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FGG-9>APZMDR,TCPIP,OH3BK*:!6129.65N/02348.51E>138/007 MDR150' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=87) ttyreader_kisswrite(->OH3RBE-1, axlen=87)erlang_add(OH3RBE-1, 2, 87, 1) .. put 90 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274443769 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443770 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443770 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 76, 1) 1274443770 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej 11.7V 13Cwww.stsahko.com 1274443770 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(75,75) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 76, 1) 1274443770 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej 11.7V 13Cwww.stsahko.com 1274443770 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(75,76) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274443770 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f5eT:J8>mM_ 1274443770 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f5eT:J8>mM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.778 lng 22.889 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f5eT:J8>mM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274443770 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.f5eT:J8>mM_ 1274443770 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.f5eT:J8>mM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.778 lng 22.889 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.f5eT:J8>mM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 45, 1) 1274443770 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f/eT:E&>uL_ 1274443770 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f/eT:E&>uL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.779 lng 22.887 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f/eT:E&>uL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274443770 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.f/eT:E&>uL_ 1274443770 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.f/eT:E&>uL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882adf0 parse_aprs_compressed position ok: lat 62.779 lng 22.887 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.f/eT:E&>uL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882adf0) erlang_add(OH3RBE-1, 0, 67, 1) 1274443770 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6226.45N/02541.19E>343/052/A=000419 1274443770 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6226.45N/02541.19E>343/052/A=000419 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882adf0 parse_aprs_uncompressed position ok: lat 62.441 lng 25.687 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6226.45N/02541.19E>343/052/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274443770 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2,qAR,OH3RBE-1:!6226.45N/02541.19E>343/052/A=000419 1274443770 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2:!6226.45N/02541.19E>343/052/A=000419 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 62.441 lng 25.687 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2' info_start='!6226.45N/02541.19E>343/052/A=000419' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee0) erlang_add(OH3RBE-1, 0, 45, 1) 1274443770 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.f)eT:?M>oM_ 1274443770 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.f)eT:?M>oM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aee0 parse_aprs_compressed position ok: lat 62.781 lng 22.884 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.f)eT:?M>oM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274443770 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/120812h6214.95N/02544.22E> 13.5V Joppe 1274443770 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/120812h6214.95N/02544.22E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 62.249 lng 25.737 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/120812h6214.95N/02544.22E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443779 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882b090 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443779 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b090 erlang_add(OH3RBE-1, 0, 64, 1) 1274443779 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121055h6214.74N/02543.70E>196/008 Joppe 1274443779 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121055h6214.74N/02543.70E>196/008 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882b1b0 parse_aprs_uncompressed position ok: lat 62.246 lng 25.728 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121055h6214.74N/02543.70E>196/008 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443781 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121055h6214.74N/02543.70E>196/008 Joppe 1274443781 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121055h6214.74N/02543.70E>196/008 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b298 parse_aprs_uncompressed position ok: lat 62.246 lng 25.728 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121055h6214.74N/02543.70E>196/008 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) 1274443784 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882b090 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882b090) 1274443799 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:11:18 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad28) pbuf_free(0x882aee0) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882afa8) pbuf_free(0x882adf0) 1274443819 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:11:38 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b1b0) beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.63 minutes beacons offset: 8.98 minutes beacons offset: 13.45 minutes beacons offset: 18.02 minutes BEACON: idx=0, nexttime= +278 sec 1274443838 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.63 minutes 1274443838 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274443838 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443838 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443838 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274443838 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121131h6214.54N/02543.62E>220/021 Joppe 1274443838 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121131h6214.54N/02543.62E>220/021 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.242 lng 25.727 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121131h6214.54N/02543.62E>220/021 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443838 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121131h6214.54N/02543.62E>220/021 Joppe 1274443838 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121131h6214.54N/02543.62E>220/021 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.242 lng 25.727 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121131h6214.54N/02543.62E>220/021 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274443838 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#80U!O&>hKG 1274443838 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#80U!O&>hKG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.255 lng 25.761 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#80U!O&>hKG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274443838 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#80U!O&>hKG 1274443838 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#80U!O&>hKG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ad18 parse_aprs_compressed position ok: lat 62.255 lng 25.761 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#80U!O&>hKG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 64, 1) 1274443838 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121148h6214.46N/02543.53E>187/010 Joppe 1274443838 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121148h6214.46N/02543.53E>187/010 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.241 lng 25.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121148h6214.46N/02543.53E>187/010 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443838 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121148h6214.46N/02543.53E>187/010 Joppe 1274443838 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121148h6214.46N/02543.53E>187/010 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.241 lng 25.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121148h6214.46N/02543.53E>187/010 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 63, 1) 1274443838 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121155h6214.45N/02543.53E> 13.6V Joppe 1274443838 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121155h6214.45N/02543.53E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.241 lng 25.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121155h6214.45N/02543.53E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274443839 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:11:58 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 63, 1) 1274443840 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121155h6214.45N/02543.53E> 13.6V Joppe 1274443840 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121155h6214.45N/02543.53E> 13.6V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882aee8 parse_aprs_uncompressed position ok: lat 62.241 lng 25.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121155h6214.45N/02543.53E> 13.6V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 106, 1) 1274443843 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 88, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 97, 1) 1274443847 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211212z6009.37N/02504.89Es http://kartta.hmpy.fi 1274443847 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211212z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882aee8 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211212z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274443848 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211212z6009.37N/02504.89Es http://kartta.hmpy.fi 1274443848 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211212z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882b018 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211212z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b018) erlang_add(OH3RBE-1, 0, 63, 1) 1274443850 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121206h6214.44N/02543.52E> 13.5V Joppe 1274443850 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121206h6214.44N/02543.52E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882b018 parse_aprs_uncompressed position ok: lat 62.241 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121206h6214.44N/02543.52E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274443851 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121206h6214.44N/02543.52E> 13.5V Joppe 1274443851 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121206h6214.44N/02543.52E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882b100 parse_aprs_uncompressed position ok: lat 62.241 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121206h6214.44N/02543.52E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b100) erlang_add(OH3RBE-1, 0, 81, 1) 1274443855 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,TRACE2-1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274443855 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,TRACE2-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(80,80) -> 0x882b100 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,TRACE2-1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 88, 1) 1274443858 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274443858 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(87,88) -> 0x882b210 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b210) 1274443859 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:12:18 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 64, 1) 1274443866 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121223h6214.44N/02543.52E>187/003 Joppe 1274443866 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121223h6214.44N/02543.52E>187/003 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882b210 parse_aprs_uncompressed position ok: lat 62.241 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121223h6214.44N/02543.52E>187/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443868 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121223h6214.44N/02543.52E>187/003 Joppe 1274443868 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121223h6214.44N/02543.52E>187/003 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b2f8 parse_aprs_uncompressed position ok: lat 62.241 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121223h6214.44N/02543.52E>187/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b2f8) 1274443879 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:12:38 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274443886 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#NOU!c5>NPG 1274443886 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#NOU!c5>NPG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882b2f8 parse_aprs_compressed position ok: lat 62.250 lng 25.771 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#NOU!c5>NPG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274443888 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#NOU!c5>NPG 1274443888 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#NOU!c5>NPG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b3b0 parse_aprs_compressed position ok: lat 62.250 lng 25.771 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#NOU!c5>NPG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b3b0) pbuf_free(0x882ae00) pbuf_free(0x882b100) pbuf_free(0x882ac60) pbuf_free(0x882ad18) pbuf_free(0x882a870) pbuf_free(0x882b018) pbuf_free(0x882aee8) 1274443899 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:12:58 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 64, 1) 1274443900 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121255h6214.33N/02543.49E>210/015 Joppe 1274443900 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121255h6214.33N/02543.49E>210/015 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.239 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121255h6214.33N/02543.49E>210/015 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443902 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121255h6214.33N/02543.49E>210/015 Joppe 1274443902 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121255h6214.33N/02543.49E>210/015 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.239 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121255h6214.33N/02543.49E>210/015 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274443904 << igates.aprs.fi:14580 >> OH2GVE>APX194,TCPIP*,qAC,T2FINLAND:=//H+'TPI'x nöf interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.454 lng 23.845 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443904 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274443909 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882b210) pbuf_free(0x882b2f8) 1274443924 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:13:24 GMT FIGATES2 193.185.39.3:14580 1274443944 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:13:44 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) 1274443962 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443962 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274443967 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274443967 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274443967 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274443967 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274443967 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121312h6214.31N/02543.35E>241/018 Joppe 1274443967 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121312h6214.31N/02543.35E>241/018 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.238 lng 25.722 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121312h6214.31N/02543.35E>241/018 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443967 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121312h6214.31N/02543.35E>241/018 Joppe 1274443967 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121312h6214.31N/02543.35E>241/018 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.238 lng 25.722 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121312h6214.31N/02543.35E>241/018 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 83, 1) 1274443967 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274443967 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274443968 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274443968 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 64, 1) 1274443968 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121340h6214.19N/02543.10E>216/022 Joppe 1274443968 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121340h6214.19N/02543.10E>216/022 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.236 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121340h6214.19N/02543.10E>216/022 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443968 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121340h6214.19N/02543.10E>216/022 Joppe 1274443968 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121340h6214.19N/02543.10E>216/022 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ae58 parse_aprs_uncompressed position ok: lat 62.236 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121340h6214.19N/02543.10E>216/022 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae58) erlang_add(OH3RBE-1, 0, 38, 1) 1274443968 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//#lNU!Jd>UPG 1274443968 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//#lNU!Jd>UPG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ae58 parse_aprs_compressed position ok: lat 62.243 lng 25.759 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//#lNU!Jd>UPG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274443968 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//#lNU!Jd>UPG 1274443968 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//#lNU!Jd>UPG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882af10 parse_aprs_compressed position ok: lat 62.243 lng 25.759 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//#lNU!Jd>UPG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af10) erlang_add(OH3RBE-1, 0, 64, 1) 1274443968 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121357h6214.11N/02543.06E>183/015 Joppe 1274443968 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121357h6214.11N/02543.06E>183/015 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882af10 parse_aprs_uncompressed position ok: lat 62.235 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121357h6214.11N/02543.06E>183/015 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274443968 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121357h6214.11N/02543.06E>183/015 Joppe 1274443968 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121357h6214.11N/02543.06E>183/015 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 62.235 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121357h6214.11N/02543.06E>183/015 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff8) erlang_add(OH3RBE-1, 0, 70, 1) 1274443969 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274443969 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,70) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274443970 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274443970 OH3RBE-1 R OH6JAT>APZMDR,WIDE2:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,66) -> 0x882b0f0 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0f0) 1274443970 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211213z6130.13N/02354.90E_000/000g000t088r000p000P000h28b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882b0f0 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211213z6130.13N/02354.90E_000/000g000t088r000p000P000h28b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274443970 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b0f0 erlang_add(OH3RBE-1, 0, 65, 1) 1274443972 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4,qAR,OH3RBE-1:!//!PnUA'I>B!W OH4JT/OH4KZM Mobile 1274443972 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4:!//!PnUA'I>B!W OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,63) -> 0x882b258 parse_aprs_compressed position ok: lat 62.293 lng 27.134 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4' info_start='!//!PnUA'I>B!W OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 65, 1) 1274443974 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4*,qAR,OH3RBE-1:!//!PnUA'I>B!W OH4JT/OH4KZM Mobile 1274443974 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4*:!//!PnUA'I>B!W OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,64) -> 0x882b348 parse_aprs_compressed position ok: lat 62.293 lng 27.134 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4*' info_start='!//!PnUA'I>B!W OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b348) 1274443975 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882b0f0 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211213z6130.13N/02354.90E_000/000g000t088r000p000P000h28b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211213z6130.13N/02354.90E_000/000g000t088r000p000P000h28b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882b0f0) 1274443990 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:14:30 GMT FIGATES2 193.185.39.3:14580 1274444010 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:14:50 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad70) pbuf_free(0x882ac60) pbuf_free(0x882ae58) pbuf_free(0x882b258) pbuf_free(0x882aff8) pbuf_free(0x882a870) pbuf_free(0x882af10) 1274444027 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444027 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274444029 << igates.aprs.fi:14580 >> OH2NJR>APX196,TCPIP*,qAC,T2FINLAND:=6030.35N/02443.91E_288/002g002t079r000P000p000h33b10198 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(108,101) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.506 lng 24.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NJR>APX196,TCPIP,OH2NJR*:=6030.35N/02443.91E_288/002g002t079r000P000p000h33b10198' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444029 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274444031 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882ada0 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444031 ENTER VISCOUS QUEUE: len=3 pbuf=0x882ada0 1274444032 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=96) ttyreader_kisswrite(->OH3RBE-1, axlen=96)erlang_add(OH3RBE-1, 2, 96, 1) .. put 99 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274444032 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444032 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444032 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274444032 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121414h6214.03N/02543.07E>158/010 Joppe 1274444032 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121414h6214.03N/02543.07E>158/010 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121414h6214.03N/02543.07E>158/010 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444032 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121414h6214.03N/02543.07E>158/010 Joppe 1274444032 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121414h6214.03N/02543.07E>158/010 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882aed8 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121414h6214.03N/02543.07E>158/010 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed8) erlang_add(OH3RBE-1, 0, 63, 1) 1274444033 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121419h6214.03N/02543.08E> 13.4V Joppe 1274444033 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121419h6214.03N/02543.08E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882aed8 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121419h6214.03N/02543.08E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274444033 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121419h6214.03N/02543.08E> 13.4V Joppe 1274444033 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121419h6214.03N/02543.08E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882afc0 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121419h6214.03N/02543.08E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afc0) erlang_add(OH3RBE-1, 0, 67, 1) 1274444033 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6227.60N/02540.28E>351/052/A=000445 1274444033 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6227.60N/02540.28E>351/052/A=000445 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882afc0 parse_aprs_uncompressed position ok: lat 62.460 lng 25.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6227.60N/02540.28E>351/052/A=000445' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444033 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2,qAR,OH3RBE-1:!6227.60N/02540.28E>351/052/A=000445 1274444033 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2:!6227.60N/02540.28E>351/052/A=000445 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882b0b0 parse_aprs_uncompressed position ok: lat 62.460 lng 25.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2' info_start='!6227.60N/02540.28E>351/052/A=000445' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0b0) erlang_add(OH3RBE-1, 0, 64, 1) 1274444033 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121440h6214.02N/02543.08E>158/004 Joppe 1274444033 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121440h6214.02N/02543.08E>158/004 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882b0b0 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121440h6214.02N/02543.08E>158/004 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444033 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121440h6214.02N/02543.08E>158/004 Joppe 1274444033 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121440h6214.02N/02543.08E>158/004 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b198 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121440h6214.02N/02543.08E>158/004 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b198) erlang_add(OH3RBE-1, 0, 63, 1) 1274444033 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121444h6214.02N/02543.08E> 13.4V Joppe 1274444033 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121444h6214.02N/02543.08E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882b198 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121444h6214.02N/02543.08E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274444033 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121444h6214.02N/02543.08E> 13.4V Joppe 1274444033 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121444h6214.02N/02543.08E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882b280 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121444h6214.02N/02543.08E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b280) 1274444034 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) 1274444036 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882ada0 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882ada0) 1274444051 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:15:31 GMT FIGATES2 193.185.39.3:14580 1274444056 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444056 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274444061 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) pbuf_free(0x882afc0) pbuf_free(0x882b0b0) pbuf_free(0x882b198) pbuf_free(0x882a870) pbuf_free(0x882aed8) 1274444076 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:15:55 GMT FIGATES2 193.185.39.3:14580 1274444096 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:16:15 GMT FIGATES2 193.185.39.3:14580 1274444116 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:16:35 GMT FIGATES2 193.185.39.3:14580 BEACON: idx=1, nexttime= +261 sec 1274444116 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.35 minutes 1274444116 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274444116 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444116 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444116 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 39, 1) 1274444116 << igates.aprs.fi:14580 << OH3LFQ-9>VPTX22,OH3RBE-3*,qAR,OH3RBE-1:`5Z2!R1>/]"4u} 1274444116 OH3RBE-1 R OH3LFQ-9>VPTX22,OH3RBE-3*:`5Z2!R1>/]"4u} interface_receive_ax25() pbuf_alloc(38,40) -> 0x882a870 parse_aprs_mice destcall='VPTX22' passed dstcall format check passed info format check position ok: lat 60.804 lng 125.037 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPTX22,OH3RBE-3*' info_start='`5Z2!R1>/]"4u}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444116 << igates.aprs.fi:14580 << OH3LFQ-9>VPTX22,OH3RDA-3*,qAR,OH3RBE-1:`5Z2!R1>/]"4u} 1274444116 OH3RBE-1 R OH3LFQ-9>VPTX22,OH3RDA-3*:`5Z2!R1>/]"4u} interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ac60 parse_aprs_mice destcall='VPTX22' passed dstcall format check passed info format check position ok: lat 60.804 lng 125.037 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPTX22,OH3RDA-3*' info_start='`5Z2!R1>/]"4u}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 39, 1) 1274444116 << igates.aprs.fi:14580 << OH3LFQ-9>VPTX22,WIDE2,qAR,OH3RBE-1:`5Z2!R1>/]"4u} 1274444116 OH3RBE-1 R OH3LFQ-9>VPTX22,WIDE2:`5Z2!R1>/]"4u} interface_receive_ax25() pbuf_alloc(38,36) -> 0x882ac60 parse_aprs_mice destcall='VPTX22' passed dstcall format check passed info format check position ok: lat 60.804 lng 125.037 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPTX22,WIDE2' info_start='`5Z2!R1>/]"4u}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274444116 << igates.aprs.fi:14580 << OH6SPR-5>APRS,OH6RDD*,OH3RUX*,qAR,OH3RBE-1:!6214.82N/02543.81Er 1274444116 OH3RBE-1 R OH6SPR-5>APRS,OH6RDD*,OH3RUX*:!6214.82N/02543.81Er interface_receive_ax25() pbuf_alloc(50,50) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.247 lng 25.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6SPR-5>APRS,OH6RDD*,OH3RUX*' info_start='!6214.82N/02543.81Er' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444116 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//$:^T{tk>[6G 1274444116 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//$:^T{tk>[6G interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ad30 parse_aprs_compressed position ok: lat 62.233 lng 25.736 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//$:^T{tk>[6G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444116 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//$:^T{tk>[6G 1274444116 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//$:^T{tk>[6G interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ade8 parse_aprs_compressed position ok: lat 62.233 lng 25.736 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//$:^T{tk>[6G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ade8) erlang_add(OH3RBE-1, 0, 64, 1) 1274444116 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121606h6214.01N/02543.09E>158/006 Joppe 1274444116 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121606h6214.01N/02543.09E>158/006 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ade8 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121606h6214.01N/02543.09E>158/006 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444116 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121606h6214.01N/02543.09E>158/006 Joppe 1274444116 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121606h6214.01N/02543.09E>158/006 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 62.234 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121606h6214.01N/02543.09E>158/006 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed0) erlang_add(OH3RBE-1, 0, 63, 1) 1274444117 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121618h6213.99N/02543.11E> 13.2V Joppe 1274444117 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121618h6213.99N/02543.11E> 13.2V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 62.233 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121618h6213.99N/02543.11E> 13.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274444117 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121618h6213.99N/02543.11E> 13.2V Joppe 1274444117 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121618h6213.99N/02543.11E> 13.2V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882afb8 parse_aprs_uncompressed position ok: lat 62.233 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121618h6213.99N/02543.11E> 13.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb8) erlang_add(OH3RBE-1, 0, 162, 1) 1274444123 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 144, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 38, 1) 1274444135 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//$djT{_F>PTG 1274444135 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//$djT{_F>PTG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882afb8 parse_aprs_compressed position ok: lat 62.223 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//$djT{_F>PTG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444136 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:16:55 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274444137 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//$djT{_F>PTG 1274444137 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//$djT{_F>PTG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b070 parse_aprs_compressed position ok: lat 62.223 lng 25.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//$djT{_F>PTG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b070) erlang_add(OH3RBE-1, 0, 97, 1) 1274444139 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211216z6009.37N/02504.89Es http://kartta.hmpy.fi 1274444139 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211216z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882b070 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211216z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274444141 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211216z6009.37N/02504.89Es http://kartta.hmpy.fi 1274444141 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211216z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882b1a0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211216z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a0) 1274444151 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3BK:!6128.33N/02359.10EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.33N/02359.10EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444151 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1a0 erlang_add(OH3RBE-1, 0, 44, 1) 1274444151 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274444151 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-2:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b298 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-2' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1a0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6128.33N/02359.10EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b298) erlang_add(OH3RBE-1, 0, 51, 1) 1274444152 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274444152 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,54) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1a0) 1274444152 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444152 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b1a0 erlang_add(OH3RBE-1, 0, 44, 1) 1274444153 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274444153 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-1:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b298 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-1' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b298) erlang_add(OH3RBE-1, 0, 37, 1) 1274444154 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274444154 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() 1274444156 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=(nil) 1274444156 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882b298 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444156 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b298 1274444157 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882b1a0 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882b1a0) Telemetry Tx run; next one in 20.00 minutes 1274444160 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#086,0,0,0,0,000,00000000 1274444160 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#086,11,4,74,8,020,00000000 pbuf_free(0x882ac60) pbuf_free(0x882a870) pbuf_free(0x882aed0) pbuf_free(0x882ad30) pbuf_free(0x882ade8) 1274444161 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b298 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882b298) 1274444161 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444161 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444161 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r 1274444162 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444162 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 72, 1) 1274444162 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274444162 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 79, 1) 1274444164 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274444164 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274444167 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274444174 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121731h6213.99N/02543.10E>164/006 Joppe 1274444174 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121731h6213.99N/02543.10E>164/006 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.233 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121731h6213.99N/02543.10E>164/006 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444176 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121731h6213.99N/02543.10E>164/006 Joppe 1274444176 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121731h6213.99N/02543.10E>164/006 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.233 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121731h6213.99N/02543.10E>164/006 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274444182 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:17:41 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444190 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!/0"J{TgkG>sL_ 1274444190 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!/0"J{TgkG>sL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.294 lng 24.862 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!/0"J{TgkG>sL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882afb8) pbuf_free(0x882b070) erlang_add(OH3RBE-1, 0, 64, 1) 1274444191 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121748h6213.99N/02543.22E>074/020 Joppe 1274444191 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121748h6213.99N/02543.22E>074/020 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.233 lng 25.720 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121748h6213.99N/02543.22E>074/020 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444193 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121748h6213.99N/02543.22E>074/020 Joppe 1274444193 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121748h6213.99N/02543.22E>074/020 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 62.233 lng 25.720 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121748h6213.99N/02543.22E>074/020 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae10) 1274444194 << igates.aprs.fi:14580 >> OH1WW>APU25N,TCPIP*,qAC,T2FINLAND:;OH1FAP *281738z6116.91N\02241.95E- interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ae10 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.282 lng 22.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1WW>APU25N,TCPIP,OH1WW*:;OH1FAP *281738z6116.91N\02241.95E-' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444194 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae10 erlang_add(OH3RBE-1, 0, 38, 1) 1274444197 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//%>'T{O->ZTG 1274444197 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//%>'T{O->ZTG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882af28 parse_aprs_compressed position ok: lat 62.210 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//%>'T{O->ZTG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444199 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882ae10 Source filtering rejected the packet. pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 63, 1) 1274444202 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121759h6213.99N/02543.28E> 13.5V Joppe 1274444202 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121759h6213.99N/02543.28E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 62.233 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121759h6213.99N/02543.28E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274444204 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121759h6213.99N/02543.28E> 13.5V Joppe 1274444204 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121759h6213.99N/02543.28E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.233 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121759h6213.99N/02543.28E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 64, 1) 1274444208 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121805h6214.00N/02543.30E>074/013 Joppe 1274444208 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121805h6214.00N/02543.30E>074/013 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.233 lng 25.722 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121805h6214.00N/02543.30E>074/013 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444210 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121805h6214.00N/02543.30E>074/013 Joppe 1274444210 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121805h6214.00N/02543.30E>074/013 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b0c8 parse_aprs_uncompressed position ok: lat 62.233 lng 25.722 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121805h6214.00N/02543.30E>074/013 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0c8) erlang_add(OH3RBE-1, 0, 45, 1) 1274444212 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e\aT9qA>{8O 1274444212 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e\aT9qA>{8O interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b0c8 parse_aprs_compressed position ok: lat 62.790 lng 22.864 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e\aT9qA>{8O' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274444213 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274444213 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b190 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 86, 1) 1274444214 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274444214 OH3RBE-1 R OH3RCD>APN391,OH3RBE-2*,TRACE2:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(85,85) -> 0x882b298 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-2*,TRACE2' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) 1274444214 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:18:13 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444215 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e\aT9qA>{8O 1274444215 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e\aT9qA>{8O interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b298 parse_aprs_compressed position ok: lat 62.790 lng 22.864 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e\aT9qA>{8O' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) pbuf_free(0x882a870) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 64, 1) 1274444225 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/121822h6213.94N/02543.31E>200/031 Joppe 1274444225 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/121822h6213.94N/02543.31E>200/031 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.232 lng 25.722 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/121822h6213.94N/02543.31E>200/031 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444227 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/121822h6213.94N/02543.31E>200/031 Joppe 1274444227 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/121822h6213.94N/02543.31E>200/031 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b298 parse_aprs_uncompressed position ok: lat 62.232 lng 25.722 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/121822h6213.94N/02543.31E>200/031 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) erlang_add(OH3RBE-1, 0, 39, 1) 1274444228 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274444228 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ac60 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 58, 1) 1274444229 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6234.16N/02540.28E>352/034 1274444229 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6234.16N/02540.28E>352/034 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882b298 parse_aprs_uncompressed position ok: lat 62.569 lng 25.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6234.16N/02540.28E>352/034' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444230 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274444230 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,44) -> 0x882ad18 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 39, 1) 1274444231 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:>VYH-841 1274444231 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,41) -> 0x882ad18 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 58, 1) 1274444232 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6234.16N/02540.28E>352/034 1274444232 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6234.16N/02540.28E>352/034 interface_receive_ax25() pbuf_alloc(57,60) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.569 lng 25.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6234.16N/02540.28E>352/034' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 92, 1) 1274444233 << igates.aprs.fi:14580 << OH2RDS>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi 1274444233 OH3RBE-1 R OH2RDS>APN391,OH3RCD*,OH3RDA-3*:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(91,92) -> 0x882b378 parse_aprs_uncompressed position ok: lat 60.278 lng 25.254 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDS>APN391,OH3RCD*,OH3RDA-3*' info_start='!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af28) pbuf_free(0x882ae10) Source filtering rejected the packet. 1274444234 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:18:33 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274444249 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6234.33N/02540.32E>022/038/A=000418 1274444249 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6234.33N/02540.32E>022/038/A=000418 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 62.572 lng 25.672 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6234.33N/02540.32E>022/038/A=000418' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882b0c8) pbuf_free(0x882b190) pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 67, 1) 1274444251 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6234.33N/02540.32E>022/038/A=000418 1274444251 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6234.33N/02540.32E>022/038/A=000418 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882ae08 parse_aprs_uncompressed position ok: lat 62.572 lng 25.672 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6234.33N/02540.32E>022/038/A=000418' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae08) 1274444254 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:18:53 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274444258 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//%wHT{;L>QVG 1274444258 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//%wHT{;L>QVG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882ae08 parse_aprs_compressed position ok: lat 62.197 lng 25.708 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//%wHT{;L>QVG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444260 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//%wHT{;L>QVG 1274444260 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//%wHT{;L>QVG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882aec0 parse_aprs_compressed position ok: lat 62.197 lng 25.708 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//%wHT{;L>QVG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec0) 1274444274 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:19:13 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b298) pbuf_free(0x882ac60) pbuf_free(0x882ad18) pbuf_free(0x882a870) pbuf_free(0x882b378) erlang_add(OH3RBE-1, 0, 67, 1) 1274444290 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1,qAR,OH3RBE-1:!6234.70N/02541.05E>044/045/A=000372 1274444290 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1:!6234.70N/02541.05E>044/045/A=000372 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.578 lng 25.684 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2-1' info_start='!6234.70N/02541.05E>044/045/A=000372' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444292 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6RDD*,WIDE2,qAR,OH3RBE-1:!6234.70N/02541.05E>044/045/A=000372 1274444292 OH3RBE-1 R OH8MTM-9>APOTC1,OH6RDD*,WIDE2:!6234.70N/02541.05E>044/045/A=000372 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.578 lng 25.684 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6RDD*,WIDE2' info_start='!6234.70N/02541.05E>044/045/A=000372' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274444294 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:19:33 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 83, 1) 1274444294 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274444294 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274444296 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274444296 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882aec0 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec0) pbuf_free(0x882ae08) 1274444314 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:19:53 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 52, 1) 1274444326 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2bUTnwkv5E_XUK-257 1274444326 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2bUTnwkv5E_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.919 lng 25.172 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2bUTnwkv5E_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274444327 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//2bUTnwkv5E_XUK-257 1274444327 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*:!//2bUTnwkv5E_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.919 lng 25.172 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//2bUTnwkv5E_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 52, 1) 1274444329 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//2bUTnwkv5E_XUK-257 1274444329 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//2bUTnwkv5E_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.919 lng 25.172 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//2bUTnwkv5E_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 39, 1) 1274444332 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274444332 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,42) -> 0x882ae40 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444332 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274444332 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,44) -> 0x882af00 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 39, 1) 1274444333 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274444333 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882af00 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af00) 1274444334 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:20:13 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274444336 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6235.14N/02541.73E>018/047/A=000372 1274444336 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6235.14N/02541.73E>018/047/A=000372 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882af00 parse_aprs_uncompressed position ok: lat 62.586 lng 25.695 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6235.14N/02541.73E>018/047/A=000372' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444338 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6235.14N/02541.73E>018/047/A=000372 1274444338 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6235.14N/02541.73E>018/047/A=000372 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882aff0 parse_aprs_uncompressed position ok: lat 62.586 lng 25.695 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6235.14N/02541.73E>018/047/A=000372' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff0) pbuf_free(0x882ac60) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 64, 1) 1274444349 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122025h6212.83N/02542.94E>161/016 Joppe 1274444349 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122025h6212.83N/02542.94E>161/016 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.214 lng 25.716 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122025h6212.83N/02542.94E>161/016 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444351 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122025h6212.83N/02542.94E>161/016 Joppe 1274444351 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122025h6212.83N/02542.94E>161/016 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.214 lng 25.716 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122025h6212.83N/02542.94E>161/016 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 67, 1) 1274444354 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6235.42N/02541.73E>346/049/A=000368 1274444354 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6235.42N/02541.73E>346/049/A=000368 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.590 lng 25.695 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6235.42N/02541.73E>346/049/A=000368' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444354 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:20:33 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274444356 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6235.42N/02541.73E>346/049/A=000368 1274444356 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6235.42N/02541.73E>346/049/A=000368 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882aff0 parse_aprs_uncompressed position ok: lat 62.590 lng 25.695 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6235.42N/02541.73E>346/049/A=000368' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff0) erlang_add(OH3RBE-1, 0, 64, 1) 1274444359 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122036h6212.82N/02542.95E>189/004 Joppe 1274444359 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122036h6212.82N/02542.95E>189/004 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882aff0 parse_aprs_uncompressed position ok: lat 62.214 lng 25.716 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122036h6212.82N/02542.95E>189/004 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444360 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122036h6212.82N/02542.95E>189/004 Joppe 1274444360 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122036h6212.82N/02542.95E>189/004 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b0d8 parse_aprs_uncompressed position ok: lat 62.214 lng 25.716 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122036h6212.82N/02542.95E>189/004 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0d8) erlang_add(OH3RBE-1, 0, 39, 1) 1274444361 << igates.aprs.fi:14580 << OH3LFQ-9>VPUP88,OH3RBE-3*,qAR,OH3RBE-1:`5`t!>V>/]"4o} 1274444361 OH3RBE-1 R OH3LFQ-9>VPUP88,OH3RBE-3*:`5`t!>V>/]"4o} interface_receive_ax25() pbuf_alloc(38,40) -> 0x882b0d8 parse_aprs_mice destcall='VPUP88' passed dstcall format check passed info format check position ok: lat 60.848 lng 25.148 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPUP88,OH3RBE-3*' info_start='`5`t!>V>/]"4o}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad70) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444362 << igates.aprs.fi:14580 << OH3LFQ-9>VPUP88,OH3RDA-3*,qAR,OH3RBE-1:`5`t!>V>/]"4o} 1274444362 OH3RBE-1 R OH3LFQ-9>VPUP88,OH3RDA-3*:`5`t!>V>/]"4o} interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ad48 parse_aprs_mice destcall='VPUP88' passed dstcall format check passed info format check position ok: lat 60.848 lng 25.148 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPUP88,OH3RDA-3*' info_start='`5`t!>V>/]"4o}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) pbuf_free(0x882af00) pbuf_free(0x882ae40) 1274444374 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:20:53 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444375 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDG*,WIDE2,qAR,OH3RBE-1:!/0!bjTgFI>wW_ 1274444375 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDG*,WIDE2:!/0!bjTgFI>wW_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad48 parse_aprs_compressed position ok: lat 60.310 lng 24.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDG*,WIDE2' info_start='!/0!bjTgFI>wW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. BEACON: idx=2, nexttime= +268 sec 1274444377 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.47 minutes 1274444377 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 52, 1) 1274444378 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2_{To-`v.J_XUK-257 1274444378 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2_{To-`v.J_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.920 lng 25.180 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2_{To-`v.J_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274444381 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//2_{To-`v.J_XUK-257 1274444381 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//2_{To-`v.J_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882aee0 parse_aprs_compressed position ok: lat 61.920 lng 25.180 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//2_{To-`v.J_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee0) erlang_add(OH3RBE-1, 0, 38, 1) 1274444387 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//'+lTz\5>JTG 1274444387 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//'+lTz\5>JTG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882aee0 parse_aprs_compressed position ok: lat 62.171 lng 25.680 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//'+lTz\5>JTG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444389 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//'+lTz\5>JTG 1274444389 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//'+lTz\5>JTG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b190 parse_aprs_compressed position ok: lat 62.171 lng 25.680 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//'+lTz\5>JTG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b190) 1274444394 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:21:13 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 64, 1) 1274444396 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122113h6212.80N/02543.06E>112/003 Joppe 1274444396 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122113h6212.80N/02543.06E>112/003 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882b190 parse_aprs_uncompressed position ok: lat 62.213 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122113h6212.80N/02543.06E>112/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b0d8) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444398 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122113h6212.80N/02543.06E>112/003 Joppe 1274444398 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122113h6212.80N/02543.06E>112/003 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b278 parse_aprs_uncompressed position ok: lat 62.213 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122113h6212.80N/02543.06E>112/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b278) pbuf_free(0x882a870) pbuf_free(0x882aff0) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 63, 1) 1274444401 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122118h6212.80N/02543.07E> 13.4V Joppe 1274444401 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122118h6212.80N/02543.07E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.213 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122118h6212.80N/02543.07E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274444403 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122118h6212.80N/02543.07E> 13.4V Joppe 1274444403 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122118h6212.80N/02543.07E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.213 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122118h6212.80N/02543.07E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 64, 1) 1274444404 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122120h6212.80N/02543.07E>131/004 Joppe 1274444404 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122120h6212.80N/02543.07E>131/004 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.213 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122120h6212.80N/02543.07E>131/004 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274444406 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2bOTo6SvFJ_XUK-257 1274444406 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2bOTo6SvFJ_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882af98 parse_aprs_compressed position ok: lat 61.919 lng 25.184 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2bOTo6SvFJ_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444406 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122120h6212.80N/02543.07E>131/004 Joppe 1274444406 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122120h6212.80N/02543.07E>131/004 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b068 parse_aprs_uncompressed position ok: lat 62.213 lng 25.718 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122120h6212.80N/02543.07E>131/004 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b068) erlang_add(OH3RBE-1, 0, 52, 1) 1274444408 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//2bOTo6SvFJ_XUK-257 1274444408 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//2bOTo6SvFJ_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882b068 parse_aprs_compressed position ok: lat 61.919 lng 25.184 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//2bOTo6SvFJ_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b068) 1274444414 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:21:33 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444420 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!/0!5cTg-u>rV_ 1274444420 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!/0!5cTg-u>rV_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b068 parse_aprs_compressed position ok: lat 60.321 lng 24.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!/0!5cTg-u>rV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad48) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444424 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122141h6212.83N/02543.14E>015/017 Joppe 1274444424 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122141h6212.83N/02543.14E>015/017 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882b278 parse_aprs_uncompressed position ok: lat 62.214 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122141h6212.83N/02543.14E>015/017 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444426 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122141h6212.83N/02543.14E>015/017 Joppe 1274444426 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122141h6212.83N/02543.14E>015/017 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b360 parse_aprs_uncompressed position ok: lat 62.214 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122141h6212.83N/02543.14E>015/017 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b360) pbuf_free(0x882b190) pbuf_free(0x882aee0) pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 97, 1) 1274444432 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211221z6009.37N/02504.89Es http://kartta.hmpy.fi 1274444432 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211221z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882b130 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211221z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444434 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:21:53 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 104, 1) 1274444434 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211221z6009.37N/02504.89Es http://kartta.hmpy.fi 1274444434 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211221z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882ad48 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211221z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 52, 1) 1274444436 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2d+To>uv>@_XUK-257 1274444436 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2d+To>uv>@_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.919 lng 25.188 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2d+To>uv>@_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444440 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6236.29N/02541.90E>350/039/A=000349 1274444440 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6236.29N/02541.90E>350/039/A=000349 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 62.605 lng 25.698 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6236.29N/02541.90E>350/039/A=000349' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444442 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6236.29N/02541.90E>350/039/A=000349 1274444442 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6236.29N/02541.90E>350/039/A=000349 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882b360 parse_aprs_uncompressed position ok: lat 62.605 lng 25.698 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6236.29N/02541.90E>350/039/A=000349' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b360) erlang_add(OH3RBE-1, 0, 38, 1) 1274444449 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//']ETzVO>URG 1274444449 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//']ETzVO>URG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882b360 parse_aprs_compressed position ok: lat 62.159 lng 25.678 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//']ETzVO>URG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444450 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//']ETzVO>URG 1274444450 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//']ETzVO>URG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b418 parse_aprs_compressed position ok: lat 62.159 lng 25.678 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//']ETzVO>URG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b418) 1274444454 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:22:13 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b278) pbuf_free(0x882b068) pbuf_free(0x882ac60) pbuf_free(0x882a870) pbuf_free(0x882af98) erlang_add(OH3RBE-1, 0, 45, 1) 1274444464 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//2fsToIKv8@_XUK-257 1274444464 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2-1:!//2fsToIKv8@_XUK-257 interface_receive_ax25() pbuf_alloc(44,45) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.918 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2-1' info_start='!//2fsToIKv8@_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b130) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444466 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//2fsToIKv8@_XUK-257 1274444466 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//2fsToIKv8@_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 61.918 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//2fsToIKv8@_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274444474 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:22:33 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 64, 1) 1274444475 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122232h6212.99N/02543.25E>040/005 Joppe 1274444475 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122232h6212.99N/02543.25E>040/005 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.216 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122232h6212.99N/02543.25E>040/005 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274444477 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122232h6212.99N/02543.25E>040/005 Joppe 1274444477 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122232h6212.99N/02543.25E>040/005 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882af08 parse_aprs_uncompressed position ok: lat 62.216 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122232h6212.99N/02543.25E>040/005 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af08) erlang_add(OH3RBE-1, 0, 67, 1) 1274444478 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6236.68N/02541.35E>328/052/A=000397 1274444478 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6236.68N/02541.35E>328/052/A=000397 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882af08 parse_aprs_uncompressed position ok: lat 62.611 lng 25.689 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6236.68N/02541.35E>328/052/A=000397' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444480 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6236.68N/02541.35E>328/052/A=000397 1274444480 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6236.68N/02541.35E>328/052/A=000397 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 62.611 lng 25.689 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6236.68N/02541.35E>328/052/A=000397' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b360) Seen this packet 2 times pbuf_free(0x882aff8) erlang_add(OH3RBE-1, 0, 44, 1) 1274444489 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274444489 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274444490 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274444490 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,46) -> 0x882b0c0 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0c0) pbuf_free(0x882ad48) pbuf_free(0x882ae18) erlang_add(OH3RBE-1, 0, 63, 1) 1274444491 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/122248h6213.01N/02543.27E> 13.2V Joppe 1274444491 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/122248h6213.01N/02543.27E> 13.2V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/122248h6213.01N/02543.27E> 13.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274444492 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274444492 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 63, 1) 1274444493 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/122248h6213.01N/02543.27E> 13.2V Joppe 1274444493 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/122248h6213.01N/02543.27E> 13.2V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/122248h6213.01N/02543.27E> 13.2V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae10) 1274444494 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:22:53 GMT FIGATES2 193.185.39.3:14580 1274444496 << igates.aprs.fi:14580 >> OH3FU-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.25N/02356.29ER interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444496 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae10 erlang_add(OH3RBE-1, 0, 45, 1) 1274444496 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!//{>_Tff%>uZ_ 1274444496 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!//{>_Tff%>uZ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b0c0 parse_aprs_compressed position ok: lat 60.341 lng 24.816 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!//{>_Tff%>uZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274444501 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ae10 Source filtering accepted the packet. hops count: OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ae10) 1274444516 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:23:15 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882af08) pbuf_free(0x882a870) pbuf_free(0x882aff8) 1274444536 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:23:35 GMT FIGATES2 193.185.39.3:14580 1274444546 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444546 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 pbuf_free(0x882b0c0) pbuf_free(0x882ad28) 1274444551 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274444551 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444551 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444551 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274444551 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6237.23N/02540.97E>352/047/A=000362 1274444551 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6237.23N/02540.97E>352/047/A=000362 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.620 lng 25.683 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6237.23N/02540.97E>352/047/A=000362' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444551 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6237.23N/02540.97E>352/047/A=000362 1274444551 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6237.23N/02540.97E>352/047/A=000362 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.620 lng 25.683 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6237.23N/02540.97E>352/047/A=000362' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274444551 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274444551 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274444551 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274444551 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274444552 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274444552 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274444552 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274444552 OH3RBE-1 R OH6JAT>APZMDR,WIDE1:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,45) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444564 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274444564 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,42) -> 0x882ad28 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444565 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6237.79N/02541.10E>001/043/A=000363 1274444565 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6237.79N/02541.10E>001/043/A=000363 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ade8 parse_aprs_uncompressed position ok: lat 62.630 lng 25.685 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6237.79N/02541.10E>001/043/A=000363' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444565 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274444565 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,44) -> 0x882aee0 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee0) erlang_add(OH3RBE-1, 0, 39, 1) 1274444566 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274444566 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882aee0 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aee0) 1274444566 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:24:06 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274444568 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6237.79N/02541.10E>001/043/A=000363 1274444568 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6237.79N/02541.10E>001/043/A=000363 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 62.630 lng 25.685 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6237.79N/02541.10E>001/043/A=000363' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee0) 1274444571 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211223z6130.13N/02354.90E_045/000g000t088r000p000P000h29b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211223z6130.13N/02354.90E_045/000g000t088r000p000P000h29b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444571 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aee0 1274444576 LEAVE VISCOUS QUEUE: dupe=0xb7d6c400 pbuf=0x882aee0 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211223z6130.13N/02354.90E_045/000g000t088r000p000P000h29b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211223z6130.13N/02354.90E_045/000g000t088r000p000P000h29b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882aee0) 1274444591 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:24:30 GMT FIGATES2 193.185.39.3:14580 1274444593 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#090,8,0,56,3,000,00000000 Not relayable packet! [2] pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ade8) pbuf_free(0x882ad28) 1274444612 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444612 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274444617 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=74) ttyreader_kisswrite(->OH3RBE-1, axlen=74)erlang_add(OH3RBE-1, 2, 74, 1) .. put 77 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274444617 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444617 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444617 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274444617 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6238.31N/02541.17E>019/046/A=000365 1274444617 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6238.31N/02541.17E>019/046/A=000365 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.639 lng 25.686 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6238.31N/02541.17E>019/046/A=000365' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444617 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6238.31N/02541.17E>019/046/A=000365 1274444617 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6238.31N/02541.17E>019/046/A=000365 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.639 lng 25.686 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6238.31N/02541.17E>019/046/A=000365' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274444617 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274444617 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274444617 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274444617 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274444617 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274444617 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274444617 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274444617 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,56) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 67, 1) 1274444621 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6238.45N/02541.39E>050/043/A=000354 1274444621 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6238.45N/02541.39E>050/043/A=000354 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.641 lng 25.690 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6238.45N/02541.39E>050/043/A=000354' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444623 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6238.45N/02541.39E>050/043/A=000354 1274444623 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6238.45N/02541.39E>050/043/A=000354 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 62.641 lng 25.690 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6238.45N/02541.39E>050/043/A=000354' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad58) 1274444632 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:25:11 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 39, 1) 1274444632 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274444632 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,42) -> 0x882ad58 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444633 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274444633 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,44) -> 0x882ae18 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae18) erlang_add(OH3RBE-1, 0, 39, 1) 1274444634 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274444634 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ae18 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae18) erlang_add(OH3RBE-1, 0, 67, 1) 1274444636 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6238.52N/02541.74E>080/044/A=000346 1274444636 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6238.52N/02541.74E>080/044/A=000346 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 62.642 lng 25.696 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6238.52N/02541.74E>080/044/A=000346' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444637 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882af08 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444637 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af08 erlang_add(OH3RBE-1, 0, 67, 1) 1274444639 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6238.52N/02541.74E>080/044/A=000346 1274444639 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6238.52N/02541.74E>080/044/A=000346 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 62.642 lng 25.696 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6238.52N/02541.74E>080/044/A=000346' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff8) 1274444642 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882af08 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882af08) BEACON: idx=3, nexttime= +274 sec 1274444645 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.57 minutes 1274444645 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274444645 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444645 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444645 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274444649 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274444649 OH3RBE-1 R OH6RAH>APZMDR,WIDE1:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882af08 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 137, 1) 1274444652 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 119, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 83, 1) 1274444656 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274444656 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882afc8 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444657 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:25:36 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 83, 1) 1274444658 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274444658 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b0d8 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0d8) erlang_add(OH3RBE-1, 0, 45, 1) 1274444662 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDG*,WIDE2,qAR,OH3RBE-1:!//y?hTfe6>zW_ 1274444662 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDG*,WIDE2:!//y?hTfe6>zW_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b0d8 parse_aprs_compressed position ok: lat 60.384 lng 24.815 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDG*,WIDE2' info_start='!//y?hTfe6>zW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274444665 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP00.8 SATS10 1274444665 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6059.81N/02542.20E> 12.5V 42C HDOP00.8 SATS10 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP00.8 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274444668 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP00.8 SATS10 1274444668 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6059.81N/02542.20E> 12.5V 42C HDOP00.8 SATS10 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882b298 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP00.8 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) pbuf_free(0x882ac60) pbuf_free(0x882a870) pbuf_free(0x882ad58) pbuf_free(0x882ae18) erlang_add(OH3RBE-1, 0, 38, 1) 1274444671 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//)WbTz'c>QSG 1274444671 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//)WbTz'c>QSG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882a870 parse_aprs_compressed position ok: lat 62.117 lng 25.655 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//)WbTz'c>QSG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444673 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//)WbTz'c>QSG 1274444673 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//)WbTz'c>QSG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.117 lng 25.655 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//)WbTz'c>QSG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274444677 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:25:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444684 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e\TT9m#>]G_ 1274444684 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e\TT9m#>]G_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.790 lng 22.862 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e\TT9m#>]G_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444691 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6238.96N/02542.89E>036/050/A=000363 1274444691 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6238.96N/02542.89E>036/050/A=000363 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.649 lng 25.715 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6238.96N/02542.89E>036/050/A=000363' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444692 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6238.96N/02542.89E>036/050/A=000363 1274444692 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6238.96N/02542.89E>036/050/A=000363 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882b298 parse_aprs_uncompressed position ok: lat 62.649 lng 25.715 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6238.96N/02542.89E>036/050/A=000363' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) 1274444696 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882b298 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882b1a0) 1274444696 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b298 erlang_add(OH3RBE-1, 0, 105, 1) 1274444697 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274444697 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() pbuf_free(0x882afc8) pbuf_free(0x882b0d8) pbuf_free(0x882af08) 1274444701 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882b298 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882b298) 1274444716 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBR:!//GBKTO/i>{-O interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.470 lng 23.790 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//GBKTO/i>{-O' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444716 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae20 1274444721 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882ae20 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//GBKTO/i>{-O out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//GBKTO/i>{-O' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae20) 1274444721 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444721 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444721 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274444721 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e_nT9fU>lB_ 1274444721 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e_nT9fU>lB_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae20 parse_aprs_compressed position ok: lat 62.789 lng 22.859 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e_nT9fU>lB_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444721 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e_nT9fU>lB_ 1274444721 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e_nT9fU>lB_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aee8 parse_aprs_compressed position ok: lat 62.789 lng 22.859 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e_nT9fU>lB_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 38, 1) 1274444721 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GBKTO/i>{-O 1274444721 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GBKTO/i>{-O interface_receive_ax25() pbuf_alloc(37,38) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.470 lng 23.790 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GBKTO/i>{-O' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 45, 1) 1274444721 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e\tT9cE>lI_ 1274444721 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e\tT9cE>lI_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aee8 parse_aprs_compressed position ok: lat 62.790 lng 22.858 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e\tT9cE>lI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274444721 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//GBKTO/i>{-O 1274444721 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//GBKTO/i>{-O interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.470 lng 23.790 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//GBKTO/i>{-O' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 38, 1) 1274444721 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//GBKTO/i>{-O 1274444721 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-3*:!//GBKTO/i>{-O interface_receive_ax25() pbuf_alloc(37,40) -> 0x882a870 parse_aprs_compressed position ok: lat 61.470 lng 23.790 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-3*' info_start='!//GBKTO/i>{-O' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274444721 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e\tT9cE>lI_ 1274444721 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e\tT9cE>lI_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.790 lng 22.858 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e\tT9cE>lI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 97, 1) 1274444725 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211226z6009.37N/02504.89Es http://kartta.hmpy.fi 1274444725 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211226z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211226z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274444727 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211226z6009.37N/02504.89Es http://kartta.hmpy.fi 1274444727 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211226z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882afb0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211226z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) erlang_add(OH3RBE-1, 0, 67, 1) 1274444730 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6239.41N/02543.63E>036/051/A=000376 1274444730 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6239.41N/02543.63E>036/051/A=000376 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.657 lng 25.727 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6239.41N/02543.63E>036/051/A=000376' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 67, 1) 1274444732 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6239.41N/02543.63E>036/051/A=000376 1274444732 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6239.41N/02543.63E>036/051/A=000376 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882afb0 parse_aprs_uncompressed position ok: lat 62.657 lng 25.727 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6239.41N/02543.63E>036/051/A=000376' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) 1274444736 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:26:55 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444747 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eR]T9[#>yJ_ 1274444747 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eR]T9[#>yJ_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.792 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eR]T9[#>yJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444749 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eR]T9[#>yJ_ 1274444749 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eR]T9[#>yJ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afb0 parse_aprs_compressed position ok: lat 62.792 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eR]T9[#>yJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) 1274444756 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:27:15 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad28) pbuf_free(0x882ae20) pbuf_free(0x882aee8) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274444763 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eK9T9Yw>yL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.794 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eK9T9Yw>yL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444763 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eK9T9Yw>yL_ erlang_add(OH3RBE-1, 0, 45, 1) 1274444765 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eK9T9Yw>yL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.794 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eK9T9Yw>yL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274444765 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eK9T9Yw>yL_ erlang_add(OH3RBE-1, 0, 67, 1) 1274444773 OH3RBE-1 R OH6AAH-2>APZ17,OH3RUX*:!6240.16N/02545.53E# (Petomäki ARPS node) 2 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.669 lng 25.759 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6AAH-2>APZ17,OH3RUX*' info_start='!6240.16N/02545.53E# (Petomäki ARPS node) 2' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444773 << igates.aprs.fi:14580 << OH6AAH-2>APZ17,OH3RUX*,qAR,OH3RBE-1:!6240.16N/02545.53E# (Petomäki ARPS node) 2 1274444776 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:27:35 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274444781 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6239.94N/02544.49E>037/039/A=000421 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 62.666 lng 25.742 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6239.94N/02544.49E>037/039/A=000421' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274444781 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6239.94N/02544.49E>037/039/A=000421 erlang_add(OH3RBE-1, 0, 67, 1) 1274444783 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6239.94N/02544.49E>037/039/A=000421 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882af08 parse_aprs_uncompressed position ok: lat 62.666 lng 25.742 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6239.94N/02544.49E>037/039/A=000421' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af08) 1274444783 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6239.94N/02544.49E>037/039/A=000421 1274444796 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:27:55 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 51, 1) 1274444797 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RDA-3*:!6044.44N/02444.04E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882af08 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RDA-3*' info_start='!6044.44N/02444.04E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444797 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6044.44N/02444.04E> Kaitsu erlang_add(OH3RBE-1, 0, 51, 1) 1274444797 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RBE-3*:!6044.44N/02444.04E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RBE-3*' info_start='!6044.44N/02444.04E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe0) 1274444797 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6044.44N/02444.04E> Kaitsu erlang_add(OH3RBE-1, 0, 51, 1) 1274444799 OH3RBE-1 R OH3GLY-9>APZMDR,WIDE2:!6044.44N/02444.04E> Kaitsu interface_receive_ax25() pbuf_alloc(50,49) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,WIDE2' info_start='!6044.44N/02444.04E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afe0) 1274444799 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6044.44N/02444.04E> Kaitsu erlang_add(OH3RBE-1, 0, 45, 1) 1274444801 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e8"T9V!>sM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.799 lng 22.851 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e8"T9V!>sM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444801 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e8"T9V!>sM_ 1274444804 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RDR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444804 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afe0 erlang_add(OH3RBE-1, 0, 76, 1) 1274444804 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882b118 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afe0) Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882b118) 1274444804 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta erlang_add(OH3RBE-1, 0, 76, 1) 1274444806 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,75) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1*' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afe0) 1274444806 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1*,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274444809 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274444816 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e2HT9PW>lJ_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882afe0 parse_aprs_compressed position ok: lat 62.800 lng 22.849 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e2HT9PW>lJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae18) Source filtering rejected the packet. 1274444816 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e2HT9PW>lJ_ erlang_add(OH3RBE-1, 0, 45, 1) 1274444817 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e2HT9PW>lJ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae18 parse_aprs_compressed position ok: lat 62.800 lng 22.849 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e2HT9PW>lJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae18) 1274444817 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e2HT9PW>lJ_ pbuf_free(0x882a870) pbuf_free(0x882ad28) 1274444824 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:28:24 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274444825 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6240.42N/02545.26E>027/045/A=000459 1274444825 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6240.42N/02545.26E>027/045/A=000459 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.674 lng 25.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6240.42N/02545.26E>027/045/A=000459' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444827 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6240.42N/02545.26E>027/045/A=000459 1274444827 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6240.42N/02545.26E>027/045/A=000459 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.674 lng 25.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6240.42N/02545.26E>027/045/A=000459' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 83, 1) 1274444837 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274444837 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274444839 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274444839 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b0a8 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0a8) erlang_add(OH3RBE-1, 0, 45, 1) 1274444840 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e/(T9Er>eK_ 1274444840 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e/(T9Er>eK_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae38 parse_aprs_compressed position ok: lat 62.801 lng 22.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e/(T9Er>eK_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274444844 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882b0a8 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444844 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b0a8 erlang_add(OH3RBE-1, 0, 39, 1) 1274444847 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274444847 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ac60 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af08) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444848 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6240.73N/02545.40E>357/053/A=000482 1274444848 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6240.73N/02545.40E>357/053/A=000482 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882b1c8 parse_aprs_uncompressed position ok: lat 62.679 lng 25.757 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6240.73N/02545.40E>357/053/A=000482' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444848 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274444848 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,44) -> 0x882af08 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af08) 1274444849 LEAVE VISCOUS QUEUE: dupe=0xb7d6cb00 pbuf=0x882b0a8 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882b0a8) erlang_add(OH3RBE-1, 0, 39, 1) 1274444849 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:>VYH-841 1274444849 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,41) -> 0x882af08 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af08) pbuf_free(0x882afe0) 1274444864 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:29:04 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad28) pbuf_free(0x882b1c8) pbuf_free(0x882ac60) pbuf_free(0x882a870) pbuf_free(0x882ae38) 1274444882 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444882 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274444887 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=99) ttyreader_kisswrite(->OH3RBE-1, axlen=99)erlang_add(OH3RBE-1, 2, 99, 1) .. put 102 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274444887 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274444887 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274444887 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274444887 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6240.73N/02545.40E>357/053/A=000482 1274444887 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6240.73N/02545.40E>357/053/A=000482 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.679 lng 25.757 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6240.73N/02545.40E>357/053/A=000482' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 89, 1) 1274444888 OH3RBE-1 R OH3RBR>APRG11:}OH3BK>APRX1D,TCPIP*,OH3RBR*:!6128.23NR02353.52E&aprx - an Rx-only iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6128' erlang_add(OH3RBE-1, 1, 71, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274444888 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e0FT9^L_ 1274444888 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e0FT9^L_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.801 lng 22.839 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e0FT9^L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444888 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e0FT9^L_ 1274444888 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e0FT9^L_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.801 lng 22.839 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e0FT9^L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 45, 1) 1274444888 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e6,T97p>PL_ 1274444888 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e6,T97p>PL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad28 parse_aprs_compressed position ok: lat 62.799 lng 22.837 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e6,T97p>PL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444888 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6241.21N/02545.39E>028/055/A=000523 1274444888 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6241.21N/02545.39E>028/055/A=000523 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882adf0 parse_aprs_uncompressed position ok: lat 62.687 lng 25.757 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6241.21N/02545.39E>028/055/A=000523' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444888 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6241.21N/02545.39E>028/055/A=000523 1274444888 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6241.21N/02545.39E>028/055/A=000523 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 62.687 lng 25.757 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6241.21N/02545.39E>028/055/A=000523' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee0) erlang_add(OH3RBE-1, 0, 72, 1) 1274444888 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274444888 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aee0) erlang_add(OH3RBE-1, 0, 79, 1) 1274444888 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274444888 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aee0) erlang_add(OH3RBE-1, 0, 45, 1) 1274444888 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!//vsYTg1#>'S_ 1274444888 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!//vsYTg1#>'S_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aee0 parse_aprs_compressed position ok: lat 60.437 lng 24.834 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!//vsYTg1#>'S_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444888 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e:7T9='>7K_ 1274444888 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e:7T9='>7K_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882afa8 parse_aprs_compressed position ok: lat 62.798 lng 22.839 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e:7T9='>7K_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444890 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e:7T9='>7K_ 1274444890 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e:7T9='>7K_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b070 parse_aprs_compressed position ok: lat 62.798 lng 22.839 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e:7T9='>7K_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b070) 1274444892 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//GNQTO9+>II_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b070 parse_aprs_compressed position ok: lat 61.467 lng 23.794 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GNQTO9+>II_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444892 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b070 erlang_add(OH3RBE-1, 0, 38, 1) 1274444892 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GNQTO9+>II_ 1274444892 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GNQTO9+>II_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b160 parse_aprs_compressed position ok: lat 61.467 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GNQTO9+>II_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b070) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//GNQTO9+>II_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882b160) erlang_add(OH3RBE-1, 0, 45, 1) 1274444893 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//GNQTO9+>II_ 1274444893 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//GNQTO9+>II_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b070 parse_aprs_compressed position ok: lat 61.467 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//GNQTO9+>II_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b070) erlang_add(OH3RBE-1, 0, 45, 1) 1274444895 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//GNQTO9+>II_ 1274444895 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//GNQTO9+>II_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b070 parse_aprs_compressed position ok: lat 61.467 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//GNQTO9+>II_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b070) 1274444897 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274444903 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e7=T9D>>-L_ 1274444903 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e7=T9D>>-L_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b070 parse_aprs_compressed position ok: lat 62.799 lng 22.843 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e7=T9D>>-L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444904 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e7=T9D>>-L_ 1274444904 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e7=T9D>>-L_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b138 parse_aprs_compressed position ok: lat 62.799 lng 22.843 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e7=T9D>>-L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b138) 1274444909 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBR:!//GRuTOEI_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b138 parse_aprs_compressed position ok: lat 61.466 lng 23.796 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//GRuTOEI_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444909 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b138 erlang_add(OH3RBE-1, 0, 38, 1) 1274444909 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GRuTOEI_ 1274444909 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GRuTOEI_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b228 parse_aprs_compressed position ok: lat 61.466 lng 23.796 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GRuTOEI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b138) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//GRuTOEI_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882b228) erlang_add(OH3RBE-1, 0, 45, 1) 1274444910 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//GRuTOEI_ 1274444910 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//GRuTOEI_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b138 parse_aprs_compressed position ok: lat 61.466 lng 23.796 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//GRuTOEI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b138) erlang_add(OH3RBE-1, 0, 45, 1) 1274444910 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//GRuTOEI_ 1274444910 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//GRuTOEI_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b138 parse_aprs_compressed position ok: lat 61.466 lng 23.796 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//GRuTOEI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b138) erlang_add(OH3RBE-1, 0, 45, 1) 1274444912 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//GRuTOEI_ 1274444912 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//GRuTOEI_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b138 parse_aprs_compressed position ok: lat 61.466 lng 23.796 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//GRuTOEI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b138) erlang_add(OH3RBE-1, 0, 45, 1) 1274444912 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//GRuTOEI_ 1274444912 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//GRuTOEI_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b138 parse_aprs_compressed position ok: lat 61.466 lng 23.796 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//GRuTOEI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882b138) 1274444914 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 67, 1) 1274444916 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6241.64N/02545.98E>358/051/A=000529 1274444916 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6241.64N/02545.98E>358/051/A=000529 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882b138 parse_aprs_uncompressed position ok: lat 62.694 lng 25.766 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6241.64N/02545.98E>358/051/A=000529' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444918 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6241.64N/02545.98E>358/051/A=000529 1274444918 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6241.64N/02545.98E>358/051/A=000529 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882b228 parse_aprs_uncompressed position ok: lat 62.694 lng 25.766 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6241.64N/02545.98E>358/051/A=000529' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b228) beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.00 minutes beacons offset: 8.43 minutes beacons offset: 13.18 minutes beacons offset: 18.12 minutes BEACON: idx=0, nexttime= +240 sec 1274444919 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.00 minutes 1274444919 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274444929 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:30:08 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444932 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e2.T9O3>>J_ 1274444932 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e2.T9O3>>J_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b228 parse_aprs_compressed position ok: lat 62.800 lng 22.848 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e2.T9O3>>J_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) pbuf_free(0x882adf0) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444932 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!//vLFTgA$>%T_ 1274444932 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!//vLFTgA$>%T_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882adf0 parse_aprs_compressed position ok: lat 60.446 lng 24.841 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!//vLFTgA$>%T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444934 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e2.T9O3>>J_ 1274444934 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e2.T9O3>>J_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.800 lng 22.848 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e2.T9O3>>J_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) pbuf_free(0x882aee0) pbuf_free(0x882afa8) pbuf_free(0x882ad28) pbuf_free(0x882b070) pbuf_free(0x882ac60) 1274444943 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBR:!//G`+TO?%>\L_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.797 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//G`+TO?%>\L_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444943 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 38, 1) 1274444943 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//G`+TO?%>\L_ 1274444943 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//G`+TO?%>\L_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.463 lng 23.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//G`+TO?%>\L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//G`+TO?%>\L_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274444944 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//G`+TO?%>\L_ 1274444944 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//G`+TO?%>\L_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//G`+TO?%>\L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274444945 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//G`+TO?%>\L_ 1274444945 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//G`+TO?%>\L_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//G`+TO?%>\L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274444946 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//G`+TO?%>\L_ 1274444946 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//G`+TO?%>\L_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//G`+TO?%>\L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274444946 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e71T9N{>OM_ 1274444946 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e71T9N{>OM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.799 lng 22.848 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e71T9N{>OM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274444948 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274444948 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e71T9N{>OM_ 1274444948 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e71T9N{>OM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.799 lng 22.848 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e71T9N{>OM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 39, 1) 1274444952 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274444952 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ac60 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274444952 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6242.16N/02545.84E>353/053/A=000539 1274444952 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6242.16N/02545.84E>353/053/A=000539 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882aeb8 parse_aprs_uncompressed position ok: lat 62.703 lng 25.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6242.16N/02545.84E>353/053/A=000539' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444953 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:>VYH-841 1274444953 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,41) -> 0x882ad18 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad18) erlang_add(OH3RBE-1, 0, 67, 1) 1274444954 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6242.16N/02545.84E>353/053/A=000539 1274444954 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6242.16N/02545.84E>353/053/A=000539 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882afa8 parse_aprs_uncompressed position ok: lat 62.703 lng 25.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6242.16N/02545.84E>353/053/A=000539' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afa8) erlang_add(OH3RBE-1, 0, 38, 1) 1274444960 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Gd\TO8#>YH_ 1274444960 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Gd\TO8#>YH_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ad18 parse_aprs_compressed position ok: lat 61.462 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Gd\TO8#>YH_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//Gd\TO8#>YH_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274444962 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//Gd\TO8#>YH_ 1274444962 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//Gd\TO8#>YH_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882afa8 parse_aprs_compressed position ok: lat 61.462 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//Gd\TO8#>YH_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afa8) 1274444963 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:30:43 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274444963 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//Gd\TO8#>YH_ 1274444963 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//Gd\TO8#>YH_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882afa8 parse_aprs_compressed position ok: lat 61.462 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//Gd\TO8#>YH_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afa8) erlang_add(OH3RBE-1, 0, 45, 1) 1274444964 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//Gd\TO8#>YH_ 1274444964 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//Gd\TO8#>YH_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882afa8 parse_aprs_compressed position ok: lat 61.462 lng 23.794 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//Gd\TO8#>YH_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882afa8) erlang_add(OH3RBE-1, 0, 39, 1) 1274444966 << igates.aprs.fi:14580 << OH3LFQ-9>VPUU69,OH3RBE-3*,qAR,OH3RBE-1:`52H >Q>/]"5.} 1274444966 OH3RBE-1 R OH3LFQ-9>VPUU69,OH3RBE-3*:`52H >Q>/]"5.} interface_receive_ax25() pbuf_alloc(38,40) -> 0x882afa8 parse_aprs_mice destcall='VPUU69' passed dstcall format check passed info format check position ok: lat 60.928 lng 25.374 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPUU69,OH3RBE-3*' info_start='`52H >Q>/]"5.}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274444967 << igates.aprs.fi:14580 << OH3LFQ-9>VPUU69,WIDE2,qAR,OH3RBE-1:`52H >Q>/]"5.} 1274444967 OH3RBE-1 R OH3LFQ-9>VPUU69,WIDE2:`52H >Q>/]"5.} interface_receive_ax25() pbuf_alloc(38,36) -> 0x882b060 parse_aprs_mice destcall='VPUU69' passed dstcall format check passed info format check position ok: lat 60.928 lng 25.374 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPUU69,WIDE2' info_start='`52H >Q>/]"5.}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b060) pbuf_free(0x882b138) pbuf_free(0x882b228) pbuf_free(0x882adf0) erlang_add(OH3RBE-1, 0, 77, 1) 1274444977 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274444977 OH3RBE-1 R OH6RDK>APZMDR,WIDE2:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,73) -> 0x882b060 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 77, 1) 1274444979 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2*,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274444979 OH3RBE-1 R OH6RDK>APZMDR,WIDE2*:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,74) -> 0x882b160 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2*' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b160) 1274444983 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:31:03 GMT FIGATES2 193.185.39.3:14580 1274444990 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//GjoTO.2>dT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b160 parse_aprs_compressed position ok: lat 61.461 lng 23.789 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GjoTO.2>dT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274444990 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b160 erlang_add(OH3RBE-1, 0, 38, 1) 1274444990 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GjoTO.2>dT_ 1274444990 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GjoTO.2>dT_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882add0 parse_aprs_compressed position ok: lat 61.461 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GjoTO.2>dT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b160) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//GjoTO.2>dT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882add0) erlang_add(OH3RBE-1, 0, 38, 1) 1274444992 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//GjoTO.2>dT_ 1274444992 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//GjoTO.2>dT_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882add0 parse_aprs_compressed position ok: lat 61.461 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//GjoTO.2>dT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882add0) erlang_add(OH3RBE-1, 0, 45, 1) 1274444993 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//GjoTO.2>dT_ 1274444993 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//GjoTO.2>dT_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882add0 parse_aprs_compressed position ok: lat 61.461 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//GjoTO.2>dT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882add0) 1274444995 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274444997 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//2flToITvC_WXUK-257 1274444997 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//2flToITvC_WXUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882add0 parse_aprs_compressed position ok: lat 61.918 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//2flToITvC_WXUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274444998 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//2flToITvC_WXUK-257 1274444998 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//2flToITvC_WXUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882b160 parse_aprs_compressed position ok: lat 61.918 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//2flToITvC_WXUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b160) erlang_add(OH3RBE-1, 0, 45, 1) 1274445000 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!//2flToITvC_WXUK-257 1274445000 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2*:!//2flToITvC_WXUK-257 interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b160 parse_aprs_compressed position ok: lat 61.918 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2*' info_start='!//2flToITvC_WXUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b160) pbuf_free(0x882aeb8) pbuf_free(0x882ad18) pbuf_free(0x882afa8) pbuf_free(0x882a870) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274445003 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eE_T9')>bP_ 1274445003 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eE_T9')>bP_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.796 lng 22.829 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eE_T9')>bP_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445008 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//uUHTgRc>"Y_ 1274445008 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//uUHTgRc>"Y_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.466 lng 24.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//uUHTgRc>"Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445008 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//uUHTgRc>"Y_ 1274445008 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//uUHTgRc>"Y_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae98 parse_aprs_compressed position ok: lat 60.466 lng 24.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//uUHTgRc>"Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae98) erlang_add(OH3RBE-1, 0, 52, 1) 1274445010 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//uUHTgRc>"Y_ 1274445010 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//uUHTgRc>"Y_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae98 parse_aprs_compressed position ok: lat 60.466 lng 24.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//uUHTgRc>"Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae98) 1274445010 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//Ge`TNt2>iU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae98 parse_aprs_compressed position ok: lat 61.462 lng 23.779 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Ge`TNt2>iU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445010 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae98 1274445015 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882ae98 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Ge`TNt2>iU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Ge`TNt2>iU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae98) 1274445030 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:31:50 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882add0) pbuf_free(0x882b060) 1274445043 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//GauTNTC>bT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.463 lng 23.764 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GauTNTC>bT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445043 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad38 1274445048 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882ad38 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GauTNTC>bT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GauTNTC>bT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad38) 1274445048 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445048 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445048 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 97, 1) 1274445048 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211231z6009.37N/02504.89Es http://kartta.hmpy.fi 1274445048 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211231z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ad38 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211231z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445048 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eCDT8{G>(I_ 1274445048 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eCDT8{G>(I_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae68 parse_aprs_compressed position ok: lat 62.796 lng 22.826 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eCDT8{G>(I_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274445048 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211231z6009.37N/02504.89Es http://kartta.hmpy.fi 1274445048 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211231z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882af30 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211231z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af30) erlang_add(OH3RBE-1, 0, 45, 1) 1274445049 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eCDT8{G>(I_ 1274445049 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eCDT8{G>(I_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.796 lng 22.826 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eCDT8{G>(I_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 67, 1) 1274445049 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6243.22N/02545.14E>002/054/A=000496 1274445049 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6243.22N/02545.14E>002/054/A=000496 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882af30 parse_aprs_uncompressed position ok: lat 62.720 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6243.22N/02545.14E>002/054/A=000496' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274445049 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6243.22N/02545.14E>002/054/A=000496 1274445049 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6243.22N/02545.14E>002/054/A=000496 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882b028 parse_aprs_uncompressed position ok: lat 62.720 lng 25.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6243.22N/02545.14E>002/054/A=000496' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b028) erlang_add(OH3RBE-1, 0, 45, 1) 1274445049 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eBFT9"`>3-_ 1274445049 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.eBFT9"`>3-_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.796 lng 22.827 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.eBFT9"`>3-_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445049 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eBFT9"`>3-_ 1274445049 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.eBFT9"`>3-_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b028 parse_aprs_compressed position ok: lat 62.796 lng 22.827 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.eBFT9"`>3-_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b028) erlang_add(OH3RBE-1, 0, 39, 1) 1274445049 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274445049 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,42) -> 0x882b028 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274445049 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274445049 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882b0e8 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0e8) erlang_add(OH3RBE-1, 0, 45, 1) 1274445050 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e=vT9!r>uI_ 1274445050 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e=vT9!r>uI_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b0e8 parse_aprs_compressed position ok: lat 62.797 lng 22.827 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e=vT9!r>uI_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445052 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882b1b0 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445052 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1b0 erlang_add(OH3RBE-1, 0, 52, 1) 1274445052 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//ty+TgQO>!W_ 1274445052 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//ty+TgQO>!W_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b2a8 parse_aprs_compressed position ok: lat 60.479 lng 24.849 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//ty+TgQO>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445053 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//ty+TgQO>!W_ 1274445053 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//ty+TgQO>!W_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b380 parse_aprs_compressed position ok: lat 60.479 lng 24.849 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//ty+TgQO>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b380) erlang_add(OH3RBE-1, 0, 52, 1) 1274445054 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//ty+TgQO>!W_ 1274445054 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//ty+TgQO>!W_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b380 parse_aprs_compressed position ok: lat 60.479 lng 24.849 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//ty+TgQO>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b380) erlang_add(OH3RBE-1, 0, 74, 1) 1274445055 << igates.aprs.fi:14580 << OH6RDD>APN391,WIDE1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274445055 OH3RBE-1 R OH6RDD>APN391,WIDE1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(73,69) -> 0x882b380 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,WIDE1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 37, 1) 1274445056 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274445056 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() 1274445056 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882b478 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445056 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b478 1274445057 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b1b0 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882b1b0) pbuf_free(0x882a870) 1274445061 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882b478 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882b478) 1274445061 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445061 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445061 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r 1274445065 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//GiWTN@%>]U_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GiWTN@%>]U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445065 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1b0 erlang_add(OH3RBE-1, 0, 38, 1) 1274445065 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GiWTN@%>]U_ 1274445065 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GiWTN@%>]U_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GiWTN@%>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1b0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//GiWTN@%>]U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274445066 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//GiWTN@%>]U_ 1274445066 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//GiWTN@%>]U_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//GiWTN@%>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1b0) erlang_add(OH3RBE-1, 0, 38, 1) 1274445067 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//GiWTN@%>]U_ 1274445067 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//GiWTN@%>]U_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//GiWTN@%>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b1b0) 1274445070 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274445076 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//EluTO[B>{!/ Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.504 lng 23.810 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//EluTO[B>{!/ Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445076 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1b0 erlang_add(OH3RBE-1, 0, 42, 1) 1274445076 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//EluTO[B>{!/ Ari 1274445076 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//EluTO[B>{!/ Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882a870 parse_aprs_compressed position ok: lat 61.504 lng 23.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//EluTO[B>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1b0) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//EluTO[B>{!/ Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274445078 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//EluTO[B>{!/ Ari 1274445078 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1:!//EluTO[B>{!/ Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.504 lng 23.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1' info_start='!//EluTO[B>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1b0) erlang_add(OH3RBE-1, 0, 56, 1) 1274445078 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//EluTO[B>{!/ Ari 1274445078 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*:!//EluTO[B>{!/ Ari interface_receive_ax25() pbuf_alloc(55,64) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.504 lng 23.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*' info_start='!//EluTO[B>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b1b0) erlang_add(OH3RBE-1, 0, 42, 1) 1274445080 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//EluTO[B>{!/ Ari 1274445080 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//EluTO[B>{!/ Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.504 lng 23.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//EluTO[B>{!/ Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b1b0) 1274445081 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=(nil) erlang_add(OH3RBE-1, 0, 38, 1) 1274445083 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Gl8TN,B>fW_ 1274445083 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Gl8TN,B>fW_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b1b0 parse_aprs_compressed position ok: lat 61.460 lng 23.745 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Gl8TN,B>fW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//Gl8TN,B>fW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) 1274445083 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//Gl8TN,B>fW_ .. put 47 bytes of KISS frame on IO buffer interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.460 lng 23.745 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Gl8TN,B>fW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274445084 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//Gl8TN,B>fW_ 1274445084 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//Gl8TN,B>fW_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.460 lng 23.745 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//Gl8TN,B>fW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 38, 1) 1274445085 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//Gl8TN,B>fW_ 1274445085 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//Gl8TN,B>fW_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.460 lng 23.745 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//Gl8TN,B>fW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274445089 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e-,T8q3>qL_ 1274445089 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e-,T8q3>qL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.801 lng 22.821 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e-,T8q3>qL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445090 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e-,T8q3>qL_ 1274445090 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e-,T8q3>qL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b478 parse_aprs_compressed position ok: lat 62.801 lng 22.821 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e-,T8q3>qL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b478) pbuf_free(0x882b380) pbuf_free(0x882b2a8) pbuf_free(0x882ad38) pbuf_free(0x882af30) pbuf_free(0x882b028) pbuf_free(0x882b0e8) pbuf_free(0x882ae68) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 63, 1) 1274445092 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/123249h6213.01N/02543.27E> 12.5V Joppe 1274445092 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/123249h6213.01N/02543.27E> 12.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/123249h6213.01N/02543.27E> 12.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274445094 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/123249h6213.01N/02543.27E> 12.5V Joppe 1274445094 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/123249h6213.01N/02543.27E> 12.5V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/123249h6213.01N/02543.27E> 12.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 45, 1) 1274445097 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDG*,OH3RBE-3*,qAR,OH3RBE-1:!//tH:TgV+>!U_ 1274445097 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDG*,OH3RBE-3*:!//tH:TgV+>!U_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad48 parse_aprs_compressed position ok: lat 60.491 lng 24.851 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDG*,OH3RBE-3*' info_start='!//tH:TgV+>!U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445103 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:33:02 GMT FIGATES2 193.185.39.3:14580 1274445108 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3BK:!//GcQTMle>jU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.462 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3BK*:!//GcQTMle>jU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445108 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae10 erlang_add(OH3RBE-1, 0, 38, 1) 1274445108 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GcQTMle>jU_ 1274445108 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GcQTMle>jU_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af00 parse_aprs_compressed position ok: lat 61.462 lng 23.732 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GcQTMle>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae10) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//GcQTMle>jU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 45, 1) 1274445109 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//GcQTMle>jU_ 1274445109 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//GcQTMle>jU_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.462 lng 23.732 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//GcQTMle>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 38, 1) 1274445110 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//GcQTMle>jU_ 1274445110 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//GcQTMle>jU_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.462 lng 23.732 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//GcQTMle>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 55, 1) 1274445112 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eKJT9-Mv st 12.5V 32C 1274445112 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2:!/.eKJT9-Mv st 12.5V 32C interface_receive_ax25() pbuf_alloc(54,53) -> 0x882ae10 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2' info_start='!/.eKJT9-Mv st 12.5V 32C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445113 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274445114 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.e"*T8ij>xL_ 1274445114 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.e"*T8ij>xL_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882aee8 parse_aprs_compressed position ok: lat 62.804 lng 22.817 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.e"*T8ij>xL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 55, 1) 1274445114 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eKJT9-Mv st 12.5V 32C 1274445114 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2*:!/.eKJT9-Mv st 12.5V 32C interface_receive_ax25() pbuf_alloc(54,54) -> 0x882afb0 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2*' info_start='!/.eKJT9-Mv st 12.5V 32C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) erlang_add(OH3RBE-1, 0, 45, 1) 1274445116 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.e"*T8ij>xL_ 1274445116 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.e"*T8ij>xL_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afb0 parse_aprs_compressed position ok: lat 62.804 lng 22.817 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.e"*T8ij>xL_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) pbuf_free(0x882b1b0) pbuf_free(0x882a870) 1274445123 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445123 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445128 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882a870 Source filtering rejected the packet. pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274445130 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.ds&T8g,>vR_ 1274445130 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.ds&T8g,>vR_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.806 lng 22.816 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.ds&T8g,>vR_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274445131 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882afb0 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445131 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afb0 erlang_add(OH3RBE-1, 0, 44, 1) 1274445131 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274445131 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afb0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274445132 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.ds&T8g,>vR_ 1274445132 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.ds&T8g,>vR_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.806 lng 22.816 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.ds&T8g,>vR_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274445132 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274445132 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274445133 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274445133 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274445134 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274445134 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274445135 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//EqKTOV#>Ai7 Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882afb0 parse_aprs_compressed position ok: lat 61.503 lng 23.808 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//EqKTOV#>Ai7 Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445135 ENTER VISCOUS QUEUE: len=2 pbuf=0x882afb0 erlang_add(OH3RBE-1, 0, 42, 1) 1274445135 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//EqKTOV#>Ai7 Ari 1274445135 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//EqKTOV#>Ai7 Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.503 lng 23.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//EqKTOV#>Ai7 Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afb0) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//EqKTOV#>Ai7 Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274445136 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 49, 1) 1274445136 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2,qAR,OH3RBE-1:!//EqKTOV#>Ai7 Ari 1274445136 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2:!//EqKTOV#>Ai7 Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.503 lng 23.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2' info_start='!//EqKTOV#>Ai7 Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274445136 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//EqKTOV#>Ai7 Ari 1274445136 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1:!//EqKTOV#>Ai7 Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.503 lng 23.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1' info_start='!//EqKTOV#>Ai7 Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 70, 1) 1274445139 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274445139 OH3RBE-1 R OH6JAT>APZMDR,WIDE2-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882afb0 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2-1' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445140 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 70, 1) 1274445140 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274445140 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,70) -> 0x882b0a8 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0a8) erlang_add(OH3RBE-1, 0, 70, 1) 1274445142 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274445142 OH3RBE-1 R OH6JAT>APZMDR,WIDE2:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,66) -> 0x882b0a8 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b0a8) erlang_add(OH3RBE-1, 0, 52, 1) 1274445142 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//st>TgU3>yV_ 1274445142 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,OH3RBE-3*:!//st>TgU3>yV_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.502 lng 24.851 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,OH3RBE-3*' info_start='!//st>TgU3>yV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ad48) pbuf_free(0x882ae10) pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 45, 1) 1274445152 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.d`nT8`w>vS_ 1274445152 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.d`nT8`w>vS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad38 parse_aprs_compressed position ok: lat 62.811 lng 22.813 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.d`nT8`w>vS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445154 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.d`nT8`w>vS_ 1274445154 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.d`nT8`w>vS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae00 parse_aprs_compressed position ok: lat 62.811 lng 22.813 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.d`nT8`w>vS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) 1274445155 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:33:55 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 39, 1) 1274445155 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274445155 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,42) -> 0x882ae00 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274445156 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1,qAR,OH3RBE-1:!6245.01N/02546.48E>007/047/A=000408 1274445156 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1:!6245.01N/02546.48E>007/047/A=000408 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882b0a8 parse_aprs_uncompressed position ok: lat 62.750 lng 25.775 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2-1' info_start='!6245.01N/02546.48E>007/047/A=000408' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274445157 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274445157 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882aec0 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec0) erlang_add(OH3RBE-1, 0, 39, 1) 1274445157 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*,qAR,OH3RBE-1:>VYH-841 1274445157 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*:>VYH-841 interface_receive_ax25() pbuf_alloc(38,44) -> 0x882aec0 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,OH3RBE-3*' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aec0) BEACON: idx=1, nexttime= +266 sec 1274445159 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.43 minutes 1274445159 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 67, 1) 1274445159 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6245.01N/02546.48E>007/047/A=000408 1274445159 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6245.01N/02546.48E>007/047/A=000408 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882aec0 parse_aprs_uncompressed position ok: lat 62.750 lng 25.775 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6245.01N/02546.48E>007/047/A=000408' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aec0) erlang_add(OH3RBE-1, 0, 52, 1) 1274445161 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2]@To1gvoI_XUK-257 1274445161 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2]@To1gvoI_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882aec0 parse_aprs_compressed position ok: lat 61.920 lng 25.182 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2]@To1gvoI_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445163 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//2]@To1gvoI_XUK-257 1274445163 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*:!//2]@To1gvoI_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882b1a0 parse_aprs_compressed position ok: lat 61.920 lng 25.182 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//2]@To1gvoI_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a0) erlang_add(OH3RBE-1, 0, 52, 1) 1274445164 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//2]@To1gvoI_XUK-257 1274445164 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//2]@To1gvoI_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882b1a0 parse_aprs_compressed position ok: lat 61.920 lng 25.182 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//2]@To1gvoI_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1a0) 1274445171 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211233z6130.13N/02354.90E_000/000g000t087r000p000P000h29b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211233z6130.13N/02354.90E_000/000g000t087r000p000P000h29b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445171 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1a0 erlang_add(OH3RBE-1, 0, 45, 1) 1274445174 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.dO3T8\F>!R_ 1274445174 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.dO3T8\F>!R_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b308 parse_aprs_compressed position ok: lat 62.815 lng 22.811 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.dO3T8\F>!R_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445175 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.dO3T8\F>!R_ 1274445175 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.dO3T8\F>!R_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b3d0 parse_aprs_compressed position ok: lat 62.815 lng 22.811 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.dO3T8\F>!R_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b3d0) 1274445176 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882b3d0 parse_aprs_objectparse_aprs_compressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445176 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b3d0 1274445176 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882b1a0 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211233z6130.13N/02354.90E_000/000g000t087r000p000P000h29b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211233z6130.13N/02354.90E_000/000g000t087r000p000P000h29b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882b1a0) pbuf_free(0x882ac60) pbuf_free(0x882afb0) pbuf_free(0x882a870) 1274445181 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882b3d0 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882b3d0) 1274445181 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445181 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445181 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 123, 1) 1274445181 OH3RBE-1 R OH3RBR>APRG11:}OH3MWY>APRS,TCPIP*,OH3RBR*:@211233z6130.13N/02354.90E_000/000g000t087r000p000P000h29b10129eWUHU21636XXSP. TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:@2112' erlang_add(OH3RBE-1, 1, 105, 1) interface_receive_ax25() 1274445183 << igates.aprs.fi:14580 >> OH3RBE-2>UIDIGI,qAR,OH3BK:UIDIGI 1.9 erlang_add(OH3RBE-1, 0, 27, 1) 1274445183 << igates.aprs.fi:14580 << OH3RBE-2>UIDIGI,qAR,OH3RBE-1:UIDIGI 1.9 1274445183 OH3RBE-1 R OH3RBE-2>UIDIGI:UIDIGI 1.9 interface_receive_ax25() interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(63,56) -> 0x882af90 .. parse_aprs() rc=FAIL srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>UIDIGI,TCPIP,OH3BK*:UIDIGI 1.9' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445183 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af90 erlang_add(OH3RBE-1, 0, 45, 1) 1274445186 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,OH3RBE-3*,qAR,OH3RBE-1:!//sEBTgN?>xU_ 1274445186 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,OH3RBE-3*:!//sEBTgN?>xU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.513 lng 24.848 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,OH3RBE-3*' info_start='!//sEBTgN?>xU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445188 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882af90 Source filtering rejected the packet. pbuf_free(0x882af90) erlang_add(OH3RBE-1, 0, 45, 1) 1274445188 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!//sEBTgN?>xU_ 1274445188 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!//sEBTgN?>xU_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882af90 parse_aprs_compressed position ok: lat 60.513 lng 24.848 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!//sEBTgN?>xU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af90) erlang_add(OH3RBE-1, 0, 45, 1) 1274445189 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.dDpT8Xu>sN_ 1274445189 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.dDpT8Xu>sN_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882af90 parse_aprs_compressed position ok: lat 62.818 lng 22.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.dDpT8Xu>sN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445191 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.dDpT8Xu>sN_ 1274445191 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.dDpT8Xu>sN_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b1a0 parse_aprs_compressed position ok: lat 62.818 lng 22.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.dDpT8Xu>sN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a0) 1274445197 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445197 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1a0 erlang_add(OH3RBE-1, 0, 44, 1) 1274445197 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445197 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-2:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-2' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1a0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 51, 1) 1274445197 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445197 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 51, 1) 1274445199 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445199 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,56) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 83, 1) 1274445200 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274445200 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274445200 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445200 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b1a0) 1274445202 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) erlang_add(OH3RBE-1, 0, 83, 1) 1274445202 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com 1274445202 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.63Ej101/000 11.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a0) erlang_add(OH3RBE-1, 0, 45, 1) 1274445204 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.d=LT8VM>!M_ 1274445204 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.d=LT8VM>!M_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b1a0 parse_aprs_compressed position ok: lat 62.819 lng 22.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.d=LT8VM>!M_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445205 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.d=LT8VM>!M_ 1274445205 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.d=LT8VM>!M_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b3d0 parse_aprs_compressed position ok: lat 62.819 lng 22.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.d=LT8VM>!M_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b3d0) pbuf_free(0x882b0a8) pbuf_free(0x882ae00) pbuf_free(0x882ad38) pbuf_free(0x882b308) pbuf_free(0x882aec0) 1274445217 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:34:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 52, 1) 1274445220 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2bOTnsWvbI_XUK-257 1274445220 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2bOTnsWvbI_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882b058 parse_aprs_compressed position ok: lat 61.919 lng 25.170 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2bOTnsWvbI_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445222 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//2bOTnsWvbI_XUK-257 1274445222 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*:!//2bOTnsWvbI_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.919 lng 25.170 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//2bOTnsWvbI_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 52, 1) 1274445222 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//2bOTnsWvbI_XUK-257 1274445222 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//2bOTnsWvbI_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.919 lng 25.170 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//2bOTnsWvbI_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 47, 1) 1274445229 << igates.aprs.fi:14580 << OH6MWC-9>V2RU0L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`2&roHzj/]"5"}= 1274445229 OH3RBE-1 R OH6MWC-9>V2RU0L,OH6RAH*,WIDE2:`2&roHzj/]"5"}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ad28 parse_aprs_mice destcall='V2RU0L' passed dstcall format check passed info format check position ok: lat 62.417 lng 22.181 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2RU0L,OH6RAH*,WIDE2' info_start='`2&roHzj/]"5"}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445230 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882adf0 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445230 ENTER VISCOUS QUEUE: len=1 pbuf=0x882adf0 erlang_add(OH3RBE-1, 0, 69, 1) 1274445230 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274445230 OH3RBE-1 R OH3RBE-2>APNU19:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() erlang_add(OH3RBE-1, 0, 47, 1) 1274445232 << igates.aprs.fi:14580 << OH6MWC-9>V2RU0L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`2&roHzj/]"5"}= 1274445232 OH3RBE-1 R OH6MWC-9>V2RU0L,OH6RAH*,WIDE2*:`2&roHzj/]"5"}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882b268 parse_aprs_mice destcall='V2RU0L' passed dstcall format check passed info format check position ok: lat 62.417 lng 22.181 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2RU0L,OH6RAH*,WIDE2*' info_start='`2&roHzj/]"5"}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b268) erlang_add(OH3RBE-1, 0, 52, 1) 1274445233 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//rmhTgFl>xV_ 1274445233 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//rmhTgFl>xV_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b268 parse_aprs_compressed position ok: lat 60.525 lng 24.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//rmhTgFl>xV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445234 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//rmhTgFl>xV_ 1274445234 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//rmhTgFl>xV_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b340 parse_aprs_compressed position ok: lat 60.525 lng 24.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//rmhTgFl>xV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b340) 1274445235 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882adf0 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882adf0) pbuf_free(0x882a870) pbuf_free(0x882b1a0) pbuf_free(0x882ac60) pbuf_free(0x882af90) 1274445250 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:35:30 GMT FIGATES2 193.185.39.3:14580 1274445252 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//F4^TOoT>FM? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882b128 parse_aprs_compressed position ok: lat 61.495 lng 23.820 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//F4^TOoT>FM? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445252 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b128 1274445257 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882b128 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//F4^TOoT>FM? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//F4^TOoT>FM? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=71) ttyreader_kisswrite(->OH3RBE-1, axlen=71)erlang_add(OH3RBE-1, 2, 71, 1) .. put 74 bytes of KISS frame on IO buffer pbuf_free(0x882b128) 1274445258 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 1b|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274445258 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445258 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 52, 1) 1274445258 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//rmhTgFl>xV_ 1274445258 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,OH3RDA-3*:!//rmhTgFl>xV_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882b128 parse_aprs_compressed position ok: lat 60.525 lng 24.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,OH3RDA-3*' info_start='!//rmhTgFl>xV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 45, 1) 1274445258 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.d+YT8UH>tM_ 1274445258 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.d+YT8UH>tM_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.824 lng 22.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.d+YT8UH>tM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445258 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.d+YT8UH>tM_ 1274445258 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.d+YT8UH>tM_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b128 parse_aprs_compressed position ok: lat 62.824 lng 22.808 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.d+YT8UH>tM_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 52, 1) 1274445258 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//2i@TnoxvQM_XUK-257 1274445258 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//2i@TnoxvQM_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882b128 parse_aprs_compressed position ok: lat 61.917 lng 25.168 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//2i@TnoxvQM_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445258 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.d%,T8Nn>qO_ 1274445258 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.d%,T8Nn>qO_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.825 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.d%,T8Nn>qO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 42, 1) 1274445258 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//F4^TOoT>FM? Ari 1274445258 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//F4^TOoT>FM? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882adf0 parse_aprs_compressed position ok: lat 61.495 lng 23.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//F4^TOoT>FM? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882adf0) erlang_add(OH3RBE-1, 0, 49, 1) 1274445258 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2,qAR,OH3RBE-1:!//F4^TOoT>FM? Ari 1274445258 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2:!//F4^TOoT>FM? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882adf0 parse_aprs_compressed position ok: lat 61.495 lng 23.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2' info_start='!//F4^TOoT>FM? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882adf0) erlang_add(OH3RBE-1, 0, 45, 1) 1274445258 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.d%,T8Nn>qO_ 1274445258 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.d%,T8Nn>qO_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882adf0 parse_aprs_compressed position ok: lat 62.825 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.d%,T8Nn>qO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882adf0) erlang_add(OH3RBE-1, 0, 49, 1) 1274445258 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//F4^TOoT>FM? Ari 1274445258 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1:!//F4^TOoT>FM? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882adf0 parse_aprs_compressed position ok: lat 61.495 lng 23.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1' info_start='!//F4^TOoT>FM? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882adf0) erlang_add(OH3RBE-1, 0, 77, 1) 1274445267 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6059.81N/02542.20E> 12.5V 42C HDOP00.9 SATS10 1274445267 OH3RBE-1 R OH6FJG-9>APOTC1,OH2RDU*,OH3RBE-3*:!6059.81N/02542.20E> 12.5V 42C HDOP00.9 SATS10 interface_receive_ax25() pbuf_alloc(76,80) -> 0x882adf0 parse_aprs_uncompressed position ok: lat 60.997 lng 25.703 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH2RDU*,OH3RBE-3*' info_start='!6059.81N/02542.20E> 12.5V 42C HDOP00.9 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274445269 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274445269 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,80) -> 0x882aef8 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274445270 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274445270 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b340 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b340) pbuf_free(0x882b058) pbuf_free(0x882ad28) pbuf_free(0x882b268) erlang_add(OH3RBE-1, 0, 79, 1) 1274445272 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b000 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b000) 1274445272 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274445272 << igates.aprs.fi:14580 >> OH6MEV>APRS,TCPIP*,qAC,T2FINLAND:!6132.47N/02340.62E-aprx iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882b000 parse_aprs_uncompressed position ok: lat 61.541 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445272 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b000 erlang_add(OH3RBE-1, 0, 79, 1) 1274445273 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,82) -> 0x882b1f8 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b1f8) 1274445273 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274445277 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882b000 Source filtering accepted the packet. hops count: OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882b000) 1274445292 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:36:12 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882b128) pbuf_free(0x882adf0) pbuf_free(0x882ac60) pbuf_free(0x882aef8) 1274445312 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:36:32 GMT FIGATES2 193.185.39.3:14580 1274445324 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//FZ-TP!?>JQ? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.486 lng 23.826 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//FZ-TP!?>JQ? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445324 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445329 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//FZ-TP!?>JQ? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//FZ-TP!?>JQ? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=71) ttyreader_kisswrite(->OH3RBE-1, axlen=71)erlang_add(OH3RBE-1, 2, 71, 1) .. put 74 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445329 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445329 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445329 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 75, 1) 1274445330 OH3RBE-1 R OH3RBR>APRG11:}OH6MEV>APRS,TCPIP*,OH3RBR*:!6132.47N/02340.62E-aprx iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6132' erlang_add(OH3RBE-1, 1, 57, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 52, 1) 1274445330 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1:!//rxV_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882a870 parse_aprs_compressed position ok: lat 60.537 lng 24.841 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1' info_start='!//rxV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445330 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//rxV_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445330 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//rxV_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.537 lng 24.841 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//rxV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274445330 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//rxV_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445330 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2:!//rxV_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.537 lng 24.841 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2' info_start='!//rxV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274445330 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//rxV_ erlang_add(OH3RBE-1, 0, 99, 1) 1274445330 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.64Ej091/004 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.64Ej091/004 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445330 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.64Ej091/004 13.5V 13C HDOP00.9 SATS11www.stsahko.com erlang_add(OH3RBE-1, 0, 99, 1) 1274445330 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.64Ej091/004 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 62.791 lng 22.777 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.64Ej091/004 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad90) 1274445330 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.64Ej091/004 13.5V 13C HDOP00.9 SATS11www.stsahko.com erlang_add(OH3RBE-1, 0, 83, 1) 1274445330 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.45N/02246.66Ej083/001 12.7V 13Cwww.stsahko.com 1274445330 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.45N/02246.66Ej083/001 12.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 62.791 lng 22.778 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.45N/02246.66Ej083/001 12.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274445330 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.45N/02246.66Ej083/001 12.7V 13Cwww.stsahko.com 1274445330 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.45N/02246.66Ej083/001 12.7V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882aea0 parse_aprs_uncompressed position ok: lat 62.791 lng 22.778 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.45N/02246.66Ej083/001 12.7V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aea0) erlang_add(OH3RBE-1, 0, 104, 1) 1274445330 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211236z6009.37N/02504.89Es http://kartta.hmpy.fi 1274445330 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211236z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882aea0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211236z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445340 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.29N/02246.84Ej146/023 13.6V 13C HDOP00.9 SATS11www.stsahko.com 1274445340 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.29N/02246.84Ej146/023 13.6V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.788 lng 22.781 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.29N/02246.84Ej146/023 13.6V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445341 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.cAlT8?Q>wN_ 1274445341 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.cAlT8?Q>wN_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b110 parse_aprs_compressed position ok: lat 62.840 lng 22.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.cAlT8?Q>wN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445342 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.29N/02246.84Ej146/023 13.6V 13C HDOP00.9 SATS11www.stsahko.com 1274445342 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.29N/02246.84Ej146/023 13.6V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882b1d8 parse_aprs_uncompressed position ok: lat 62.788 lng 22.781 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.29N/02246.84Ej146/023 13.6V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1d8) 1274445344 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:37:04 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 52, 1) 1274445350 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//3EjTns0vHN_XUK-257 1274445350 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//3EjTns0vHN_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882b1d8 parse_aprs_compressed position ok: lat 61.904 lng 25.170 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//3EjTns0vHN_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445357 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.c=BT8?d>2-_ 1274445357 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.c=BT8?d>2-_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b2a8 parse_aprs_compressed position ok: lat 62.841 lng 22.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.c=BT8?d>2-_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445359 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.c=BT8?d>2-_ 1274445359 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.c=BT8?d>2-_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b370 parse_aprs_compressed position ok: lat 62.841 lng 22.797 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.c=BT8?d>2-_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b370) Telemetry Tx run; next one in 20.00 minutes 1274445360 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#087,0,0,0,0,000,00000000 1274445360 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#087,18,2,134,7,014,00000000 pbuf_free(0x882a870) pbuf_free(0x882aea0) pbuf_free(0x882ac60) pbuf_free(0x882ad90) 1274445364 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:37:24 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 99, 1) 1274445381 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.27N/02247.52Ej108/027 13.7V 13C HDOP00.9 SATS10www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.788 lng 22.792 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.27N/02247.52Ej108/027 13.7V 13C HDOP00.9 SATS10www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afe0) Source filtering rejected the packet. 1274445381 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.27N/02247.52Ej108/027 13.7V 13C HDOP00.9 SATS10www.stsahko.com erlang_add(OH3RBE-1, 0, 99, 1) 1274445383 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.27N/02247.52Ej108/027 13.7V 13C HDOP00.9 SATS10www.stsahko.com 1274445383 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.27N/02247.52Ej108/027 13.7V 13C HDOP00.9 SATS10www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.788 lng 22.792 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.27N/02247.52Ej108/027 13.7V 13C HDOP00.9 SATS10www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274445384 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:37:44 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b2a8) pbuf_free(0x882b1d8) pbuf_free(0x882b110) 1274445404 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:38:04 GMT FIGATES2 193.185.39.3:14580 1274445408 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//G$DTP/a>FP? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.477 lng 23.833 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//G$DTP/a>FP? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445408 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 42, 1) 1274445408 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//G$DTP/a>FP? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.477 lng 23.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//G$DTP/a>FP? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//G$DTP/a>FP? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) 1274445408 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//G$DTP/a>FP? Ari erlang_add(OH3RBE-1, 0, 49, 1) 1274445410 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1,qAR,OH3RBE-1:!//G$DTP/a>FP? Ari 1274445410 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:!//G$DTP/a>FP? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.477 lng 23.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1' info_start='!//G$DTP/a>FP? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 56, 1) 1274445410 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//G$DTP/a>FP? Ari 1274445410 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1:!//G$DTP/a>FP? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.477 lng 23.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1' info_start='!//G$DTP/a>FP? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274445411 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1,qAR,OH3RBE-1:!//G$DTP/a>FP? Ari 1274445411 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:!//G$DTP/a>FP? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.477 lng 23.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1' info_start='!//G$DTP/a>FP? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274445413 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274445421 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.btNT8';>qQ_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.850 lng 22.786 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.btNT8';>qQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445421 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.btNT8';>qQ_ erlang_add(OH3RBE-1, 0, 45, 1) 1274445422 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.btNT8';>qQ_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.850 lng 22.786 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.btNT8';>qQ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274445422 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.btNT8';>qQ_ BEACON: idx=2, nexttime= +285 sec 1274445425 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.75 minutes interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer 1274445425 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE 1274445428 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:38:27 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 65, 1) 1274445437 OH3RBE-1 R OH2AWM>APZMDR,OH2RDU*,OH3RBE-3*:T#282,165,002,007,000,000,00000000 interface_receive_ax25() pbuf_alloc(64,66) -> 0x882ac60 parse_aprs_telem .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2AWM>APZMDR,OH2RDU*,OH3RBE-3*' info_start='T#282,165,002,007,000,000,00000000' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445437 << igates.aprs.fi:14580 << OH2AWM>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:T#282,165,002,007,000,000,00000000 1274445448 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:38:47 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 52, 1) 1274445457 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//p;XTfM7>sU_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad50 parse_aprs_compressed position ok: lat 60.581 lng 24.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//p;XTfM7>sU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445457 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//p;XTfM7>sU_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445457 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//p;XTfM7>sU_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae28 parse_aprs_compressed position ok: lat 60.581 lng 24.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//p;XTfM7>sU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae28) 1274445457 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//p;XTfM7>sU_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445459 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//p;XTfM7>sU_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae28 parse_aprs_compressed position ok: lat 60.581 lng 24.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//p;XTfM7>sU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae28) 1274445459 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//p;XTfM7>sU_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445461 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//49/Tn{ 0x882ae28 parse_aprs_compressed position ok: lat 61.886 lng 25.174 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//49/Tn{APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//49/Tn{APZMDR,OH6JAT*,OH3RBE-3*:!//49/Tn{ 0x882a870 parse_aprs_compressed position ok: lat 61.886 lng 25.174 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//49/Tn{APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//49/Tn{APZMDR,OH6JAT*,WIDE2*:!//49/Tn{ 0x882a870 parse_aprs_compressed position ok: lat 61.886 lng 25.174 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//49/Tn{APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//49/Tn{> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//GAMTP4=>_Q? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.471 lng 23.835 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//GAMTP4=>_Q? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445466 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 42, 1) 1274445466 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//GAMTP4=>_Q? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882aef8 parse_aprs_compressed position ok: lat 61.471 lng 23.835 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//GAMTP4=>_Q? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//GAMTP4=>_Q? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882aef8) 1274445466 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//GAMTP4=>_Q? Ari erlang_add(OH3RBE-1, 0, 42, 1) 1274445468 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//GAMTP4=>_Q? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882a870 parse_aprs_compressed position ok: lat 61.471 lng 23.835 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//GAMTP4=>_Q? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274445468 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//GAMTP4=>_Q? Ari erlang_add(OH3RBE-1, 0, 56, 1) 1274445469 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*:!//GAMTP4=>_Q? Ari interface_receive_ax25() pbuf_alloc(55,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.471 lng 23.835 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*' info_start='!//GAMTP4=>_Q? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274445469 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//GAMTP4=>_Q? Ari 1274445471 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) pbuf_free(0x882ac60) 1274445482 << igates.aprs.fi:14580 >> OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RBR:!6127.51N/02350.82E>283/009 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.458 lng 23.847 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6KFT-9>APZMDR,TCPIP,OH3RBR*:!6127.51N/02350.82E>283/009' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445482 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 99, 1) 1274445486 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.12N/02248.68Ej134/024 13.7V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882aef8 parse_aprs_uncompressed position ok: lat 62.785 lng 22.811 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.12N/02248.68Ej134/024 13.7V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445486 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.12N/02248.68Ej134/024 13.7V 13C HDOP00.9 SATS11www.stsahko.com 1274445487 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH6KFT-9>APZMDR,TCPIP,OH3RBR*:!6127.51N/02350.82E>283/009 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6KFT-9>APZMDR,TCPIP,OH3RBR*:!6127.51N/02350.82E>283/009' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445502 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:39:41 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ae28) pbuf_free(0x882ad50) 1274445522 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:40:01 GMT FIGATES2 193.185.39.3:14580 1274445525 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3BK:!//GY:TO\'>ZV? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.465 lng 23.811 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//GY:TO\'>ZV? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445525 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445530 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//GY:TO\'>ZV? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//GY:TO\'>ZV? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=71) ttyreader_kisswrite(->OH3RBE-1, axlen=71)erlang_add(OH3RBE-1, 2, 71, 1) .. put 74 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445530 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 15|fe 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274445530 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445530 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 52, 1) 1274445530 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//od!X_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882a870 parse_aprs_compressed position ok: lat 60.593 lng 24.798 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//od!X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445530 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//od!X_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445530 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//od!X_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.593 lng 24.798 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//od!X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274445530 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//od!X_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445530 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//od!X_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.593 lng 24.798 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//od!X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274445530 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//od!X_ erlang_add(OH3RBE-1, 0, 99, 1) 1274445530 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.01N/02248.80Ej119/010 13.7V 13C HDOP00.9 SATS10www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.784 lng 22.813 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.01N/02248.80Ej119/010 13.7V 13C HDOP00.9 SATS10www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445530 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.01N/02248.80Ej119/010 13.7V 13C HDOP00.9 SATS10www.stsahko.com erlang_add(OH3RBE-1, 0, 99, 1) 1274445530 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.01N/02248.80Ej119/010 13.7V 13C HDOP00.9 SATS10www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 62.784 lng 22.813 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.01N/02248.80Ej119/010 13.7V 13C HDOP00.9 SATS10www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad90) 1274445530 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.01N/02248.80Ej119/010 13.7V 13C HDOP00.9 SATS10www.stsahko.com erlang_add(OH3RBE-1, 0, 42, 1) 1274445530 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//GY:TO\'>ZV? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ad90 parse_aprs_compressed position ok: lat 61.465 lng 23.811 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//GY:TO\'>ZV? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad90) 1274445530 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//GY:TO\'>ZV? Ari erlang_add(OH3RBE-1, 0, 98, 1) 1274445530 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RDA-3*:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(97,98) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RDA-3*' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aef8) Source filtering rejected the packet. 1274445530 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi erlang_add(OH3RBE-1, 0, 67, 1) 1274445531 OH3RBE-1 R OH3RBR>APRG11:}OH5KFP-9>APZMDR,TCPIP*,OH3RBR*:!//GY:TO\'>ZV? Ari callsign format verify got bad character: '9' in string: 'OH5KFP-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH5KFP-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 49, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 52, 1) 1274445531 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-5*:!//4`HTo*jvLM_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882aec0 parse_aprs_compressed position ok: lat 61.876 lng 25.179 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-5*' info_start='!//4`HTo*jvLM_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445531 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-5*,qAR,OH3RBE-1:!//4`HTo*jvLM_XUK-257 erlang_add(OH3RBE-1, 0, 52, 1) 1274445534 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//o#X_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882af98 parse_aprs_compressed position ok: lat 60.602 lng 24.800 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//o#X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445534 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//o#X_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445535 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,OH3RDA-3*:!//o#X_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882b070 parse_aprs_compressed position ok: lat 60.602 lng 24.800 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,OH3RDA-3*' info_start='!//o#X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b070) 1274445535 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//o#X_ erlang_add(OH3RBE-1, 0, 52, 1) 1274445536 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//o#X_ 1274445536 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//o#X_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b070 parse_aprs_compressed position ok: lat 60.602 lng 24.800 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//o#X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b070) 1274445545 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:40:24 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274445546 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//0sPTzx8>LSG 1274445546 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//0sPTzx8>LSG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882b070 parse_aprs_compressed position ok: lat 61.959 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//0sPTzx8>LSG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274445548 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.03N/02249.23Ej148/001 13.6V 13Cwww.stsahko.com 1274445548 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6247.03N/02249.23Ej148/001 13.6V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882b128 parse_aprs_uncompressed position ok: lat 62.784 lng 22.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6247.03N/02249.23Ej148/001 13.6V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274445548 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//0sPTzx8>LSG 1274445548 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//0sPTzx8>LSG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b238 parse_aprs_compressed position ok: lat 61.959 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//0sPTzx8>LSG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b238) erlang_add(OH3RBE-1, 0, 83, 1) 1274445550 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.03N/02249.23Ej148/001 13.6V 13Cwww.stsahko.com 1274445550 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.03N/02249.23Ej148/001 13.6V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b238 parse_aprs_uncompressed position ok: lat 62.784 lng 22.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.03N/02249.23Ej148/001 13.6V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b238) erlang_add(OH3RBE-1, 0, 45, 1) 1274445562 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.b7]T6y:>lR_ 1274445562 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.b7]T6y:>lR_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b238 parse_aprs_compressed position ok: lat 62.864 lng 22.738 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.b7]T6y:>lR_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445563 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,OH3RBE-3*,qAR,OH3RBE-1:!//nqCTfP7>%Y_ 1274445563 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,OH3RBE-3*:!//nqCTfP7>%Y_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b300 parse_aprs_compressed position ok: lat 60.611 lng 24.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,OH3RBE-3*' info_start='!//nqCTfP7>%Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274445565 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:40:44 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274445565 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.b7]T6y:>lR_ 1274445565 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.b7]T6y:>lR_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.864 lng 22.738 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.b7]T6y:>lR_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274445566 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDS*,WIDE2,qAR,OH3RBE-1:!//nqCTfP7>%Y_ 1274445566 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDS*,WIDE2:!//nqCTfP7>%Y_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.611 lng 24.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDS*,WIDE2' info_start='!//nqCTfP7>%Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) pbuf_free(0x882aec0) pbuf_free(0x882af98) pbuf_free(0x882ad90) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 39, 1) 1274445571 << igates.aprs.fi:14580 << OH3LFQ-9>VPUY28,OH3RBE-3*,qAR,OH3RBE-1:`5=Koft>/]"5Q} 1274445571 OH3RBE-1 R OH3LFQ-9>VPUY28,OH3RBE-3*:`5=Koft>/]"5Q} interface_receive_ax25() pbuf_alloc(38,40) -> 0x882a870 parse_aprs_mice destcall='VPUY28' passed dstcall format check passed info format check position ok: lat 60.988 lng 125.558 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPUY28,OH3RBE-3*' info_start='`5=Koft>/]"5Q}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274445573 << igates.aprs.fi:14580 << OH3LFQ-9>VPUY28,WIDE2,qAR,OH3RBE-1:`5=Koft>/]"5Q} 1274445573 OH3RBE-1 R OH3LFQ-9>VPUY28,WIDE2:`5=Koft>/]"5Q} interface_receive_ax25() pbuf_alloc(38,36) -> 0x882ac60 parse_aprs_mice destcall='VPUY28' passed dstcall format check passed info format check position ok: lat 60.988 lng 125.558 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3LFQ-9>VPUY28,WIDE2' info_start='`5=Koft>/]"5Q}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274445579 << igates.aprs.fi:14580 >> OH1XT>APU25N,TCPIP*,qAC,T2FINLAND:;OH1GRN *271900z6130.81N/02254.97Ey interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.514 lng 22.916 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445579 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274445584 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//GgoTN{$>iU? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ad78 parse_aprs_compressed position ok: lat 61.461 lng 23.782 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//GgoTN{$>iU? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882b128) 1274445584 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad78 1274445584 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=87) ttyreader_kisswrite(->OH3RBE-1, axlen=87)erlang_add(OH3RBE-1, 2, 87, 1) .. put 90 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274445589 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ad78 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//GgoTN{$>iU? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//GgoTN{$>iU? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ad78) 1274445589 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445589 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445589 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 42, 1) 1274445589 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//GgoTN{$>iU? Ari 1274445589 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//GgoTN{$>iU? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882b128 parse_aprs_compressed position ok: lat 61.461 lng 23.782 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//GgoTN{$>iU? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 42, 1) 1274445589 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-1,qAR,OH3RBE-1:!//GgoTN{$>iU? Ari 1274445589 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-1:!//GgoTN{$>iU? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882b128 parse_aprs_compressed position ok: lat 61.461 lng 23.782 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-1' info_start='!//GgoTN{$>iU? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 49, 1) 1274445589 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//GgoTN{$>iU? Ari 1274445589 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1:!//GgoTN{$>iU? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882b128 parse_aprs_compressed position ok: lat 61.461 lng 23.782 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1' info_start='!//GgoTN{$>iU? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 49, 1) 1274445589 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//GgoTN{$>iU? Ari 1274445589 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*:!//GgoTN{$>iU? Ari interface_receive_ax25() pbuf_alloc(48,54) -> 0x882b128 parse_aprs_compressed position ok: lat 61.461 lng 23.782 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!//GgoTN{$>iU? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 51, 1) 1274445593 << igates.aprs.fi:14580 << OH6SPR-5>APRS,OH6RDD*,OH3RUX*,qAR,OH3RBE-1:!6214.82N/02543.81Er 1274445593 OH3RBE-1 R OH6SPR-5>APRS,OH6RDD*,OH3RUX*:!6214.82N/02543.81Er interface_receive_ax25() pbuf_alloc(50,50) -> 0x882b128 parse_aprs_uncompressed position ok: lat 62.247 lng 25.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6SPR-5>APRS,OH6RDD*,OH3RUX*' info_start='!6214.82N/02543.81Er' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445599 << igates.aprs.fi:14580 >> OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3BK:!6128.35N/02350.35E>339/041 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.472 lng 23.839 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6KFT-9>APZMDR,TCPIP,OH3BK*:!6128.35N/02350.35E>339/041' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445599 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 pbuf_free(0x882b300) pbuf_free(0x882b238) pbuf_free(0x882b070) 1274445601 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RDR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445601 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad68 erlang_add(OH3RBE-1, 0, 72, 1) 1274445601 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274445601 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882ae98 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad68) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882ae98) 1274445604 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH6KFT-9>APZMDR,TCPIP,OH3BK*:!6128.35N/02350.35E>339/041 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6KFT-9>APZMDR,TCPIP,OH3BK*:!6128.35N/02350.35E>339/041' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 79, 1) 1274445604 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274445604 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274445606 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) 1274445621 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:41:41 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b128) pbuf_free(0x882a870) 1274445641 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:42:01 GMT FIGATES2 193.185.39.3:14580 1274445642 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//GuQTN]v>NO? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.458 lng 23.768 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//GuQTN]v>NO? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445642 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445646 << igates.aprs.fi:14580 >> OH3JHQ-9>APZMDR,WIDE2-2,qAR,OH3BK:!//Eo)TO]W>{8OKCZ-494, Nina interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.503 lng 23.812 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3JHQ-9>APZMDR,TCPIP,OH3BK*:!//Eo)TO]W>{8OKCZ-494, Nina' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445646 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274445647 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//GuQTN]v>NO? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//GuQTN]v>NO? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445647 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445647 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445647 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 76, 1) 1274445647 OH3RBE-1 R OH3RBR>APRG11:}OH6KFT-9>APZMDR,TCPIP*,OH3RBR*:!6128.35N/02350.35E>339/041 callsign format verify got bad character: '9' in string: 'OH6KFT-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH6KFT-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 58, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 38, 1) 1274445647 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//1=*T{$9>*KG 1274445647 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//1=*T{$9>*KG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882a870 parse_aprs_compressed position ok: lat 61.950 lng 25.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//1=*T{$9>*KG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274445647 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//1=*T{$9>*KG 1274445647 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//1=*T{$9>*KG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ad68 parse_aprs_compressed position ok: lat 61.950 lng 25.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//1=*T{$9>*KG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 45, 1) 1274445647 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.b!FT6R@>lS_ 1274445647 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.b!FT6R@>lS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad68 parse_aprs_compressed position ok: lat 62.869 lng 22.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.b!FT6R@>lS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445647 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.b!FT6R@>lS_ 1274445647 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.b!FT6R@>lS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae30 parse_aprs_compressed position ok: lat 62.869 lng 22.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.b!FT6R@>lS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 63, 1) 1274445647 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274445647 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,63) -> 0x882ae30 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274445648 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274445648 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,65) -> 0x882af18 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 63, 1) 1274445648 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274445648 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,61) -> 0x882af18 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 52, 1) 1274445648 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//n"2TfZ+>!W_ 1274445648 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//n"2TfZ+>!W_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882af18 parse_aprs_compressed position ok: lat 60.630 lng 24.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//n"2TfZ+>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445648 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//n"2TfZ+>!W_ 1274445648 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//n"2TfZ+>!W_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882aff0 parse_aprs_compressed position ok: lat 60.630 lng 24.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//n"2TfZ+>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff0) erlang_add(OH3RBE-1, 0, 47, 1) 1274445650 << igates.aprs.fi:14580 << OH6MWC-9>V2RX2L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`2+v!HDj/]"50}= 1274445650 OH3RBE-1 R OH6MWC-9>V2RX2L,OH6RAH*,WIDE2:`2+v!HDj/]"50}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882aff0 parse_aprs_mice destcall='V2RX2L' passed dstcall format check passed info format check position ok: lat 62.471 lng 22.266 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2RX2L,OH6RAH*,WIDE2' info_start='`2+v!HDj/]"50}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445651 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3JHQ-9>APZMDR,TCPIP,OH3BK*:!//Eo)TO]W>{8OKCZ-494, Nina out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3JHQ-9>APZMDR,TCPIP,OH3BK*:!//Eo)TO]W>{8OKCZ-494, Nina' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274445666 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:42:26 GMT FIGATES2 193.185.39.3:14580 1274445686 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:42:46 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad68) pbuf_free(0x882af18) pbuf_free(0x882aff0) pbuf_free(0x882a870) pbuf_free(0x882ae30) 1274445701 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//HO-TNT*>RV? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.445 lng 23.764 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//HO-TNT*>RV? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445701 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445705 << igates.aprs.fi:14580 >> OH2GVE>APX194,TCPIP*,qAC,T2FINLAND:=//H+'TPI'x nöf interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.454 lng 23.845 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445705 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274445706 LEAVE VISCOUS QUEUE: dupe=0xb7d6c100 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//HO-TNT*>RV? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//HO-TNT*>RV? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445706 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 1b|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274445706 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445706 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 76, 1) 1274445706 OH3RBE-1 R OH3RBR>APRG11:}OH3JHQ-9>APZMDR,TCPIP*,OH3RBR*:!//Eo)TO]W>{8OKCZ-494, Nina callsign format verify got bad character: '9' in string: 'OH3JHQ-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH3JHQ-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 58, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 52, 1) 1274445706 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//mV,TfXb>yZ_ 1274445706 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//mV,TfXb>yZ_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882a870 parse_aprs_compressed position ok: lat 60.639 lng 24.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//mV,TfXb>yZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445706 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//mV,TfXb>yZ_ 1274445706 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//mV,TfXb>yZ_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ad50 parse_aprs_compressed position ok: lat 60.639 lng 24.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//mV,TfXb>yZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 52, 1) 1274445706 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//mV,TfXb>yZ_ 1274445706 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//mV,TfXb>yZ_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ad50 parse_aprs_compressed position ok: lat 60.639 lng 24.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//mV,TfXb>yZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 52, 1) 1274445706 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//5@JTo,xvO:_XUK-257 1274445706 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//5@JTo,xvO:_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.862 lng 25.180 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//5@JTo,xvO:_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445706 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.65N/02250.00Ej098/024 13.6V 13C HDOP00.9 SATS11www.stsahko.com 1274445706 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.65N/02250.00Ej098/024 13.6V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882ae20 parse_aprs_uncompressed position ok: lat 62.778 lng 22.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.65N/02250.00Ej098/024 13.6V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445706 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.65N/02250.00Ej098/024 13.6V 13C HDOP00.9 SATS11www.stsahko.com 1274445706 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.65N/02250.00Ej098/024 13.6V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882af50 parse_aprs_uncompressed position ok: lat 62.778 lng 22.833 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.65N/02250.00Ej098/024 13.6V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af50) erlang_add(OH3RBE-1, 0, 47, 1) 1274445707 << igates.aprs.fi:14580 << OH6MWC-9>V2RX7L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`2,c!>;j/]"5'}= 1274445707 OH3RBE-1 R OH6MWC-9>V2RX7L,OH6RAH*,WIDE2:`2,c!>;j/]"5'}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882af50 parse_aprs_mice destcall='V2RX7L' passed dstcall format check passed info format check position ok: lat 62.479 lng 22.279 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2RX7L,OH6RAH*,WIDE2' info_start='`2,c!>;j/]"5'}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274445707 << igates.aprs.fi:14580 << OH6MWC-9>V2RX7L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`2,c!>;j/]"5'}= 1274445707 OH3RBE-1 R OH6MWC-9>V2RX7L,OH6RAH*,WIDE2*:`2,c!>;j/]"5'}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882b018 parse_aprs_mice destcall='V2RX7L' passed dstcall format check passed info format check position ok: lat 62.479 lng 22.279 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2RX7L,OH6RAH*,WIDE2*' info_start='`2,c!>;j/]"5'}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b018) erlang_add(OH3RBE-1, 0, 70, 1) 1274445707 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1,qAR,OH3RBE-1:!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska 1274445707 OH3RBE-1 R OH6RAH>APZMDR,WIDE1:!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska interface_receive_ax25() pbuf_alloc(69,66) -> 0x882b018 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1' info_start='!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. BEACON: idx=3, nexttime= +296 sec 1274445710 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.93 minutes 1274445710 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274445710 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274445717 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RDR:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882b110 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3RDR*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445717 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b110 1274445722 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b110 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3RDR*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3RDR*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=96) ttyreader_kisswrite(->OH3RBE-1, axlen=96)erlang_add(OH3RBE-1, 2, 96, 1) .. put 99 bytes of KISS frame on IO buffer pbuf_free(0x882b110) 1274445722 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445722 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445722 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 83, 1) 1274445722 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.65N/02250.38Ej083/001 13.6V 13Cwww.stsahko.com 1274445722 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.65N/02250.38Ej083/001 13.6V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b110 parse_aprs_uncompressed position ok: lat 62.778 lng 22.840 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.65N/02250.38Ej083/001 13.6V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 88, 1) 1274445722 << igates.aprs.fi:14580 << OH2NJR>APX196,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:=6030.35N/02443.91E_208/001g001t080r000P000p000h37b10197 1274445722 OH3RBE-1 R OH2NJR>APX196,OH2RDU*,OH3RBE-3*:=6030.35N/02443.91E_208/001g001t080r000P000p000h37b10197 interface_receive_ax25() pbuf_alloc(87,88) -> 0x882b220 parse_aprs_uncompressed position ok: lat 60.506 lng 24.732 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NJR>APX196,OH2RDU*,OH3RBE-3*' info_start='=6030.35N/02443.91E_208/001g001t080r000P000p000h37b10197' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 137, 1) 1274445722 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 119, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 66, 1) 1274445722 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274445722 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 66, 1) 1274445722 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274445722 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 66, 1) 1274445722 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274445722 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274445726 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274445726 OH3RBE-1 R OH6JAT>APZMDR,WIDE1:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,45) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445726 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//5X]To**vXL_XUK-257 1274445726 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//5X]To**vXL_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882b340 parse_aprs_compressed position ok: lat 61.856 lng 25.178 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//5X]To**vXL_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 49, 1) 1274445727 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-5*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274445727 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-5*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,49) -> 0x882b410 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-5*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b410) erlang_add(OH3RBE-1, 0, 49, 1) 1274445728 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274445728 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,49) -> 0x882b410 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b410) erlang_add(OH3RBE-1, 0, 52, 1) 1274445729 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//5X]To**vXL_XUK-257 1274445729 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*:!//5X]To**vXL_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882b410 parse_aprs_compressed position ok: lat 61.856 lng 25.178 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//5X]To**vXL_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b410) erlang_add(OH3RBE-1, 0, 49, 1) 1274445730 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274445730 OH3RBE-1 R OH6JAT>APZMDR,WIDE1*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,46) -> 0x882b410 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b410) erlang_add(OH3RBE-1, 0, 52, 1) 1274445731 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//5X]To**vXL_XUK-257 1274445731 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//5X]To**vXL_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882b410 parse_aprs_compressed position ok: lat 61.856 lng 25.178 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//5X]To**vXL_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b410) erlang_add(OH3RBE-1, 0, 38, 1) 1274445736 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//11AT{Z,>ANG 1274445736 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//11AT{Z,>ANG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882b410 parse_aprs_compressed position ok: lat 61.953 lng 25.723 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//11AT{Z,>ANG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445737 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:43:36 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274445738 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//11AT{Z,>ANG 1274445738 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//11AT{Z,>ANG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b4c8 parse_aprs_compressed position ok: lat 61.953 lng 25.723 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//11AT{Z,>ANG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b4c8) erlang_add(OH3RBE-1, 0, 45, 1) 1274445749 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.a>pT5?8>lS_ 1274445749 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.a>pT5?8>lS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b4c8 parse_aprs_compressed position ok: lat 62.884 lng 22.667 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.a>pT5?8>lS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae20) Source filtering rejected the packet. pbuf_free(0x882af50) pbuf_free(0x882ad50) pbuf_free(0x882a870) pbuf_free(0x882b018) erlang_add(OH3RBE-1, 0, 45, 1) 1274445751 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.a>pT5?8>lS_ 1274445751 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.a>pT5?8>lS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.884 lng 22.667 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.a>pT5?8>lS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274445757 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:43:56 GMT FIGATES2 193.185.39.3:14580 1274445760 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//I3`TNA9>OW? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//I3`TNA9>OW? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445760 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 42, 1) 1274445760 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!//I3`TNA9>OW? Ari 1274445760 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-3:!//I3`TNA9>OW? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-3' info_start='!//I3`TNA9>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!//I3`TNA9>OW? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 49, 1) 1274445761 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1,qAR,OH3RBE-1:!//I3`TNA9>OW? Ari 1274445761 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:!//I3`TNA9>OW? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1' info_start='!//I3`TNA9>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 42, 1) 1274445762 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//I3`TNA9>OW? Ari 1274445762 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//I3`TNA9>OW? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882a870 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//I3`TNA9>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274445762 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//I3`TNA9>OW? Ari 1274445762 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1:!//I3`TNA9>OW? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882a870 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1' info_start='!//I3`TNA9>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274445763 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//I3`TNA9>OW? Ari 1274445763 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*:!//I3`TNA9>OW? Ari interface_receive_ax25() pbuf_alloc(55,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-1*,OH3RBE-3*,OH3RDA-3*' info_start='!//I3`TNA9>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882a870) 1274445765 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) erlang_add(OH3RBE-1, 0, 99, 1) 1274445766 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.65N/02250.38Ej083/005 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445766 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.65N/02250.38Ej083/005 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.778 lng 22.840 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.65N/02250.38Ej083/005 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b110) pbuf_free(0x882ac60) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445769 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.65N/02250.38Ej083/005 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445769 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.65N/02250.38Ej083/005 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.778 lng 22.840 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.65N/02250.38Ej083/005 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274445772 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211243z6130.13N/02354.90E_022/000g000t089r000p000P000h29b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211243z6130.13N/02354.90E_022/000g000t089r000p000P000h29b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445772 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 52, 1) 1274445773 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//l:iTf$>>qT_ 1274445773 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//l:iTf$>>qT_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882adc8 parse_aprs_compressed position ok: lat 60.668 lng 24.784 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//l:iTf$>>qT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b220) pbuf_free(0x882b410) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445773 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//l:iTf$>>qT_ 1274445773 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//l:iTf$>>qT_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882aea0 parse_aprs_compressed position ok: lat 60.668 lng 24.784 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//l:iTf$>>qT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aea0) erlang_add(OH3RBE-1, 0, 52, 1) 1274445775 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//l:iTf$>>qT_ 1274445775 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//l:iTf$>>qT_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882aea0 parse_aprs_compressed position ok: lat 60.668 lng 24.784 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//l:iTf$>>qT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aea0) 1274445777 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211243z6130.13N/02354.90E_022/000g000t089r000p000P000h29b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211243z6130.13N/02354.90E_022/000g000t089r000p000P000h29b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882b4c8) pbuf_free(0x882b340) 1274445781 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3BK:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3BK*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445781 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274445786 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3RBE-5>APZMDR,TCPIP,OH3BK*:!6141.18N/02420.54E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-5>APZMDR,TCPIP,OH3BK*:!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274445786 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445786 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445786 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274445786 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445786 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-2:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-2' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274445787 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445787 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274445787 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445787 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274445787 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445787 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274445787 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274445787 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,56) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 99, 1) 1274445788 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.65N/02250.63Ej098/018 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445788 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.65N/02250.63Ej098/018 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.778 lng 22.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.65N/02250.63Ej098/018 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445791 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.65N/02250.63Ej098/018 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445791 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.65N/02250.63Ej098/018 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882aea0 parse_aprs_uncompressed position ok: lat 62.778 lng 22.844 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.65N/02250.63Ej098/018 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aea0) 1274445792 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#091,16,0,111,3,000,00000000 Not relayable packet! [2] erlang_add(OH3RBE-1, 0, 47, 1) 1274445802 << igates.aprs.fi:14580 << OH6MWC-9>V2SP1L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`2.- z/j/]"4w}= 1274445802 OH3RBE-1 R OH6MWC-9>V2SP1L,OH6RAH*,WIDE2:`2.- z/j/]"4w}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882aea0 parse_aprs_mice destcall='V2SP1L' passed dstcall format check passed info format check position ok: lat 62.502 lng 122.302 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SP1L,OH6RAH*,WIDE2' info_start='`2.- z/j/]"4w}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274445804 << igates.aprs.fi:14580 << OH6MWC-9>V2SP1L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`2.- z/j/]"4w}= 1274445804 OH3RBE-1 R OH6MWC-9>V2SP1L,OH6RAH*,WIDE2*:`2.- z/j/]"4w}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882af68 parse_aprs_mice destcall='V2SP1L' passed dstcall format check passed info format check position ok: lat 62.502 lng 122.302 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SP1L,OH6RAH*,WIDE2*' info_start='`2.- z/j/]"4w}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af68) erlang_add(OH3RBE-1, 0, 52, 1) 1274445810 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//6/fTo&)vLV_XUK-257 1274445810 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//6/fTo&)vLV_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882af68 parse_aprs_compressed position ok: lat 61.844 lng 25.176 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//6/fTo&)vLV_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882a870) pbuf_free(0x882adc8) erlang_add(OH3RBE-1, 0, 52, 1) 1274445811 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//6/fTo&)vLV_XUK-257 1274445811 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*:!//6/fTo&)vLV_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ad90 parse_aprs_compressed position ok: lat 61.844 lng 25.176 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//6/fTo&)vLV_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad90) erlang_add(OH3RBE-1, 0, 52, 1) 1274445812 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//6/fTo&)vLV_XUK-257 1274445812 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//6/fTo&)vLV_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882ad90 parse_aprs_compressed position ok: lat 61.844 lng 25.176 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//6/fTo&)vLV_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad90) 1274445813 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:44:52 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 99, 1) 1274445816 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.60N/02251.01Ej114/024 13.6V 13C HDOP00.9 SATS10www.stsahko.com 1274445816 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.60N/02251.01Ej114/024 13.6V 13C HDOP00.9 SATS10www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.777 lng 22.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.60N/02251.01Ej114/024 13.6V 13C HDOP00.9 SATS10www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445818 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//kw\TebL>pU_ 1274445818 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1:!//kw\TebL>pU_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad90 parse_aprs_compressed position ok: lat 60.675 lng 24.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1' info_start='!//kw\TebL>pU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445819 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.60N/02251.01Ej114/024 13.6V 13C HDOP00.9 SATS10www.stsahko.com 1274445819 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.60N/02251.01Ej114/024 13.6V 13C HDOP00.9 SATS10www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882b038 parse_aprs_uncompressed position ok: lat 62.777 lng 22.850 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.60N/02251.01Ej114/024 13.6V 13C HDOP00.9 SATS10www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b038) erlang_add(OH3RBE-1, 0, 45, 1) 1274445820 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//kw\TebL>pU_ 1274445820 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//kw\TebL>pU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b038 parse_aprs_compressed position ok: lat 60.675 lng 24.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//kw\TebL>pU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b038) erlang_add(OH3RBE-1, 0, 45, 1) 1274445821 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2,qAR,OH3RBE-1:!//kw\TebL>pU_ 1274445821 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2:!//kw\TebL>pU_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b038 parse_aprs_compressed position ok: lat 60.675 lng 24.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2' info_start='!//kw\TebL>pU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b038) 1274445832 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:45:12 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 83, 1) 1274445834 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.57N/02251.17Ej118/000 13.6V 13Cwww.stsahko.com 1274445834 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.57N/02251.17Ej118/000 13.6V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882b038 parse_aprs_uncompressed position ok: lat 62.776 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.57N/02251.17Ej118/000 13.6V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445835 << igates.aprs.fi:14580 >> OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6129.81N/02349.08E>317/039 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b148 parse_aprs_uncompressed position ok: lat 61.497 lng 23.818 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6KFT-9>APZMDR,TCPIP,OH3RDR*:!6129.81N/02349.08E>317/039' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445835 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b148 erlang_add(OH3RBE-1, 0, 83, 1) 1274445836 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.57N/02251.17Ej118/000 13.6V 13Cwww.stsahko.com 1274445836 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.57N/02251.17Ej118/000 13.6V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b250 parse_aprs_uncompressed position ok: lat 62.776 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.57N/02251.17Ej118/000 13.6V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b250) 1274445840 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882b148 Source filtering accepted the packet. hops count: OH6KFT-9>APZMDR,TCPIP,OH3RDR*:!6129.81N/02349.08E>317/039 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6KFT-9>APZMDR,TCPIP,OH3RDR*:!6129.81N/02349.08E>317/039' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=81) ttyreader_kisswrite(->OH3RBE-1, axlen=81)erlang_add(OH3RBE-1, 2, 81, 1) .. put 84 bytes of KISS frame on IO buffer pbuf_free(0x882b148) pbuf_free(0x882ac60) pbuf_free(0x882aea0) pbuf_free(0x882af68) 1274445855 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:45:34 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad90) pbuf_free(0x882a870) pbuf_free(0x882b038) 1274445875 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:45:54 GMT FIGATES2 193.185.39.3:14580 1274445877 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//JP-TNn">DX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.402 lng 23.776 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//JP-TNn">DX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445877 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445882 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//JP-TNn">DX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//JP-TNn">DX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445882 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445882 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445882 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274445882 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.`kYT4TW>nS_ 1274445882 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2:!/.`kYT4TW>nS_ interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.895 lng 22.633 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2' info_start='!/.`kYT4TW>nS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445882 << igates.aprs.fi:14580 << OH6OW-9>APZMDR,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.`kYT4TW>nS_ 1274445882 OH3RBE-1 R OH6OW-9>APZMDR,OH6RAH*,WIDE2*:!/.`kYT4TW>nS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 62.895 lng 22.633 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6OW-9>APZMDR,OH6RAH*,WIDE2*' info_start='!/.`kYT4TW>nS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 99, 1) 1274445883 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.57N/02251.17Ej117/003 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445883 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.57N/02251.17Ej117/003 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.776 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.57N/02251.17Ej117/003 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445883 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.57N/02251.17Ej117/003 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445883 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.57N/02251.17Ej117/003 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 62.776 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.57N/02251.17Ej117/003 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad90) erlang_add(OH3RBE-1, 0, 52, 1) 1274445883 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//6VrTo++vJU_XUK-257 1274445883 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//6VrTo++vJU_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882ad90 parse_aprs_compressed position ok: lat 61.835 lng 25.179 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//6VrTo++vJU_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445883 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!//6VrTo++vJU_XUK-257 1274445883 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*:!//6VrTo++vJU_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ae60 parse_aprs_compressed position ok: lat 61.835 lng 25.179 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!//6VrTo++vJU_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae60) erlang_add(OH3RBE-1, 0, 52, 1) 1274445883 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!//6VrTo++vJU_XUK-257 1274445883 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2*:!//6VrTo++vJU_XUK-257 interface_receive_ax25() pbuf_alloc(51,52) -> 0x882ae60 parse_aprs_compressed position ok: lat 61.835 lng 25.179 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2*' info_start='!//6VrTo++vJU_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae60) erlang_add(OH3RBE-1, 0, 83, 1) 1274445883 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.56N/02251.18Ej119/000 13.5V 13Cwww.stsahko.com 1274445883 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.56N/02251.18Ej119/000 13.5V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ae60 parse_aprs_uncompressed position ok: lat 62.776 lng 22.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.56N/02251.18Ej119/000 13.5V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274445883 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2,qAR,OH3RBE-1:!//1IpU!BK>JGG 1274445883 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2:!//1IpU!BK>JGG interface_receive_ax25() pbuf_alloc(37,35) -> 0x882af70 parse_aprs_compressed position ok: lat 61.947 lng 25.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2' info_start='!//1IpU!BK>JGG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274445883 << igates.aprs.fi:14580 << OH6XB-9>APOTC1,WIDE2*,qAR,OH3RBE-1:!//1IpU!BK>JGG 1274445883 OH3RBE-1 R OH6XB-9>APOTC1,WIDE2*:!//1IpU!BK>JGG interface_receive_ax25() pbuf_alloc(37,36) -> 0x882b028 parse_aprs_compressed position ok: lat 61.947 lng 25.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6XB-9>APOTC1,WIDE2*' info_start='!//1IpU!BK>JGG' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b028) erlang_add(OH3RBE-1, 0, 67, 1) 1274445884 OH3RBE-1 R OH3RBR>APRG11:}OH5KFP-9>APZMDR,TCPIP*,OH3RBR*:!//JP-TNn">DX? Ari callsign format verify got bad character: '9' in string: 'OH5KFP-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH5KFP-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 49, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 52, 1) 1274445892 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//k.kTe/9>uX_ 1274445892 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//k.kTe/9>uX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b028 parse_aprs_compressed position ok: lat 60.692 lng 24.746 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//k.kTe/9>uX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445893 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//k.kTe/9>uX_ 1274445893 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//k.kTe/9>uX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b100 parse_aprs_compressed position ok: lat 60.692 lng 24.746 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//k.kTe/9>uX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b100) erlang_add(OH3RBE-1, 0, 45, 1) 1274445894 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//k.kTe/9>uX_ 1274445894 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//k.kTe/9>uX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b100 parse_aprs_compressed position ok: lat 60.692 lng 24.746 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//k.kTe/9>uX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b100) 1274445896 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882b100 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445896 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b100 1274445897 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882b280 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445897 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b280 erlang_add(OH3RBE-1, 0, 105, 1) 1274445898 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274445898 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() 1274445901 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882b100 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882b100) 1274445902 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882b280 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882b280) 1274445902 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274445902 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445902 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 66, 1) 1274445906 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6031.09N/02450.76E>351/073 EYY-415 1274445906 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6031.09N/02450.76E>351/073 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882b100 parse_aprs_uncompressed position ok: lat 60.518 lng 24.846 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6031.09N/02450.76E>351/073 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445910 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3BK:!6128.33N/02359.10EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882b1f0 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.33N/02359.10EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445910 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b1f0 erlang_add(OH3RBE-1, 0, 44, 1) 1274445910 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274445910 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-2:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b2e8 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-2' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1f0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6128.33N/02359.10EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b2e8) erlang_add(OH3RBE-1, 0, 51, 1) 1274445911 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274445911 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,52) -> 0x882b1f0 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1f0) erlang_add(OH3RBE-1, 0, 51, 1) 1274445912 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274445912 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-1*,OH3RBE-3*:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,56) -> 0x882b1f0 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b1f0) erlang_add(OH3RBE-1, 0, 51, 1) 1274445913 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274445913 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,52) -> 0x882b1f0 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b1f0) 1274445915 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274445915 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//7:9To7kvQR_XUK-257 1274445915 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//7:9To7kvQR_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882b1f0 parse_aprs_compressed position ok: lat 61.820 lng 25.185 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//7:9To7kvQR_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445916 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//7:9To7kvQR_XUK-257 1274445916 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//7:9To7kvQR_XUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882b2b8 parse_aprs_compressed position ok: lat 61.820 lng 25.185 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//7:9To7kvQR_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b2b8) erlang_add(OH3RBE-1, 0, 45, 1) 1274445918 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!//7:9To7kvQR_XUK-257 1274445918 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2*:!//7:9To7kvQR_XUK-257 interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b2b8 parse_aprs_compressed position ok: lat 61.820 lng 25.185 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2*' info_start='!//7:9To7kvQR_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b2b8) erlang_add(OH3RBE-1, 0, 52, 1) 1274445922 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//jcvTe"a>wY_ 1274445922 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1:!//jcvTe"a>wY_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b2b8 parse_aprs_compressed position ok: lat 60.701 lng 24.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1' info_start='!//jcvTe"a>wY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) pbuf_free(0x882ac60) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445923 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//jcvTe"a>wY_ 1274445923 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//jcvTe"a>wY_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.701 lng 24.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//jcvTe"a>wY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b028) Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274445923 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//jcvTe"a>wY_ 1274445923 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//jcvTe"a>wY_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b028 parse_aprs_compressed position ok: lat 60.701 lng 24.740 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//jcvTe"a>wY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b028) erlang_add(OH3RBE-1, 0, 99, 1) 1274445926 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.87N/02251.47Ej345/029 13.6V 13C HDOP00.9 SATS11www.stsahko.com 1274445926 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.87N/02251.47Ej345/029 13.6V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,98) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.781 lng 22.858 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.87N/02251.47Ej345/029 13.6V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274445928 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.87N/02251.47Ej345/029 13.6V 13C HDOP00.9 SATS11www.stsahko.com 1274445928 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.87N/02251.47Ej345/029 13.6V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.781 lng 22.858 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.87N/02251.47Ej345/029 13.6V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274445930 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:46:49 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad90) pbuf_free(0x882af70) pbuf_free(0x882ae60) 1274445936 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//K;DTO0W>KX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.385 lng 23.790 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//K;DTO0W>KX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445936 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 42, 1) 1274445938 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//K;DTO0W>KX? Ari 1274445938 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//K;DTO0W>KX? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ad90 parse_aprs_compressed position ok: lat 61.385 lng 23.790 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//K;DTO0W>KX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:' data='!//K;DTO0W>KX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ad90) erlang_add(OH3RBE-1, 0, 49, 1) 1274445939 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//K;DTO0W>KX? Ari 1274445939 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*:!//K;DTO0W>KX? Ari interface_receive_ax25() pbuf_alloc(48,54) -> 0x882a870 parse_aprs_compressed position ok: lat 61.385 lng 23.790 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!//K;DTO0W>KX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274445941 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) 1274445952 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445952 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274445952 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445952 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad90 erlang_add(OH3RBE-1, 0, 52, 1) 1274445953 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//jxZ_ 1274445953 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//jxZ_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae88 parse_aprs_compressed position ok: lat 60.711 lng 24.736 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//jxZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274445954 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//jxZ_ 1274445954 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//jxZ_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882af60 parse_aprs_compressed position ok: lat 60.711 lng 24.736 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//jxZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af60) erlang_add(OH3RBE-1, 0, 37, 1) 1274445954 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274445954 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() 1274445956 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882af60 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445956 ENTER VISCOUS QUEUE: len=3 pbuf=0x882af60 1274445957 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274445957 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ad90 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ad90) erlang_add(OH3RBE-1, 0, 89, 1) 1274445957 OH3RBE-1 R OH3RBR>APRG11:}OH3BK>APRX1D,TCPIP*,OH3RBR*:!6128.23NR02353.52E&aprx - an Rx-only iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6128' erlang_add(OH3RBE-1, 1, 71, 1) interface_receive_ax25() pbuf_free(0x882b2b8) pbuf_free(0x882b100) pbuf_free(0x882b1f0) pbuf_free(0x882ac60) 1274445961 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882af60 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882af60) 1274445961 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274445961 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274445961 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 59, 1) 1274445962 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274445962 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() erlang_add(OH3RBE-1, 0, 99, 1) 1274445962 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.00N/02251.28Ej202/008 13.5V 13C HDOP00.9 SATS11www.stsahko.com 1274445962 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6247.00N/02251.28Ej202/008 13.5V 13C HDOP00.9 SATS11www.stsahko.com interface_receive_ax25() pbuf_alloc(98,99) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6247.00N/02251.28Ej202/008 13.5V 13C HDOP00.9 SATS11www.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274445962 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-5*,qAR,OH3RBE-1:!//7`hTo.[vPS_XUK-257 1274445962 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-5*:!//7`hTo.[vPS_XUK-257 interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.811 lng 25.180 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,OH3RBE-5*' info_start='!//7`hTo.[vPS_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274445962 << igates.aprs.fi:14580 << OH6MWC-9>V2SR1L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`2/z f4j/]"5+}= 1274445962 OH3RBE-1 R OH6MWC-9>V2SR1L,OH6RAH*,WIDE2:`2/z f4j/]"5+}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ad38 parse_aprs_mice destcall='V2SR1L' passed dstcall format check passed info format check position ok: lat 62.536 lng 122.332 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SR1L,OH6RAH*,WIDE2' info_start='`2/z f4j/]"5+}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274445964 << igates.aprs.fi:14580 << OH6MWC-9>V2SR1L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`2/z f4j/]"5+}= 1274445964 OH3RBE-1 R OH6MWC-9>V2SR1L,OH6RAH*,WIDE2*:`2/z f4j/]"5+}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882af60 parse_aprs_mice destcall='V2SR1L' passed dstcall format check passed info format check position ok: lat 62.536 lng 122.332 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SR1L,OH6RAH*,WIDE2*' info_start='`2/z f4j/]"5+}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af60) erlang_add(OH3RBE-1, 0, 83, 1) 1274445966 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 13.5V 13Cwww.stsahko.com 1274445966 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 13.5V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882af60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 13.5V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274445968 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 13.5V 13Cwww.stsahko.com 1274445968 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 13.5V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b070 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 13.5V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b070) 1274445969 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE3-3,qAR,OH3RBR:!6129.51N/02345.31Ev169/020 www.ryanthai.net --- OH2ER--- Thai interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(117,110) -> 0x882b070 parse_aprs_uncompressed position ok: lat 61.492 lng 23.755 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6129.51N/02345.31Ev169/020 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445969 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b070 erlang_add(OH3RBE-1, 0, 51, 1) 1274445972 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6044.43N/02444.05E> Kaitsu 1274445972 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RBE-3*:!6044.43N/02444.05E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882b1c0 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RBE-3*' info_start='!6044.43N/02444.05E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274445974 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882b070 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6129.51N/02345.31Ev169/020 www.ryanthai.net --- OH2ER--- Thai out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6129.51N/02345.31Ev169/020 www.ryanthai.net --- OH2ER--- Thai ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=117) ttyreader_kisswrite(->OH3RBE-1, axlen=117)erlang_add(OH3RBE-1, 2, 117, 1) .. put 120 bytes of KISS frame on IO buffer pbuf_free(0x882b070) 1274445989 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:47:48 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ae88) 1274445992 << igates.aprs.fi:14580 >> OH1WW>APU25N,TCPIP*,qAC,T2FINLAND:;OH1FAP *281738z6116.91N\02241.95E- interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882b070 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.282 lng 22.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1WW>APU25N,TCPIP,OH1WW*:;OH1FAP *281738z6116.91N\02241.95E-' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445992 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b070 1274445995 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//L+pTO1/>LX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ae00 parse_aprs_compressed position ok: lat 61.367 lng 23.790 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//L+pTO1/>LX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274445995 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae00 1274445997 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882b070 Source filtering rejected the packet. pbuf_free(0x882b070) 1274446000 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ae00 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//L+pTO1/>LX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//L+pTO1/>LX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ae00) 1274446000 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274446000 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446000 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 52, 1) 1274446000 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//ii9TdhT>w[_ 1274446000 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//ii9TdhT>w[_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b070 parse_aprs_compressed position ok: lat 60.722 lng 24.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//ii9TdhT>w[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446000 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//ii9TdhT>w[_ 1274446000 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//ii9TdhT>w[_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.722 lng 24.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//ii9TdhT>w[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 44, 1) 1274446000 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274446000 OH3RBE-1 R OH6FJB>APZMDR,WIDE2:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274446000 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2*,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274446000 OH3RBE-1 R OH6FJB>APZMDR,WIDE2*:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,41) -> 0x882b298 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2*' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b298) erlang_add(OH3RBE-1, 0, 67, 1) 1274446000 OH3RBE-1 R OH3RBR>APRG11:}OH5KFP-9>APZMDR,TCPIP*,OH3RBR*:!//L+pTO1/>LX? Ari callsign format verify got bad character: '9' in string: 'OH5KFP-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH5KFP-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 49, 1) interface_receive_ax25() 1274446005 << igates.aprs.fi:14580 >> OH3JHQ-9>APZMDR,WIDE1-1,qAR,OH3RDR:!//F+1TR!d>;S_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b298 parse_aprs_compressed position ok: lat 61.498 lng 23.913 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//F+1TR!d>;S_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446005 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b298 beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.20 minutes beacons offset: 8.53 minutes beacons offset: 12.78 minutes beacons offset: 16.90 minutes BEACON: idx=0, nexttime= +252 sec 1274446006 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.20 minutes 1274446006 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' pbuf_free(0x882a870) pbuf_free(0x882ac60) interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274446010 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882b298 Source filtering accepted the packet. hops count: OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//F+1TR!d>;S_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//F+1TR!d>;S_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882b298) pbuf_free(0x882b1c0) pbuf_free(0x882ad38) pbuf_free(0x882af60) 1274446025 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:48:25 GMT FIGATES2 193.185.39.3:14580 1274446030 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBR:!6129.37N/02345.35Ev058/005 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.489 lng 23.756 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6129.37N/02345.35Ev058/005 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446030 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274446035 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6129.37N/02345.35Ev058/005 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6129.37N/02345.35Ev058/005 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446035 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446035 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446035 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 25, 1) 1274446035 OH3RBE-1 R OH6GHF>BEACON,WIDE2: interface_receive_ax25() pbuf_alloc(24,20) -> 0x882a870 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 25, 1) 1274446035 OH3RBE-1 R OH6GHF>BEACON,WIDE2*: interface_receive_ax25() pbuf_alloc(24,21) -> 0x882a908 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2*' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a908) erlang_add(OH3RBE-1, 0, 45, 1) 1274446035 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//8.cToOAv>V_XUK-257 1274446035 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//8.cToOAv>V_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a908 parse_aprs_compressed position ok: lat 61.801 lng 25.196 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//8.cToOAv>V_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446035 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//8.cToOAv>V_XUK-257 1274446035 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//8.cToOAv>V_XUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.801 lng 25.196 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//8.cToOAv>V_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274446035 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!//8.cToOAv>V_XUK-257 1274446035 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2*:!//8.cToOAv>V_XUK-257 interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.801 lng 25.196 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2*' info_start='!//8.cToOAv>V_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 60, 1) 1274446036 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6129.37N/02345.35Ev058/005 XUG-440 1274446036 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6129.37N/02345.35Ev058/005 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.489 lng 23.756 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6129.37N/02345.35Ev058/005 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 60, 1) 1274446036 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.37N/02345.35Ev058/005 XUG-440 1274446036 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-1:!6129.37N/02345.35Ev058/005 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.489 lng 23.756 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-1' info_start='!6129.37N/02345.35Ev058/005 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 60, 1) 1274446036 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6129.37N/02345.35Ev058/005 XUG-440 1274446036 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2:!6129.37N/02345.35Ev058/005 XUG-440 interface_receive_ax25() pbuf_alloc(59,58) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.489 lng 23.756 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2' info_start='!6129.37N/02345.35Ev058/005 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 60, 1) 1274446036 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6129.37N/02345.35Ev058/005 XUG-440 1274446036 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-3*:!6129.37N/02345.35Ev058/005 XUG-440 interface_receive_ax25() pbuf_alloc(59,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.489 lng 23.756 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-3*' info_start='!6129.37N/02345.35Ev058/005 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274446042 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//hrHTddZ>#Y_ 1274446042 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//hrHTddZ>#Y_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.741 lng 24.728 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//hrHTddZ>#Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446043 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//hrHTddZ>#Y_ 1274446043 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//hrHTddZ>#Y_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad38 parse_aprs_compressed position ok: lat 60.741 lng 24.728 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//hrHTddZ>#Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 52, 1) 1274446044 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//hrHTddZ>#Y_ 1274446044 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1:!//hrHTddZ>#Y_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882aec0 parse_aprs_compressed position ok: lat 60.741 lng 24.728 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1' info_start='!//hrHTddZ>#Y_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aec0) 1274446050 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:48:50 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882b070) pbuf_free(0x882ae00) 1274446055 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RDR:!//Lt"TO.x>OW? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.350 lng 23.789 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//Lt"TO.x>OW? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446055 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad38 erlang_add(OH3RBE-1, 0, 42, 1) 1274446055 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//Lt"TO.x>OW? Ari 1274446055 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//Lt"TO.x>OW? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.350 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//Lt"TO.x>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad38) Source filtering accepted the packet. hops count: WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:' data='!//Lt"TO.x>OW? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 49, 1) 1274446058 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//Lt"TO.x>OW? Ari 1274446058 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*:!//Lt"TO.x>OW? Ari interface_receive_ax25() pbuf_alloc(48,54) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.350 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!//Lt"TO.x>OW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad38) 1274446060 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274446070 << igates.aprs.fi:14580 >> OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6130.32N/02345.12E>238/008 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 61.505 lng 23.752 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6KFT-9>APZMDR,TCPIP,OH3RDR*:!6130.32N/02345.12E>238/008' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446070 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad38 erlang_add(OH3RBE-1, 0, 51, 1) 1274446070 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6130.32N/02345.12E>238/008 1274446070 OH3RBE-1 R OH6KFT-9>APZMDR,WIDE2-2:!6130.32N/02345.12E>238/008 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.505 lng 23.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,WIDE2-2' info_start='!6130.32N/02345.12E>238/008' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad38) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6130.32N/02345.12E>238/008' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 58, 1) 1274446072 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6130.32N/02345.12E>238/008 1274446072 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2:!6130.32N/02345.12E>238/008 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 61.505 lng 23.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6130.32N/02345.12E>238/008' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 58, 1) 1274446073 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6130.32N/02345.12E>238/008 1274446073 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2:!6130.32N/02345.12E>238/008 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 61.505 lng 23.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6130.32N/02345.12E>238/008' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 58, 1) 1274446074 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6130.32N/02345.12E>238/008 1274446074 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6130.32N/02345.12E>238/008 interface_receive_ax25() pbuf_alloc(57,63) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 61.505 lng 23.752 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6130.32N/02345.12E>238/008' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad38) 1274446075 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 52, 1) 1274446075 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//hH!TdiR>zX_ 1274446075 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//hH!TdiR>zX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad38 parse_aprs_compressed position ok: lat 60.752 lng 24.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//hH!TdiR>zX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446075 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//hH!TdiR>zX_ 1274446075 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//hH!TdiR>zX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae10 parse_aprs_compressed position ok: lat 60.752 lng 24.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//hH!TdiR>zX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 52, 1) 1274446077 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//hH!TdiR>zX_ 1274446077 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//hH!TdiR>zX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae10 parse_aprs_compressed position ok: lat 60.752 lng 24.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//hH!TdiR>zX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae10) pbuf_free(0x882a870) pbuf_free(0x882a908) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 47, 1) 1274446082 << igates.aprs.fi:14580 << OH6MWC-9>V2SS4L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`21c fV2SS4L,OH6RAH*,WIDE2:`21c f 0x882ac60 parse_aprs_mice destcall='V2SS4L' passed dstcall format check passed info format check position ok: lat 62.557 lng 122.363 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SS4L,OH6RAH*,WIDE2' info_start='`21c f> # javAPRSSrvr 3.15b06 21 May 2010 12:49:29 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 66, 1) 1274446097 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6034.55N/02448.58E>328/064 EYY-415 1274446097 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6034.55N/02448.58E>328/064 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.576 lng 24.810 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6034.55N/02448.58E>328/064 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446097 << igates.aprs.fi:14580 >> OH3JHQ-9>APZMDR,WIDE1-1,qAR,OH3RDR:!//FK-TRmh>AS_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.490 lng 23.950 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//FK-TRmh>AS_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446097 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae10 1274446102 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ae10 Source filtering accepted the packet. hops count: OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//FK-TRmh>AS_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//FK-TRmh>AS_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae10) pbuf_free(0x882ad38) 1274446112 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//M^tTO>P>GX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.333 lng 23.797 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//M^tTO>P>GX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446112 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274446117 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//M^tTO>P>GX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//M^tTO>P>GX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274446117 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446117 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446117 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 52, 1) 1274446117 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//gzrTd_.>uW_ 1274446117 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//gzrTd_.>uW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.761 lng 24.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//gzrTd_.>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446117 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//gzrTd_.>uW_ 1274446117 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//gzrTd_.>uW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.761 lng 24.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//gzrTd_.>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 52, 1) 1274446117 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//gzrTd_.>uW_ 1274446117 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2:!//gzrTd_.>uW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.761 lng 24.725 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2' info_start='!//gzrTd_.>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 67, 1) 1274446118 OH3RBE-1 R OH3RBR>APRG11:}OH5KFP-9>APZMDR,TCPIP*,OH3RBR*:!//M^tTO>P>GX? Ari callsign format verify got bad character: '9' in string: 'OH5KFP-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH5KFP-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 49, 1) interface_receive_ax25() 1274446132 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:50:12 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274446146 << igates.aprs.fi:14580 >> OH3JHQ-9>APZMDR,WIDE1-1,qAR,OH3BK:!//Fg8TS5Q>>S_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882a870 parse_aprs_compressed position ok: lat 61.483 lng 23.966 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3JHQ-9>APZMDR,TCPIP,OH3BK*:!//Fg8TS5Q>>S_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446146 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 83, 1) 1274446146 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 12.0V 13Cwww.stsahko.com 1274446146 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 12.0V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 12.0V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446148 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//gQPTdL`>vU_ 1274446148 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//gQPTdL`>vU_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882af10 parse_aprs_compressed position ok: lat 60.771 lng 24.717 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//gQPTdL`>vU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446149 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!//9I(Tp8`vMU_XUK-257 1274446149 OH3RBE-1 R OH6JAT-9>APZMDR,OH6JAT*,WIDE2:!//9I(Tp8`vMU_XUK-257 interface_receive_ax25() pbuf_alloc(51,51) -> 0x882afe8 parse_aprs_compressed position ok: lat 61.773 lng 25.229 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH6JAT*,WIDE2' info_start='!//9I(Tp8`vMU_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446149 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//gQPTdL`>vU_ 1274446149 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//gQPTdL`>vU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.771 lng 24.717 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//gQPTdL`>vU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274446151 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3JHQ-9>APZMDR,TCPIP,OH3BK*:!//Fg8TS5Q>>S_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3JHQ-9>APZMDR,TCPIP,OH3BK*:!//Fg8TS5Q>>S_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446166 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:50:45 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad28) 1274446184 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6129.44N/02346.58Ev088/023 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.491 lng 23.776 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.44N/02346.58Ev088/023 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446184 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274446186 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446186 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274446187 << igates.aprs.fi:14580 >> OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6130.22N/02344.86E>228/013 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882b0b8 parse_aprs_uncompressed position ok: lat 61.504 lng 23.748 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6KFT-9>APZMDR,TCPIP,OH3RDR*:!6130.22N/02344.86E>228/013' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446187 ENTER VISCOUS QUEUE: len=3 pbuf=0x882b0b8 1274446190 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.44N/02346.58Ev088/023 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.44N/02346.58Ev088/023 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446190 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446190 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446190 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 66, 1) 1274446190 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6035.57N/02447.86E>360/064 EYY-415 1274446190 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6035.57N/02447.86E>360/064 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.593 lng 24.798 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6035.57N/02447.86E>360/064 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af10) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 60, 1) 1274446190 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6129.44N/02346.58Ev088/023 XUG-440 1274446190 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6129.44N/02346.58Ev088/023 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882b1c0 parse_aprs_uncompressed position ok: lat 61.491 lng 23.776 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6129.44N/02346.58Ev088/023 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b1c0) erlang_add(OH3RBE-1, 0, 51, 1) 1274446190 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6130.22N/02344.86E>228/013 1274446190 OH3RBE-1 R OH6KFT-9>APZMDR,WIDE2-2:!6130.22N/02344.86E>228/013 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882af10 parse_aprs_uncompressed position ok: lat 61.504 lng 23.748 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,WIDE2-2' info_start='!6130.22N/02344.86E>228/013' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b0b8) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6130.22N/02344.86E>228/013' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882af10) erlang_add(OH3RBE-1, 0, 85, 1) 1274446190 OH3RBE-1 R OH3RBR>APRG11:}OH2NTD-9>APZMDR,TCPIP*,OH3RBR*:!6129.44N/02346.58Ev088/023 XUG-440 callsign format verify got bad character: '9' in string: 'OH2NTD-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2NTD-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 67, 1) interface_receive_ax25() 1274446191 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) 1274446192 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 58, 1) 1274446192 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6130.22N/02344.86E>228/013 1274446192 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2:!6130.22N/02344.86E>228/013 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.504 lng 23.748 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6130.22N/02344.86E>228/013' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274446195 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//fyWTd5[>sW_ 1274446195 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1:!//fyWTd5[>sW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882af10 parse_aprs_compressed position ok: lat 60.783 lng 24.706 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1' info_start='!//fyWTd5[>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446196 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//fyWTd5[>sW_ 1274446196 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//fyWTd5[>sW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.783 lng 24.706 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//fyWTd5[>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274446196 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//fyWTd5[>sW_ 1274446196 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//fyWTd5[>sW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.783 lng 24.706 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//fyWTd5[>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) pbuf_free(0x882ae00) pbuf_free(0x882afe8) erlang_add(OH3RBE-1, 0, 47, 1) 1274446203 << igates.aprs.fi:14580 << OH6MWC-9>V2ST7L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`23_ \?j/]"4i}= 1274446203 OH3RBE-1 R OH6MWC-9>V2ST7L,OH6RAH*,WIDE2:`23_ \?j/]"4i}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2ST7L' passed dstcall format check passed info format check position ok: lat 62.579 lng 122.394 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2ST7L,OH6RAH*,WIDE2' info_start='`23_ \?j/]"4i}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446205 << igates.aprs.fi:14580 << OH6MWC-9>V2ST7L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`23_ \?j/]"4i}= 1274446205 OH3RBE-1 R OH6MWC-9>V2ST7L,OH6RAH*,WIDE2*:`23_ \?j/]"4i}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ad28 parse_aprs_mice destcall='V2ST7L' passed dstcall format check passed info format check position ok: lat 62.579 lng 122.394 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2ST7L,OH6RAH*,WIDE2*' info_start='`23_ \?j/]"4i}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274446207 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:51:27 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 51, 1) 1274446217 << igates.aprs.fi:14580 << OH6SC>APRS,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6247.33N/02248.17E- 1274446217 OH3RBE-1 R OH6SC>APRS,OH6RAH*,WIDE2:!6247.33N/02248.17E- interface_receive_ax25() pbuf_alloc(50,45) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.789 lng 22.803 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6SC>APRS,OH6RAH*,WIDE2' info_start='!6247.33N/02248.17E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274446219 << igates.aprs.fi:14580 << OH6SC>APRS,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6247.33N/02248.17E- 1274446219 OH3RBE-1 R OH6SC>APRS,OH6RAH*,WIDE2*:!6247.33N/02248.17E- interface_receive_ax25() pbuf_alloc(50,46) -> 0x882adf8 parse_aprs_uncompressed position ok: lat 62.789 lng 22.803 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6SC>APRS,OH6RAH*,WIDE2*' info_start='!6247.33N/02248.17E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882adf8) erlang_add(OH3RBE-1, 0, 59, 1) 1274446222 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6036.59N/02448.26E>017/049 EYY-415 1274446222 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6036.59N/02448.26E>017/049 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882adf8 parse_aprs_uncompressed position ok: lat 60.610 lng 24.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6036.59N/02448.26E>017/049 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274446223 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6036.59N/02448.26E>017/049 EYY-415 1274446223 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6036.59N/02448.26E>017/049 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 60.610 lng 24.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6036.59N/02448.26E>017/049 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe8) 1274446227 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:51:47 GMT FIGATES2 193.185.39.3:14580 1274446229 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-3,qAR,OH3RDR:!//O4PTOqP>RX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882afe8 parse_aprs_compressed position ok: lat 61.300 lng 23.821 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//O4PTOqP>RX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446229 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afe8 pbuf_free(0x882a870) pbuf_free(0x882af10) erlang_add(OH3RBE-1, 0, 42, 1) 1274446231 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//O4PTOqP>RX? Ari 1274446231 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//O4PTOqP>RX? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882aed8 parse_aprs_compressed position ok: lat 61.300 lng 23.821 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//O4PTOqP>RX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afe8) Source filtering accepted the packet. hops count: WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:' data='!//O4PTOqP>RX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882aed8) erlang_add(OH3RBE-1, 0, 49, 1) 1274446232 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//O4PTOqP>RX? Ari 1274446232 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1:!//O4PTOqP>RX? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.300 lng 23.821 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1' info_start='!//O4PTOqP>RX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274446234 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) erlang_add(OH3RBE-1, 0, 52, 1) 1274446240 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//fLjTcu.>sW_ 1274446240 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//fLjTcu.>sW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882a870 parse_aprs_compressed position ok: lat 60.794 lng 24.692 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//fLjTcu.>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446240 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//fLjTcu.>sW_ 1274446240 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//fLjTcu.>sW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882aed8 parse_aprs_compressed position ok: lat 60.794 lng 24.692 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//fLjTcu.>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed8) erlang_add(OH3RBE-1, 0, 45, 1) 1274446241 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//fLjTcu.>sW_ 1274446241 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//fLjTcu.>sW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.794 lng 24.692 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//fLjTcu.>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 47, 1) 1274446243 << igates.aprs.fi:14580 << OH6MWC-9>V2SU1L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`24= R@j/]"4`}= 1274446243 OH3RBE-1 R OH6MWC-9>V2SU1L,OH6RAH*,WIDE2:`24= R@j/]"4`}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2SU1L' passed dstcall format check passed info format check position ok: lat 62.586 lng 122.406 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SU1L,OH6RAH*,WIDE2' info_start='`24= R@j/]"4`}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446244 << igates.aprs.fi:14580 << OH6MWC-9>V2SU1L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`24= R@j/]"4`}= 1274446244 OH3RBE-1 R OH6MWC-9>V2SU1L,OH6RAH*,WIDE2*:`24= R@j/]"4`}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882aed8 parse_aprs_mice destcall='V2SU1L' passed dstcall format check passed info format check position ok: lat 62.586 lng 122.406 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SU1L,OH6RAH*,WIDE2*' info_start='`24= R@j/]"4`}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed8) 1274446249 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:52:09 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 81, 1) 1274446255 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,TRACE2-1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274446255 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,TRACE2-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(80,80) -> 0x882aed8 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,TRACE2-1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446255 << igates.aprs.fi:14580 >> OH3FU-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.25N/02356.29ER interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882adf8) 1274446255 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afe8 erlang_add(OH3RBE-1, 0, 88, 1) 1274446257 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274446257 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(87,88) -> 0x882b0e0 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,OH3RBE-2*,TRACE2' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0e0) BEACON: idx=1, nexttime= +260 sec 1274446258 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.33 minutes 1274446258 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274446260 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882afe8 Source filtering accepted the packet. hops count: OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882afe8) pbuf_free(0x882ad28) 1274446263 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6129.37N/02346.78Ev199/018 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.489 lng 23.780 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.37N/02346.78Ev199/018 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446263 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274446268 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.37N/02346.78Ev199/018 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.37N/02346.78Ev199/018 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274446268 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446268 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446268 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 60, 1) 1274446268 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6129.37N/02346.78Ev199/018 XUG-440 1274446268 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6129.37N/02346.78Ev199/018 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.489 lng 23.780 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6129.37N/02346.78Ev199/018 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 60, 1) 1274446268 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6129.37N/02346.78Ev199/018 XUG-440 1274446268 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-1:!6129.37N/02346.78Ev199/018 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.489 lng 23.780 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-1' info_start='!6129.37N/02346.78Ev199/018 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 60, 1) 1274446268 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6129.37N/02346.78Ev199/018 XUG-440 1274446268 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-3*:!6129.37N/02346.78Ev199/018 XUG-440 interface_receive_ax25() pbuf_alloc(59,62) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.489 lng 23.780 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-3*' info_start='!6129.37N/02346.78Ev199/018 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 60, 1) 1274446268 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-5*,qAR,OH3RBE-1:!6129.37N/02346.78Ev199/018 XUG-440 1274446268 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-5*:!6129.37N/02346.78Ev199/018 XUG-440 interface_receive_ax25() pbuf_alloc(59,62) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.489 lng 23.780 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-5*' info_start='!6129.37N/02346.78Ev199/018 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 52, 1) 1274446270 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//f*?Tcc1>uX_ 1274446270 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//f*?Tcc1>uX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.802 lng 24.684 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//f*?Tcc1>uX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446270 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//f*?Tcc1>uX_ 1274446270 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//f*?Tcc1>uX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.802 lng 24.684 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//f*?Tcc1>uX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 45, 1) 1274446271 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//f*?Tcc1>uX_ 1274446271 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//f*?Tcc1>uX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.802 lng 24.684 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//f*?Tcc1>uX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae00) 1274446283 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:52:42 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 66, 1) 1274446285 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6037.18N/02448.69E>086/023 EYY-415 1274446285 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6037.18N/02448.69E>086/023 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 60.620 lng 24.812 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6037.18N/02448.69E>086/023 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882aed8) 1274446292 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6129.17N/02346.68Ev195/023 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.486 lng 23.778 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.17N/02346.68Ev195/023 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446292 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 63, 1) 1274446293 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/125250h6213.01N/02543.27E> 12.5V Joppe 1274446293 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/125250h6213.01N/02543.27E> 12.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/125250h6213.01N/02543.27E> 12.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274446295 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/125250h6213.01N/02543.27E> 12.5V Joppe 1274446295 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/125250h6213.01N/02543.27E> 12.5V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882aee8 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/125250h6213.01N/02543.27E> 12.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee8) 1274446297 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.17N/02346.68Ev195/023 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6129.17N/02346.68Ev195/023 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446303 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882aee8 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446303 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aee8 1274446308 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882aee8 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882aee8) 1274446308 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446308 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446308 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 52, 1) 1274446308 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//e`;TcW;>vX_ 1274446308 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//e`;TcW;>vX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882aee8 parse_aprs_compressed position ok: lat 60.811 lng 24.678 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//e`;TcW;>vX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446308 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//e`;TcW;>vX_ 1274446308 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//e`;TcW;>vX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882a870 parse_aprs_compressed position ok: lat 60.811 lng 24.678 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//e`;TcW;>vX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 52, 1) 1274446308 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//e`;TcW;>vX_ 1274446308 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//e`;TcW;>vX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882a870 parse_aprs_compressed position ok: lat 60.811 lng 24.678 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//e`;TcW;>vX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 44, 1) 1274446308 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274446308 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274446308 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274446308 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274446309 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274446309 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 70, 1) 1274446311 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274446311 OH3RBE-1 R OH6JAT>APZMDR,WIDE2-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2-1' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 77, 1) 1274446312 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-5*,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274446312 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-5*,OH3RBE-3*:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(76,80) -> 0x882b0d8 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-5*,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0d8) pbuf_free(0x882ad28) pbuf_free(0x882afe8) 1274446321 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RDR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446321 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 72, 1) 1274446321 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274446321 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882afc0 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882afc0) erlang_add(OH3RBE-1, 0, 79, 1) 1274446324 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274446324 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274446326 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=(nil) erlang_add(OH3RBE-1, 0, 83, 1) 1274446327 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274446327 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446330 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//etX_ 1274446330 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1:!//etX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882afc0 parse_aprs_compressed position ok: lat 60.820 lng 24.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RDA-3*,WIDE2-1' info_start='!//etX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446330 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//etX_ 1274446330 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//etX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b098 parse_aprs_compressed position ok: lat 60.820 lng 24.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//etX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 52, 1) 1274446331 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//etX_ 1274446331 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//etX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b098 parse_aprs_compressed position ok: lat 60.820 lng 24.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//etX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 45, 1) 1274446333 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//etX_ 1274446333 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//etX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b098 parse_aprs_compressed position ok: lat 60.820 lng 24.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//etX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b098) 1274446341 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:53:41 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 47, 1) 1274446343 << igates.aprs.fi:14580 << OH6MWC-9>V2SV2L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25' >*j/]"4f}= 1274446343 OH3RBE-1 R OH6MWC-9>V2SV2L,OH6RAH*,WIDE2:`25' >*j/]"4f}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882b098 parse_aprs_mice destcall='V2SV2L' passed dstcall format check passed info format check position ok: lat 62.604 lng 22.419 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SV2L,OH6RAH*,WIDE2' info_start='`25' >*j/]"4f}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446345 << igates.aprs.fi:14580 << OH6MWC-9>V2SV2L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25' >*j/]"4f}= 1274446345 OH3RBE-1 R OH6MWC-9>V2SV2L,OH6RAH*,WIDE2*:`25' >*j/]"4f}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882b160 parse_aprs_mice destcall='V2SV2L' passed dstcall format check passed info format check position ok: lat 62.604 lng 22.419 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SV2L,OH6RAH*,WIDE2*' info_start='`25' >*j/]"4f}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b160) erlang_add(OH3RBE-1, 0, 66, 1) 1274446349 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6037.42N/02449.38E>040/030 EYY-415 1274446349 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6037.42N/02449.38E>040/030 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882b160 parse_aprs_uncompressed position ok: lat 60.624 lng 24.823 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6037.42N/02449.38E>040/030 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ae00) pbuf_free(0x882a870) pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 52, 1) 1274446360 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//duWTc5M>rX_ 1274446360 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//duWTc5M>rX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882a870 parse_aprs_compressed position ok: lat 60.828 lng 24.662 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//duWTc5M>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446361 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//duWTc5M>rX_ 1274446361 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//duWTc5M>rX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.828 lng 24.662 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//duWTc5M>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afc0) Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274446361 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//duWTc5M>rX_ 1274446361 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//duWTc5M>rX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.828 lng 24.662 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//duWTc5M>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274446361 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:54:01 GMT FIGATES2 193.185.39.3:14580 1274446366 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3BK:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(95,88) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3BK*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446366 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 73, 1) 1274446367 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274446367 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(72,76) -> 0x882ad88 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=79) ttyreader_kisswrite(->OH3RBE-1, axlen=79)erlang_add(OH3RBE-1, 2, 79, 1) .. put 82 bytes of KISS frame on IO buffer pbuf_free(0x882ad88) erlang_add(OH3RBE-1, 0, 66, 1) 1274446369 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274446369 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(65,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274446371 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) erlang_add(OH3RBE-1, 0, 73, 1) 1274446371 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274446371 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(72,78) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274446372 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211253z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211253z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446372 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274446377 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211253z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211253z6130.13N/02354.90E_000/000g000t088r000p000P000h27b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882b098) pbuf_free(0x882b160) 1274446392 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:54:32 GMT FIGATES2 193.185.39.3:14580 1274446394 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6128.16N/02346.39Ev195/047 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.469 lng 23.773 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6128.16N/02346.39Ev195/047 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446394 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274446399 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6128.16N/02346.39Ev195/047 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6128.16N/02346.39Ev195/047 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274446399 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274446399 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446399 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 47, 1) 1274446399 << igates.aprs.fi:14580 << OH6MWC-9>V2SV7L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25C *j/]"4c}= 1274446399 OH3RBE-1 R OH6MWC-9>V2SV7L,OH6RAH*,WIDE2:`25C *j/]"4c}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2SV7L' passed dstcall format check passed info format check position ok: lat 62.612 lng 22.423 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SV7L,OH6RAH*,WIDE2' info_start='`25C *j/]"4c}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446399 << igates.aprs.fi:14580 << OH6MWC-9>V2SV7L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25C *j/]"4c}= 1274446399 OH3RBE-1 R OH6MWC-9>V2SV7L,OH6RAH*,WIDE2*:`25C *j/]"4c}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ad28 parse_aprs_mice destcall='V2SV7L' passed dstcall format check passed info format check position ok: lat 62.612 lng 22.423 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SV7L,OH6RAH*,WIDE2*' info_start='`25C *j/]"4c}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 52, 1) 1274446399 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//dU5Tbwl>pX_ 1274446399 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//dU5Tbwl>pX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.835 lng 24.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//dU5Tbwl>pX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446399 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//dU5Tbwl>pX_ 1274446399 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//dU5Tbwl>pX_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.835 lng 24.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//dU5Tbwl>pX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 45, 1) 1274446399 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//dU5Tbwl>pX_ 1274446399 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//dU5Tbwl>pX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.835 lng 24.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//dU5Tbwl>pX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 60, 1) 1274446399 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6128.16N/02346.39Ev195/047 XUG-440 1274446399 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6128.16N/02346.39Ev195/047 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.469 lng 23.773 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6128.16N/02346.39Ev195/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 85, 1) 1274446401 OH3RBE-1 R OH3RBR>APRG11:}OH2NTD-9>APZMDR,TCPIP*,OH3RBR*:!6128.16N/02346.39Ev195/047 XUG-440 callsign format verify got bad character: '9' in string: 'OH2NTD-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2NTD-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 67, 1) interface_receive_ax25() pbuf_free(0x882a870) 1274446414 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:54:54 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 52, 1) 1274446421 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//d<1TbYi>mW_ 1274446421 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1:!//d<1TbYi>mW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882a870 parse_aprs_compressed position ok: lat 60.841 lng 24.636 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2-1' info_start='!//d<1TbYi>mW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446421 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//d<1TbYi>mW_ 1274446421 OH3RBE-1 R OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2:!//d<1TbYi>mW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.841 lng 24.636 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH2RDU*,OH3RBE-3*,WIDE2' info_start='!//d<1TbYi>mW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 51, 1) 1274446422 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6130.51N/02341.81E>287/043 1274446422 OH3RBE-1 R OH6KFT-9>APZMDR,WIDE2-2:!6130.51N/02341.81E>287/043 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.508 lng 23.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,WIDE2-2' info_start='!6130.51N/02341.81E>287/043' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6130.51N/02341.81E>287/043' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer 1274446424 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBR:!6127.81N/02346.16Ev188/047 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 61.464 lng 23.769 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6127.81N/02346.16Ev188/047 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446424 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aed0 erlang_add(OH3RBE-1, 0, 60, 1) 1274446424 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6127.81N/02346.16Ev188/047 XUG-440 1274446424 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6127.81N/02346.16Ev188/047 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 61.464 lng 23.769 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6127.81N/02346.16Ev188/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aed0) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6127.81N/02346.16Ev188/047 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=66) ttyreader_kisswrite(->OH3RBE-1, axlen=66)erlang_add(OH3RBE-1, 2, 66, 1) .. put 69 bytes of KISS frame on IO buffer pbuf_free(0x882afe8) erlang_add(OH3RBE-1, 0, 58, 1) 1274446424 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6130.51N/02341.81E>287/043 1274446424 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6130.51N/02341.81E>287/043 interface_receive_ax25() pbuf_alloc(57,63) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 61.508 lng 23.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6130.51N/02341.81E>287/043' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed0) erlang_add(OH3RBE-1, 0, 60, 1) 1274446426 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6127.81N/02346.16Ev188/047 XUG-440 1274446426 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-1:!6127.81N/02346.16Ev188/047 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 61.464 lng 23.769 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-1' info_start='!6127.81N/02346.16Ev188/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aed0) erlang_add(OH3RBE-1, 0, 67, 1) 1274446428 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6127.81N/02346.16Ev188/047 XUG-440 1274446428 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6127.81N/02346.16Ev188/047 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 61.464 lng 23.769 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6127.81N/02346.16Ev188/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882aed0) 1274446429 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) 1274446430 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3RDR:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3RDR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446430 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aed0 erlang_add(OH3RBE-1, 0, 69, 1) 1274446430 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274446430 OH3RBE-1 R OH3RBE-2>APNU19:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() 1274446432 << igates.aprs.fi:14580 >> OH3JHQ-9>APZMDR,WIDE1-1,qAR,OH3RDR:!//Gm3J_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b008 parse_aprs_compressed position ok: lat 61.460 lng 24.067 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//Gm3J_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ad28) 1274446432 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b008 erlang_add(OH3RBE-1, 0, 47, 1) 1274446433 << igates.aprs.fi:14580 << OH6MWC-9>V2SW2L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25Do_Tj/]"4\}= 1274446433 OH3RBE-1 R OH6MWC-9>V2SW2L,OH6RAH*,WIDE2:`25Do_Tj/]"4\}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ad28 parse_aprs_mice destcall='V2SW2L' passed dstcall format check passed info format check position ok: lat 62.621 lng 122.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SW2L,OH6RAH*,WIDE2' info_start='`25Do_Tj/]"4\}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446435 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882aed0 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3RDR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3RDR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=106) ttyreader_kisswrite(->OH3RBE-1, axlen=106)erlang_add(OH3RBE-1, 2, 106, 1) .. put 109 bytes of KISS frame on IO buffer pbuf_free(0x882aed0) erlang_add(OH3RBE-1, 0, 47, 1) 1274446435 << igates.aprs.fi:14580 << OH6MWC-9>V2SW2L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25Do_Tj/]"4\}= 1274446435 OH3RBE-1 R OH6MWC-9>V2SW2L,OH6RAH*,WIDE2*:`25Do_Tj/]"4\}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882aed0 parse_aprs_mice destcall='V2SW2L' passed dstcall format check passed info format check position ok: lat 62.621 lng 122.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SW2L,OH6RAH*,WIDE2*' info_start='`25Do_Tj/]"4\}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed0) 1274446437 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b008 Source filtering accepted the packet. hops count: OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//Gm3J_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3JHQ-9>APZMDR,TCPIP,OH3RDR*:!//Gm3J_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882b008) 1274446437 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446437 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446437 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 47, 1) 1274446443 << igates.aprs.fi:14580 << OH6MWC-9>V2SW4L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25Gof&j/]"4W}= 1274446443 OH3RBE-1 R OH6MWC-9>V2SW4L,OH6RAH*,WIDE2:`25Gof&j/]"4W}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2SW4L' passed dstcall format check passed info format check position ok: lat 62.624 lng 122.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SW4L,OH6RAH*,WIDE2' info_start='`25Gof&j/]"4W}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446445 << igates.aprs.fi:14580 << OH6MWC-9>V2SW4L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25Gof&j/]"4W}= 1274446445 OH3RBE-1 R OH6MWC-9>V2SW4L,OH6RAH*,WIDE2*:`25Gof&j/]"4W}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882aed0 parse_aprs_mice destcall='V2SW4L' passed dstcall format check passed info format check position ok: lat 62.624 lng 122.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SW4L,OH6RAH*,WIDE2*' info_start='`25Gof&j/]"4W}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aed0) 1274446452 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:55:32 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 47, 1) 1274446454 << igates.aprs.fi:14580 << OH6MWC-9>V2SW4L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25Pn>[j/]"4W}= 1274446454 OH3RBE-1 R OH6MWC-9>V2SW4L,OH6RAH*,WIDE2:`25Pn>[j/]"4W}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882aed0 parse_aprs_mice destcall='V2SW4L' passed dstcall format check passed info format check position ok: lat 62.624 lng 22.426 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SW4L,OH6RAH*,WIDE2' info_start='`25Pn>[j/]"4W}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446455 << igates.aprs.fi:14580 << OH6MWC-9>V2SW4L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25Pn>[j/]"4W}= 1274446455 OH3RBE-1 R OH6MWC-9>V2SW4L,OH6RAH*,WIDE2*:`25Pn>[j/]"4W}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882af98 parse_aprs_mice destcall='V2SW4L' passed dstcall format check passed info format check position ok: lat 62.624 lng 22.426 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SW4L,OH6RAH*,WIDE2*' info_start='`25Pn>[j/]"4W}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af98) 1274446457 << igates.aprs.fi:14580 >> OH1MN>APU25N,TCPIP*,qAC,CORE-2:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882af98 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.370 lng 23.753 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446457 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af98 1274446458 << igates.aprs.fi:14580 >> OH1MN>APU25N,TCPIP*,qAC,CORE-2:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(103,96) -> 0x882b0c0 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.470 lng 23.743 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446458 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b0c0 1274446462 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882af98 Source filtering accepted the packet. hops count: OH1MN>APU25N,TCPIP,OH1MN*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=96) ttyreader_kisswrite(->OH3RBE-1, axlen=96)erlang_add(OH3RBE-1, 2, 96, 1) .. put 99 bytes of KISS frame on IO buffer pbuf_free(0x882af98) 1274446463 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882b0c0 Source filtering accepted the packet. hops count: OH1MN>APU25N,TCPIP,OH1MN*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1MN>APU25N,TCPIP,OH1MN*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=103) ttyreader_kisswrite(->OH3RBE-1, axlen=103)erlang_add(OH3RBE-1, 2, 103, 1) .. put 106 bytes of KISS frame on IO buffer pbuf_free(0x882b0c0) 1274446463 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446463 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446463 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 92, 1) 1274446463 OH3RBE-1 R OH3RBR>APRG11:}OH1MN>APU25N,TCPIP*,OH3RBR*:;OH3MFP *300029z6122.23N/02345.16EyAlpon QTH TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:;OH3M' erlang_add(OH3RBE-1, 1, 74, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 99, 1) 1274446464 OH3RBE-1 R OH3RBR>APRG11:}OH1MN>APU25N,TCPIP*,OH3RBR*:;OH3MEP *300031z6128.17N/02344.57E-Pete ja Ulla QTH TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:;OH3M' erlang_add(OH3RBE-1, 1, 81, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 52, 1) 1274446465 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//cz[Tb.q>mW_ 1274446465 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//cz[Tb.q>mW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882af98 parse_aprs_compressed position ok: lat 60.848 lng 24.615 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//cz[Tb.q>mW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446466 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//cz[Tb.q>mW_ 1274446466 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//cz[Tb.q>mW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882b070 parse_aprs_compressed position ok: lat 60.848 lng 24.615 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//cz[Tb.q>mW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b070) erlang_add(OH3RBE-1, 0, 45, 1) 1274446468 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//cz[Tb.q>mW_ 1274446468 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//cz[Tb.q>mW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b070 parse_aprs_compressed position ok: lat 60.848 lng 24.615 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//cz[Tb.q>mW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b070) 1274446470 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,WIDE2-2,qAR,OH3RDR:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882b070 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3RDR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446470 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b070 erlang_add(OH3RBE-1, 0, 76, 1) 1274446470 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,WIDE2-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274446470 OH3RBE-1 R OH3RBE-2>APNU19,WIDE2-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,76) -> 0x882b1a8 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,WIDE2-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b070) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-2>APNU19,OH3RBE-1*,WIDE2-1:' data='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=82) ttyreader_kisswrite(->OH3RBE-1, axlen=82)erlang_add(OH3RBE-1, 2, 82, 1) .. put 85 bytes of KISS frame on IO buffer pbuf_free(0x882b1a8) pbuf_free(0x882a870) pbuf_free(0x882ad28) pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 76, 1) 1274446471 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,WIDE2-1,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274446471 OH3RBE-1 R OH3RBE-2>APNU19,WIDE2-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,76) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,WIDE2-1' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 83, 1) 1274446474 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274446474 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,88) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,OH3RDA-3*' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274446475 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 79, 1) 1274446476 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274446476 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274446477 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274446477 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 79, 1) 1274446479 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274446479 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 79, 1) 1274446483 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274446483 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,82) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 97, 1) 1274446483 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211255z6009.37N/02504.89Es http://kartta.hmpy.fi 1274446483 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211255z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ad28 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211255z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274446486 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211255z6009.37N/02504.89Es http://kartta.hmpy.fi 1274446486 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211255z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882b070 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211255z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b070) 1274446490 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:56:10 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882aed0) pbuf_free(0x882af98) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 60, 1) 1274446502 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6126.82N/02345.86Ev194/048 XUG-440 1274446502 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6126.82N/02345.86Ev194/048 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ae58 parse_aprs_uncompressed position ok: lat 61.447 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6126.82N/02345.86Ev194/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6126.82N/02345.86Ev194/048 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=66) ttyreader_kisswrite(->OH3RBE-1, axlen=66)erlang_add(OH3RBE-1, 2, 66, 1) .. put 69 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 67, 1) 1274446504 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6126.82N/02345.86Ev194/048 XUG-440 1274446504 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2:!6126.82N/02345.86Ev194/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.447 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6126.82N/02345.86Ev194/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af40) erlang_add(OH3RBE-1, 0, 67, 1) 1274446505 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6126.82N/02345.86Ev194/048 XUG-440 1274446505 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6126.82N/02345.86Ev194/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.447 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6126.82N/02345.86Ev194/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af40) erlang_add(OH3RBE-1, 0, 67, 1) 1274446505 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6126.82N/02345.86Ev194/048 XUG-440 1274446505 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2:!6126.82N/02345.86Ev194/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.447 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6126.82N/02345.86Ev194/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af40) erlang_add(OH3RBE-1, 0, 83, 1) 1274446508 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274446508 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882af40 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274446510 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274446510 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b050 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b050) 1274446510 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:56:30 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 52, 1) 1274446513 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//cXPTa]R>pW_ 1274446513 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//cXPTa]R>pW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882b050 parse_aprs_compressed position ok: lat 60.856 lng 24.594 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//cXPTa]R>pW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446514 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//cXPTa]R>pW_ 1274446514 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//cXPTa]R>pW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.856 lng 24.594 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//cXPTa]R>pW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Seen this packet 2 times pbuf_free(0x882ac60) BEACON: idx=2, nexttime= +255 sec 1274446518 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.25 minutes 1274446518 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer 1274446523 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RBR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446523 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 76, 1) 1274446523 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274446523 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882b128 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882b128) 1274446526 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3BK:!//S.aTP;q>NX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.214 lng 23.839 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3BK*:!//S.aTP;q>NX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446526 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 42, 1) 1274446526 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-2,qAR,OH3RBE-1:!//S.aTP;q>NX? Ari 1274446526 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-2:!//S.aTP;q>NX? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.214 lng 23.839 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-2' info_start='!//S.aTP;q>NX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RBE-1*,WIDE3-1:' data='!//S.aTP;q>NX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=48) ttyreader_kisswrite(->OH3RBE-1, axlen=48)erlang_add(OH3RBE-1, 2, 48, 1) .. put 51 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 42, 1) 1274446526 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-1,qAR,OH3RBE-1:!//S.aTP;q>NX? Ari 1274446526 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-1:!//S.aTP;q>NX? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.214 lng 23.839 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-1' info_start='!//S.aTP;q>NX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274446528 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) pbuf_free(0x882a870) 1274446531 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 47, 1) 1274446536 << igates.aprs.fi:14580 << OH6MWC-9>V2SX1L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25h >'j/]"4X}= 1274446536 OH3RBE-1 R OH6MWC-9>V2SX1L,OH6RAH*,WIDE2:`25h >'j/]"4X}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882a870 parse_aprs_mice destcall='V2SX1L' passed dstcall format check passed info format check position ok: lat 62.636 lng 22.429 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SX1L,OH6RAH*,WIDE2' info_start='`25h >'j/]"4X}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446538 << igates.aprs.fi:14580 << OH6MWC-9>V2SX1L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25h >'j/]"4X}= 1274446538 OH3RBE-1 R OH6MWC-9>V2SX1L,OH6RAH*,WIDE2*:`25h >'j/]"4X}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ac60 parse_aprs_mice destcall='V2SX1L' passed dstcall format check passed info format check position ok: lat 62.636 lng 22.429 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SX1L,OH6RAH*,WIDE2*' info_start='`25h >'j/]"4X}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274446539 << igates.aprs.fi:14580 >> OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6130.51N/02341.12E>271/013 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(81,74) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.508 lng 23.685 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6KFT-9>APZMDR,TCPIP,OH3RDR*:!6130.51N/02341.12E>271/013' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446539 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 51, 1) 1274446539 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6130.51N/02341.12E>271/013 1274446539 OH3RBE-1 R OH6KFT-9>APZMDR,WIDE2-2:!6130.51N/02341.12E>271/013 interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 61.508 lng 23.685 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,WIDE2-2' info_start='!6130.51N/02341.12E>271/013' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6130.51N/02341.12E>271/013' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 58, 1) 1274446541 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6130.51N/02341.12E>271/013 1274446541 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2:!6130.51N/02341.12E>271/013 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.508 lng 23.685 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6130.51N/02341.12E>271/013' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 58, 1) 1274446543 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6130.51N/02341.12E>271/013 1274446543 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2:!6130.51N/02341.12E>271/013 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.508 lng 23.685 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6130.51N/02341.12E>271/013' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274446544 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 58, 1) 1274446544 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6130.51N/02341.12E>271/013 1274446544 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6130.51N/02341.12E>271/013 interface_receive_ax25() pbuf_alloc(57,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.508 lng 23.685 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6130.51N/02341.12E>271/013' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 59, 1) 1274446546 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6037.92N/02451.20E>159/015 EYY-415 1274446546 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6037.92N/02451.20E>159/015 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.632 lng 24.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6037.92N/02451.20E>159/015 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274446548 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6037.92N/02451.20E>159/015 EYY-415 1274446548 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6037.92N/02451.20E>159/015 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882ad40 parse_aprs_uncompressed position ok: lat 60.632 lng 24.853 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6037.92N/02451.20E>159/015 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad40) 1274446552 << igates.aprs.fi:14580 >> OH2NJR>APX196,TCPIP*,qAC,T2FINLAND:=6030.35N/02443.91E_286/003g003t080r000P000p000h35b10196 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(108,101) -> 0x882b128 parse_aprs_uncompressed position ok: lat 60.506 lng 24.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NJR>APX196,TCPIP,OH2NJR*:=6030.35N/02443.91E_286/003g003t080r000P000p000h35b10196' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446552 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b128 1274446557 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882b128 Source filtering rejected the packet. pbuf_free(0x882b128) Telemetry Tx run; next one in 20.00 minutes 1274446560 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#088,0,0,0,0,000,00000000 1274446560 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#088,20,5,160,14,028,00000000 pbuf_free(0x882b050) pbuf_free(0x882ae58) pbuf_free(0x882af40) 1274446572 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:57:32 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 47, 1) 1274446575 OH3RBE-1 R OH6MWC-9>V2SX6L,OH6RAH*,WIDE2:`25} >'j/]"4W}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ad40 parse_aprs_mice destcall='V2SX6L' passed dstcall format check passed info format check position ok: lat 62.644 lng 22.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SX6L,OH6RAH*,WIDE2' info_start='`25} >'j/]"4W}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446575 << igates.aprs.fi:14580 << OH6MWC-9>V2SX6L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25} >'j/]"4W}= erlang_add(OH3RBE-1, 0, 47, 1) 1274446577 OH3RBE-1 R OH6MWC-9>V2SX6L,OH6RAH*,WIDE2*:`25} >'j/]"4W}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ae08 parse_aprs_mice destcall='V2SX6L' passed dstcall format check passed info format check position ok: lat 62.644 lng 22.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SX6L,OH6RAH*,WIDE2*' info_start='`25} >'j/]"4W}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae08) 1274446577 << igates.aprs.fi:14580 << OH6MWC-9>V2SX6L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25} >'j/]"4W}= erlang_add(OH3RBE-1, 0, 60, 1) 1274446580 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-2:!6125.82N/02345.27Ev187/050 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882ae08 parse_aprs_uncompressed position ok: lat 61.430 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-2' info_start='!6125.82N/02345.27Ev187/050 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6125.82N/02345.27Ev187/050 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=66) ttyreader_kisswrite(->OH3RBE-1, axlen=66)erlang_add(OH3RBE-1, 2, 66, 1) .. put 69 bytes of KISS frame on IO buffer 1274446580 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6125.82N/02345.27Ev187/050 XUG-440 erlang_add(OH3RBE-1, 0, 60, 1) 1274446582 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE2-1:!6125.82N/02345.27Ev187/050 XUG-440 interface_receive_ax25() pbuf_alloc(59,60) -> 0x882aef0 parse_aprs_uncompressed position ok: lat 61.430 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE2-1' info_start='!6125.82N/02345.27Ev187/050 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aef0) 1274446582 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6125.82N/02345.27Ev187/050 XUG-440 pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274446592 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:57:52 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 75, 1) 1274446593 OH3RBE-1 R OH2BSY-9>APZMDR,OH2RDU*,OH3RBE-3*:!6026.13N/02400.92E>317/048MASA / VW TRY-442 interface_receive_ax25() pbuf_alloc(74,78) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.436 lng 24.015 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2BSY-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6026.13N/02400.92E>317/048MASA / VW TRY-442' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446593 << igates.aprs.fi:14580 << OH2BSY-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6026.13N/02400.92E>317/048MASA / VW TRY-442 erlang_add(OH3RBE-1, 0, 45, 1) 1274446604 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//bQ[Ta06>uW_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.880 lng 24.572 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//bQ[Ta06>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446604 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//bQ[Ta06>uW_ erlang_add(OH3RBE-1, 0, 45, 1) 1274446605 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//bQ[Ta06>uW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882aef0 parse_aprs_compressed position ok: lat 60.880 lng 24.572 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//bQ[Ta06>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aef0) 1274446605 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//bQ[Ta06>uW_ erlang_add(OH3RBE-1, 0, 59, 1) 1274446610 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6037.90N/02451.28E> EYY-415 interface_receive_ax25() pbuf_alloc(58,61) -> 0x882aef0 parse_aprs_uncompressed position ok: lat 60.632 lng 24.855 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6037.90N/02451.28E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446610 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6037.90N/02451.28E> EYY-415 erlang_add(OH3RBE-1, 0, 79, 1) 1274446612 OH3RBE-1 R OH3RCD>APN391,OH3RDA-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882afd8 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RDA-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446612 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RDA-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274446612 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:58:12 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 79, 1) 1274446612 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882b0e0 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0e0) 1274446612 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD erlang_add(OH3RBE-1, 0, 47, 1) 1274446614 OH3RBE-1 R OH6MWC-9>V2SY0L,OH6RAH*,WIDE2:`26. >%j/]"4Z}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882b0e0 parse_aprs_mice destcall='V2SY0L' passed dstcall format check passed info format check position ok: lat 62.651 lng 22.436 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SY0L,OH6RAH*,WIDE2' info_start='`26. >%j/]"4Z}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446614 << igates.aprs.fi:14580 << OH6MWC-9>V2SY0L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`26. >%j/]"4Z}= erlang_add(OH3RBE-1, 0, 86, 1) 1274446615 OH3RBE-1 R OH3RCD>APN391,OH3RBE-2*,TRACE2:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(85,85) -> 0x882b1a8 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-2*,TRACE2' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b1a8) 1274446615 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD erlang_add(OH3RBE-1, 0, 47, 1) 1274446616 OH3RBE-1 R OH6MWC-9>V2SY0L,OH6RAH*,WIDE2*:`26. >%j/]"4Z}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882b1a8 parse_aprs_mice destcall='V2SY0L' passed dstcall format check passed info format check position ok: lat 62.651 lng 22.436 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SY0L,OH6RAH*,WIDE2*' info_start='`26. >%j/]"4Z}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a8) 1274446616 << igates.aprs.fi:14580 << OH6MWC-9>V2SY0L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`26. >%j/]"4Z}= pbuf_free(0x882ae08) pbuf_free(0x882ad40) 1274446632 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:58:32 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 92, 1) 1274446633 << igates.aprs.fi:14580 << OH2RDS>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi 1274446633 OH3RBE-1 R OH2RDS>APN391,OH3RCD*,OH3RDA-3*:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(91,92) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.278 lng 25.254 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDS>APN391,OH3RCD*,OH3RDA-3*' info_start='!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 99, 1) 1274446634 << igates.aprs.fi:14580 << OH2RDS>APN391,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi 1274446634 OH3RBE-1 R OH2RDS>APN391,OH3RCD*,OH3RBE-2*,TRACE2:!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(98,99) -> 0x882b1a8 parse_aprs_uncompressed position ok: lat 60.278 lng 25.254 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDS>APN391,OH3RCD*,OH3RBE-2*,TRACE2' info_start='!6016.66NN02515.26E#PHG8470/R,W,T,Wn,Tn Sipoo oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b1a8) pbuf_free(0x882ac60) pbuf_free(0x882afd8) pbuf_free(0x882aef0) pbuf_free(0x882b0e0) pbuf_free(0x882a870) 1274446652 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:58:52 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 47, 1) 1274446657 << igates.aprs.fi:14580 << OH6MWC-9>V2SY5L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25 UBj/]"4M}= 1274446657 OH3RBE-1 R OH6MWC-9>V2SY5L,OH6RAH*,WIDE2:`25 UBj/]"4M}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2SY5L' passed dstcall format check passed info format check position ok: lat 62.659 lng 122.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SY5L,OH6RAH*,WIDE2' info_start='`25 UBj/]"4M}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446658 << igates.aprs.fi:14580 << OH6MWC-9>V2SY5L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25 UBj/]"4M}= 1274446658 OH3RBE-1 R OH6MWC-9>V2SY5L,OH6RAH*,WIDE2*:`25 UBj/]"4M}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882a870 parse_aprs_mice destcall='V2SY5L' passed dstcall format check passed info format check position ok: lat 62.659 lng 122.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SY5L,OH6RAH*,WIDE2*' info_start='`25 UBj/]"4M}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274446660 << igates.aprs.fi:14580 >> OH3LJU-13>APRS,WIDE2-2,qAR,OH3RDR:!6131.57N/02400.92Ez WLU-285 Mobile Home interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.526 lng 24.015 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3LJU-13>APRS,TCPIP,OH3RDR*:!6131.57N/02400.92Ez WLU-285 Mobile Home' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446660 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274446665 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3LJU-13>APRS,TCPIP,OH3RDR*:!6131.57N/02400.92Ez WLU-285 Mobile Home out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3LJU-13>APRS,TCPIP,OH3RDR*:!6131.57N/02400.92Ez WLU-285 Mobile Home' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446680 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:59:19 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ad28) 1274446700 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 12:59:39 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) 1274446716 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//GUbTMZh>{-O interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.466 lng 23.723 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GUbTMZh>{-O' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446716 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274446721 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GUbTMZh>{-O out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GUbTMZh>{-O' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446721 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274446721 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446721 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 87, 1) 1274446722 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,WIDE3-3,qAR,OH3RBE-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai 1274446722 OH3RBE-1 R OH2NTD-9>APZMDR,WIDE3-3:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(86,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.411 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,WIDE3-3' info_start='!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-2:' data='!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 47, 1) 1274446722 << igates.aprs.fi:14580 << OH6MWC-9>V2SY8L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25h sQj/]"4V}= 1274446722 OH3RBE-1 R OH6MWC-9>V2SY8L,OH6RAH*,WIDE2:`25h sQj/]"4V}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2SY8L' passed dstcall format check passed info format check position ok: lat 62.664 lng 122.429 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SY8L,OH6RAH*,WIDE2' info_start='`25h sQj/]"4V}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446722 << igates.aprs.fi:14580 << OH6MWC-9>V2SY8L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25h sQj/]"4V}= 1274446722 OH3RBE-1 R OH6MWC-9>V2SY8L,OH6RAH*,WIDE2*:`25h sQj/]"4V}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ad28 parse_aprs_mice destcall='V2SY8L' passed dstcall format check passed info format check position ok: lat 62.664 lng 122.429 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2SY8L,OH6RAH*,WIDE2*' info_start='`25h sQj/]"4V}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 52, 1) 1274446722 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//aT$T`iU>uW_ 1274446722 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//aT$T`iU>uW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.901 lng 24.556 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//aT$T`iU>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446722 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//aT$T`iU>uW_ 1274446722 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//aT$T`iU>uW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.901 lng 24.556 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//aT$T`iU>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 45, 1) 1274446722 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//aT$T`iU>uW_ 1274446722 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//aT$T`iU>uW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae00 parse_aprs_compressed position ok: lat 60.901 lng 24.556 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//aT$T`iU>uW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 93, 1) 1274446722 << igates.aprs.fi:14580 << OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3,qAR,OH3RBE-1:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli 1274446722 OH3RBE-1 R OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli interface_receive_ax25() pbuf_alloc(92,93) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.791 lng 26.976 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3' info_start='!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 93, 1) 1274446722 << igates.aprs.fi:14580 << OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3*,qAR,OH3RBE-1:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli 1274446722 OH3RBE-1 R OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3*:!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli interface_receive_ax25() pbuf_alloc(92,94) -> 0x882af28 parse_aprs_uncompressed position ok: lat 61.791 lng 26.976 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4RDC>APNU19,OH6RDK*,OH6RDD*,OH3RUX*,TRACE3*' info_start='!6147.48NU02658.54E#PHG4233 W,T,R UIDIGI Mikkeli' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af28) erlang_add(OH3RBE-1, 0, 47, 1) 1274446722 << igates.aprs.fi:14580 << OH6MWC-9>V2TP0L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`25n z0j/]"4U}= 1274446722 OH3RBE-1 R OH6MWC-9>V2TP0L,OH6RAH*,WIDE2:`25n z0j/]"4U}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882af28 parse_aprs_mice destcall='V2TP0L' passed dstcall format check passed info format check position ok: lat 62.667 lng 122.431 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TP0L,OH6RAH*,WIDE2' info_start='`25n z0j/]"4U}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446722 << igates.aprs.fi:14580 << OH6MWC-9>V2TP0L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`25n z0j/]"4U}= 1274446722 OH3RBE-1 R OH6MWC-9>V2TP0L,OH6RAH*,WIDE2*:`25n z0j/]"4U}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882aff0 parse_aprs_mice destcall='V2TP0L' passed dstcall format check passed info format check position ok: lat 62.667 lng 122.431 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TP0L,OH6RAH*,WIDE2*' info_start='`25n z0j/]"4U}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff0) erlang_add(OH3RBE-1, 0, 94, 1) 1274446724 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-1,qAR,OH3RBE-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai 1274446724 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(93,97) -> 0x882aff0 parse_aprs_uncompressed position ok: lat 61.411 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-1' info_start='!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aff0) erlang_add(OH3RBE-1, 0, 94, 1) 1274446726 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-1,qAR,OH3RBE-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai 1274446726 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(93,97) -> 0x882aff0 parse_aprs_uncompressed position ok: lat 61.411 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,WIDE3-1' info_start='!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aff0) erlang_add(OH3RBE-1, 0, 101, 1) 1274446726 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai 1274446726 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1:!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(100,107) -> 0x882aff0 parse_aprs_uncompressed position ok: lat 61.411 lng 23.764 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RBE-1*,OH3RBE-3*,WIDE3-1' info_start='!6124.68N/02345.87Ev182/043 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882aff0) erlang_add(OH3RBE-1, 0, 47, 1) 1274446728 << igates.aprs.fi:14580 << OH6MWC-9>V2TP4L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`263 p1j/]"4S}= 1274446728 OH3RBE-1 R OH6MWC-9>V2TP4L,OH6RAH*,WIDE2:`263 p1j/]"4S}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882aff0 parse_aprs_mice destcall='V2TP4L' passed dstcall format check passed info format check position ok: lat 62.674 lng 122.438 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TP4L,OH6RAH*,WIDE2' info_start='`263 p1j/]"4S}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446736 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:00:16 GMT FIGATES2 193.185.39.3:14580 1274446737 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6124.01N/02346.70Ev144/048 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882b0b8 parse_aprs_uncompressed position ok: lat 61.400 lng 23.778 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6124.01N/02346.70Ev144/048 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446737 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b0b8 1274446742 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882b0b8 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6124.01N/02346.70Ev144/048 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6124.01N/02346.70Ev144/048 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882b0b8) 1274446757 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:00:37 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882af28) pbuf_free(0x882ad28) pbuf_free(0x882aff0) pbuf_free(0x882ae00) BEACON: idx=3, nexttime= +247 sec 1274446773 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.12 minutes 1274446773 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274446773 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446773 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446773 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274446773 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274446773 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274446773 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274446773 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,46) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274446773 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274446773 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 88, 1) 1274446774 << igates.aprs.fi:14580 << OH6GHF>APRWX,WIDE2,qAR,OH3RBE-1:@201902z6214.96N/02548.54E_226/001g003t079e1w 01352B750000FF7F 1274446774 OH3RBE-1 R OH6GHF>APRWX,WIDE2:@201902z6214.96N/02548.54E_226/001g003t079e1w 01352B750000FF7F interface_receive_ax25() pbuf_alloc(87,81) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.249 lng 25.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6GHF>APRWX,WIDE2' info_start='@201902z6214.96N/02548.54E_226/001g003t079e1w 01352B750000FF7F' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 88, 1) 1274446774 << igates.aprs.fi:14580 << OH6GHF>APRWX,WIDE2*,qAR,OH3RBE-1:@201902z6214.96N/02548.54E_226/001g003t079e1w 01352B750000FF7F 1274446774 OH3RBE-1 R OH6GHF>APRWX,WIDE2*:@201902z6214.96N/02548.54E_226/001g003t079e1w 01352B750000FF7F interface_receive_ax25() pbuf_alloc(87,82) -> 0x882ad78 parse_aprs_uncompressed position ok: lat 62.249 lng 25.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6GHF>APRWX,WIDE2*' info_start='@201902z6214.96N/02548.54E_226/001g003t079e1w 01352B750000FF7F' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad78) erlang_add(OH3RBE-1, 0, 47, 1) 1274446774 << igates.aprs.fi:14580 << OH6MWC-9>V2TP9L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`26^ f2j/]"4V}= 1274446774 OH3RBE-1 R OH6MWC-9>V2TP9L,OH6RAH*,WIDE2:`26^ f2j/]"4V}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ad78 parse_aprs_mice destcall='V2TP9L' passed dstcall format check passed info format check position ok: lat 62.682 lng 122.444 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TP9L,OH6RAH*,WIDE2' info_start='`26^ f2j/]"4V}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446774 << igates.aprs.fi:14580 << OH6MWC-9>V2TP9L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`26^ f2j/]"4V}= 1274446774 OH3RBE-1 R OH6MWC-9>V2TP9L,OH6RAH*,WIDE2*:`26^ f2j/]"4V}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ae40 parse_aprs_mice destcall='V2TP9L' passed dstcall format check passed info format check position ok: lat 62.682 lng 122.444 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TP9L,OH6RAH*,WIDE2*' info_start='`26^ f2j/]"4V}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 52, 1) 1274446774 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//`UDT`-%>sW_ 1274446774 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1:!//`UDT`-%>sW_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ae40 parse_aprs_compressed position ok: lat 60.922 lng 24.527 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2-1' info_start='!//`UDT`-%>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274446774 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//`UDT`-%>sW_ 1274446774 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2:!//`UDT`-%>sW_ interface_receive_ax25() pbuf_alloc(51,54) -> 0x882af18 parse_aprs_compressed position ok: lat 60.922 lng 24.527 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,OH3RBE-3*,WIDE2' info_start='!//`UDT`-%>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 45, 1) 1274446774 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//`UDT`-%>sW_ 1274446774 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//`UDT`-%>sW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882af18 parse_aprs_compressed position ok: lat 60.922 lng 24.527 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//`UDT`-%>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 45, 1) 1274446776 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//`UDT`-%>sW_ 1274446776 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//`UDT`-%>sW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882af18 parse_aprs_compressed position ok: lat 60.922 lng 24.527 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//`UDT`-%>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af18) 1274446777 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:00:57 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 137, 1) 1274446780 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 119, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 38, 1) 1274446790 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//GY:TMZ2>9D_ 1274446790 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//GY:TMZ2>9D_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af18 parse_aprs_compressed position ok: lat 61.465 lng 23.723 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//GY:TMZ2>9D_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//GY:TMZ2>9D_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer 1274446790 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//GY:TMZ2>9D_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882afd0 parse_aprs_compressed position ok: lat 61.465 lng 23.723 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//GY:TMZ2>9D_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 Seen this packet 2 times pbuf_free(0x882afd0) erlang_add(OH3RBE-1, 0, 45, 1) 1274446792 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//GY:TMZ2>9D_ 1274446792 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//GY:TMZ2>9D_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882afd0 parse_aprs_compressed position ok: lat 61.465 lng 23.723 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//GY:TMZ2>9D_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afd0) erlang_add(OH3RBE-1, 0, 45, 1) 1274446793 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//GY:TMZ2>9D_ 1274446793 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//GY:TMZ2>9D_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882afd0 parse_aprs_compressed position ok: lat 61.465 lng 23.723 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//GY:TMZ2>9D_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882afd0) erlang_add(OH3RBE-1, 0, 66, 1) 1274446799 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6038.32N/02451.09E>349/025 EYY-415 1274446799 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6038.32N/02451.09E>349/025 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882afd0 parse_aprs_uncompressed position ok: lat 60.639 lng 24.851 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6038.32N/02451.09E>349/025 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446806 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ4L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`27! H&j/]"4M}= 1274446806 OH3RBE-1 R OH6MWC-9>V2TQ4L,OH6RAH*,WIDE2:`27! H&j/]"4M}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882b0c0 parse_aprs_mice destcall='V2TQ4L' passed dstcall format check passed info format check position ok: lat 62.691 lng 22.451 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ4L,OH6RAH*,WIDE2' info_start='`27! H&j/]"4M}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446808 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ4L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`27! H&j/]"4M}= 1274446808 OH3RBE-1 R OH6MWC-9>V2TQ4L,OH6RAH*,WIDE2*:`27! H&j/]"4M}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882b188 parse_aprs_mice destcall='V2TQ4L' passed dstcall format check passed info format check position ok: lat 62.691 lng 22.451 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ4L,OH6RAH*,WIDE2*' info_start='`27! H&j/]"4M}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b188) 1274446810 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:01:30 GMT FIGATES2 193.185.39.3:14580 1274446817 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6123.04N/02347.43Ev168/046 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882b188 parse_aprs_uncompressed position ok: lat 61.384 lng 23.791 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6123.04N/02347.43Ev168/046 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446817 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b188 erlang_add(OH3RBE-1, 0, 47, 1) 1274446820 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ6L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`27" _Vj/]"4V}= 1274446820 OH3RBE-1 R OH6MWC-9>V2TQ6L,OH6RAH*,WIDE2:`27" _Vj/]"4V}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882b2a0 parse_aprs_mice destcall='V2TQ6L' passed dstcall format check passed info format check position ok: lat 62.694 lng 122.451 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ6L,OH6RAH*,WIDE2' info_start='`27" _Vj/]"4V}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. 1274446822 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882b188 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6123.04N/02347.43Ev168/046 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6123.04N/02347.43Ev168/046 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882b188) erlang_add(OH3RBE-1, 0, 47, 1) 1274446822 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ6L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`27" _Vj/]"4V}= 1274446822 OH3RBE-1 R OH6MWC-9>V2TQ6L,OH6RAH*,WIDE2*:`27" _Vj/]"4V}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ac60 parse_aprs_mice destcall='V2TQ6L' passed dstcall format check passed info format check position ok: lat 62.694 lng 122.451 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ6L,OH6RAH*,WIDE2*' info_start='`27" _Vj/]"4V}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) pbuf_free(0x882ad78) pbuf_free(0x882ae40) pbuf_free(0x882af18) pbuf_free(0x882afd0) pbuf_free(0x882a870) 1274446837 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:01:57 GMT FIGATES2 193.185.39.3:14580 1274446852 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882b188 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446852 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b188 1274446856 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446856 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 1274446857 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882b188 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882b188) 1274446857 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446857 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446857 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 47, 1) 1274446857 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ7L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`27 _Bj/]"4X}= 1274446857 OH3RBE-1 R OH6MWC-9>V2TQ7L,OH6RAH*,WIDE2:`27 _Bj/]"4X}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882b188 parse_aprs_mice destcall='V2TQ7L' passed dstcall format check passed info format check position ok: lat 62.696 lng 122.451 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ7L,OH6RAH*,WIDE2' info_start='`27 _Bj/]"4X}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446857 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ7L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`27 _Bj/]"4X}= 1274446857 OH3RBE-1 R OH6MWC-9>V2TQ7L,OH6RAH*,WIDE2*:`27 _Bj/]"4X}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ac60 parse_aprs_mice destcall='V2TQ7L' passed dstcall format check passed info format check position ok: lat 62.696 lng 122.451 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ7L,OH6RAH*,WIDE2*' info_start='`27 _Bj/]"4X}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 47, 1) 1274446857 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ8L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`26s _6j/]"4]}= 1274446857 OH3RBE-1 R OH6MWC-9>V2TQ8L,OH6RAH*,WIDE2:`26s _6j/]"4]}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882ac60 parse_aprs_mice destcall='V2TQ8L' passed dstcall format check passed info format check position ok: lat 62.697 lng 122.448 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ8L,OH6RAH*,WIDE2' info_start='`26s _6j/]"4]}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446857 << igates.aprs.fi:14580 << OH6MWC-9>V2TQ8L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`26s _6j/]"4]}= 1274446857 OH3RBE-1 R OH6MWC-9>V2TQ8L,OH6RAH*,WIDE2*:`26s _6j/]"4]}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882ad28 parse_aprs_mice destcall='V2TQ8L' passed dstcall format check passed info format check position ok: lat 62.697 lng 122.448 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TQ8L,OH6RAH*,WIDE2*' info_start='`26s _6j/]"4]}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 37, 1) 1274446857 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274446857 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() erlang_add(OH3RBE-1, 0, 59, 1) 1274446858 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274446858 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() pbuf_free(0x882b0c0) pbuf_free(0x882b2a0) 1274446861 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446876 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:02:36 GMT FIGATES2 193.185.39.3:14580 1274446880 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//G]qTMVQ>eR_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.464 lng 23.721 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G]qTMVQ>eR_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446880 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274446885 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G]qTMVQ>eR_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G]qTMVQ>eR_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274446885 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274446885 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446885 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 38, 1) 1274446885 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//G]%TM`\>OK_ 1274446885 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//G]%TM`\>OK_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.464 lng 23.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//G]%TM`\>OK_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//G]%TM`\>OK_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274446885 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//_P1T_`Z>sV_ 1274446885 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//_P1T_`Z>sV_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.945 lng 24.509 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//_P1T_`Z>sV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274446885 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274446885 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882adf0 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274446885 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274446885 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882af00 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 38, 1) 1274446885 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//G]qTMVQ>eR_ 1274446885 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//G]qTMVQ>eR_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af00 parse_aprs_compressed position ok: lat 61.464 lng 23.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//G]qTMVQ>eR_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 45, 1) 1274446887 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//G]%TM`\>OK_ 1274446887 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//G]%TM`\>OK_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882af00 parse_aprs_compressed position ok: lat 61.464 lng 23.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//G]%TM`\>OK_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af00) 1274446888 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882af00 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446888 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af00 erlang_add(OH3RBE-1, 0, 44, 1) 1274446888 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274446888 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af00) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882aff8) erlang_add(OH3RBE-1, 0, 45, 1) 1274446888 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//G]%TM`\>OK_ 1274446888 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//G]%TM`\>OK_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882af00 parse_aprs_compressed position ok: lat 61.464 lng 23.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//G]%TM`\>OK_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 44, 1) 1274446889 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274446889 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882af00 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 45, 1) 1274446890 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//G]%TM`\>OK_ 1274446890 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//G]%TM`\>OK_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882af00 parse_aprs_compressed position ok: lat 61.464 lng 23.726 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//G]%TM`\>OK_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af00) pbuf_free(0x882b188) pbuf_free(0x882ac60) 1274446893 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 51, 1) 1274446893 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274446893 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882af00 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af00) erlang_add(OH3RBE-1, 0, 63, 1) 1274446894 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130251h6213.01N/02543.27E> 12.3V Joppe 1274446894 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130251h6213.01N/02543.27E> 12.3V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882af00 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130251h6213.01N/02543.27E> 12.3V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274446896 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130251h6213.01N/02543.27E> 12.3V Joppe 1274446896 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130251h6213.01N/02543.27E> 12.3V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 62.217 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130251h6213.01N/02543.27E> 12.3V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe8) erlang_add(OH3RBE-1, 0, 49, 1) 1274446897 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274446897 OH3RBE-1 R OH6JAT>APZMDR,WIDE1:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,45) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 49, 1) 1274446898 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274446898 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,49) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe8) erlang_add(OH3RBE-1, 0, 49, 1) 1274446899 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274446899 OH3RBE-1 R OH6JAT>APZMDR,WIDE1*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,46) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afe8) erlang_add(OH3RBE-1, 0, 45, 1) 1274446907 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//_+@T_>V>nV_ 1274446907 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//_+@T_>V>nV_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882afe8 parse_aprs_compressed position ok: lat 60.954 lng 24.492 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//_+@T_>V>nV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274446908 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:03:08 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274446908 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//_+@T_>V>nV_ 1274446908 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//_+@T_>V>nV_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b0b0 parse_aprs_compressed position ok: lat 60.954 lng 24.492 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//_+@T_>V>nV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0b0) erlang_add(OH3RBE-1, 0, 45, 1) 1274446909 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1,qAR,OH3RBE-1:!//_+@T_>V>nV_ 1274446909 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1:!//_+@T_>V>nV_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b0b0 parse_aprs_compressed position ok: lat 60.954 lng 24.492 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RCD*,WIDE2-1' info_start='!//_+@T_>V>nV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b0b0) erlang_add(OH3RBE-1, 0, 38, 1) 1274446910 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Gc+TM7J>]U_ 1274446910 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Gc+TM7J>]U_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b0b0 parse_aprs_compressed position ok: lat 61.462 lng 23.706 1274446910 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//Gc+TM7J>]U_ .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Gc+TM7J>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//Gc+TM7J>]U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b168 parse_aprs_compressed position ok: lat 61.462 lng 23.706 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Gc+TM7J>]U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 Seen this packet 2 times pbuf_free(0x882b168) erlang_add(OH3RBE-1, 0, 45, 1) 1274446912 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//Gc+TM7J>]U_ 1274446912 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//Gc+TM7J>]U_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b168 parse_aprs_compressed position ok: lat 61.462 lng 23.706 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//Gc+TM7J>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b168) erlang_add(OH3RBE-1, 0, 45, 1) 1274446914 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//Gc+TM7J>]U_ 1274446914 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//Gc+TM7J>]U_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b168 parse_aprs_compressed position ok: lat 61.462 lng 23.706 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//Gc+TM7J>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b168) erlang_add(OH3RBE-1, 0, 45, 1) 1274446914 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//Gc+TM7J>]U_ 1274446914 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//Gc+TM7J>]U_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b168 parse_aprs_compressed position ok: lat 61.462 lng 23.706 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//Gc+TM7J>]U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b168) erlang_add(OH3RBE-1, 0, 47, 1) 1274446919 << igates.aprs.fi:14580 << OH6MWC-9>V2TR4L,OH6RAH*,WIDE2,qAR,OH3RBE-1:`26m*8j/]"4e}= 1274446919 OH3RBE-1 R OH6MWC-9>V2TR4L,OH6RAH*,WIDE2:`26m*8j/]"4e}= interface_receive_ax25() pbuf_alloc(46,45) -> 0x882b168 parse_aprs_mice destcall='V2TR4L' passed dstcall format check passed info format check position ok: lat 62.708 lng 22.434 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TR4L,OH6RAH*,WIDE2' info_start='`26m*8j/]"4e}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 47, 1) 1274446920 << igates.aprs.fi:14580 << OH6MWC-9>V2TR4L,OH6RAH*,WIDE2*,qAR,OH3RBE-1:`26m*8j/]"4e}= 1274446920 OH3RBE-1 R OH6MWC-9>V2TR4L,OH6RAH*,WIDE2*:`26m*8j/]"4e}= interface_receive_ax25() pbuf_alloc(46,46) -> 0x882b230 parse_aprs_mice destcall='V2TR4L' passed dstcall format check passed info format check position ok: lat 62.708 lng 22.434 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MWC-9>V2TR4L,OH6RAH*,WIDE2*' info_start='`26m*8j/]"4e}=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b230) pbuf_free(0x882a870) pbuf_free(0x882adf0) pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 59, 1) 1274446926 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6039.25N/02450.15E>304/030 EYY-415 1274446926 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6039.25N/02450.15E>304/030 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.654 lng 24.836 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6039.25N/02450.15E>304/030 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274446927 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6039.25N/02450.15E>304/030 EYY-415 1274446927 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6039.25N/02450.15E>304/030 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.654 lng 24.836 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6039.25N/02450.15E>304/030 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 59, 1) 1274446928 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6039.25N/02450.15E>304/030 EYY-415 1274446928 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6039.25N/02450.15E>304/030 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.654 lng 24.836 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6039.25N/02450.15E>304/030 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) 1274446930 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:03:30 GMT FIGATES2 193.185.39.3:14580 1274446939 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//G{WTM"y>TV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.457 lng 23.697 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G{WTM"y>TV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446939 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 38, 1) 1274446939 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//G{WTM"y>TV_ 1274446939 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//G{WTM"y>TV_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ae18 parse_aprs_compressed position ok: lat 61.457 lng 23.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//G{WTM"y>TV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//G{WTM"y>TV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ae18) erlang_add(OH3RBE-1, 0, 45, 1) 1274446940 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//G{WTM"y>TV_ 1274446940 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//G{WTM"y>TV_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.457 lng 23.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//G{WTM"y>TV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 38, 1) 1274446941 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//G{WTM"y>TV_ 1274446941 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//G{WTM"y>TV_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.457 lng 23.697 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//G{WTM"y>TV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) 1274446944 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=(nil) pbuf_free(0x882ac60) pbuf_free(0x882afe8) pbuf_free(0x882af00) pbuf_free(0x882b168) pbuf_free(0x882b0b0) 1274446951 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3BK:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3BK*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446951 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 44, 1) 1274446951 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274446951 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-2:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-2' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 44, 1) 1274446952 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274446952 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274446952 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274446952 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 44, 1) 1274446955 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274446955 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274446956 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) 1274446956 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3BK:!//H/dTLr%>YV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.691 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3BK*:!//H/dTLr%>YV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446956 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 38, 1) 1274446956 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//H/dTLr%>YV_ 1274446956 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//H/dTLr%>YV_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.453 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//H/dTLr%>YV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//H/dTLr%>YV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 45, 1) 1274446958 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//H/dTLr%>YV_ 1274446958 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//H/dTLr%>YV_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//H/dTLr%>YV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274446958 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//H/dTLr%>YV_ 1274446958 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//H/dTLr%>YV_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//H/dTLr%>YV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274446961 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) 1274446968 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,WIDE2-2,qAR,OH3RDR:!6120.98N/02347.35Ev185/050 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.350 lng 23.789 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6120.98N/02347.35Ev185/050 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446968 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 63, 1) 1274446970 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130408h6212.98N/02543.24E> 13.5V Joppe 1274446970 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130408h6212.98N/02543.24E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ad78 parse_aprs_uncompressed position ok: lat 62.216 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130408h6212.98N/02543.24E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274446972 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130408h6212.98N/02543.24E> 13.5V Joppe 1274446972 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130408h6212.98N/02543.24E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ae60 parse_aprs_uncompressed position ok: lat 62.216 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130408h6212.98N/02543.24E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae60) 1274446973 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211304z6130.13N/02354.90E_000/000g000t090r000p000P000h28b10129eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ae60 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211304z6130.13N/02354.90E_000/000g000t090r000p000P000h28b10129eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446973 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae60 1274446973 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6120.98N/02347.35Ev185/050 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6120.98N/02347.35Ev185/050 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274446976 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882afc8 parse_aprs_objectparse_aprs_compressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446976 ENTER VISCOUS QUEUE: len=2 pbuf=0x882afc8 1274446978 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882ae60 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211304z6130.13N/02354.90E_000/000g000t090r000p000P000h28b10129eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211304z6130.13N/02354.90E_000/000g000t090r000p000P000h28b10129eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ae60) 1274446978 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446978 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446978 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274446978 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 1274446978 OH3RBE-1 R OH3RDR>APRG11:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_ax25() erlang_add(OH3RBE-1, 0, 123, 1) 1274446978 OH3RBE-1 R OH3RBR>APRG11:}OH3MWY>APRS,TCPIP*,OH3RBR*:@211304z6130.13N/02354.90E_000/000g000t090r000p000P000h28b10129eWUHU21636XXSP. TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:@2113' erlang_add(OH3RBE-1, 1, 105, 1) interface_receive_ax25() pbuf_free(0x882a870) 1274446981 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882afc8 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882afc8) 1274446984 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBR:!//H=YTLUI>aW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//H=YTLUI>aW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274446984 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274446989 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//H=YTLUI>aW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RBR*:!//H=YTLUI>aW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274446989 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274446989 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274446989 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 38, 1) 1274446990 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//H=YTLUI>aW_ 1274446990 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//H=YTLUI>aW_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//H=YTLUI>aW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274446990 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//H=YTLUI>aW_ 1274446990 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//H=YTLUI>aW_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//H=YTLUI>aW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274446990 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//H=YTLUI>aW_ 1274446990 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2:!//H=YTLUI>aW_ interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2' info_start='!//H=YTLUI>aW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274446990 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//H=YTLUI>aW_ 1274446990 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-3*:!//H=YTLUI>aW_ interface_receive_ax25() pbuf_alloc(37,40) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-3*' info_start='!//H=YTLUI>aW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 59, 1) 1274446990 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6039.51N/02449.67E>010/004 EYY-415 1274446990 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6039.51N/02449.67E>010/004 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.659 lng 24.828 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6039.51N/02449.67E>010/004 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274446990 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6039.51N/02449.67E>010/004 EYY-415 1274446990 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6039.51N/02449.67E>010/004 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.659 lng 24.828 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6039.51N/02449.67E>010/004 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 59, 1) 1274446990 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6039.51N/02449.67E>010/004 EYY-415 1274446990 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6039.51N/02449.67E>010/004 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.659 lng 24.828 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6039.51N/02449.67E>010/004 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274446992 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#092,17,0,121,11,000,00000000 Not relayable packet! [2] erlang_add(OH3RBE-1, 0, 64, 1) 1274446994 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130431h6212.98N/02543.23E>260/007 Joppe 1274446994 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130431h6212.98N/02543.23E>260/007 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.216 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130431h6212.98N/02543.23E>260/007 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274446996 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130431h6212.98N/02543.23E>260/007 Joppe 1274446996 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130431h6212.98N/02543.23E>260/007 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ae60 parse_aprs_uncompressed position ok: lat 62.216 lng 25.721 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130431h6212.98N/02543.23E>260/007 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae60) erlang_add(OH3RBE-1, 0, 45, 1) 1274446997 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//^1)T^nE>xT_ 1274446997 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//^1)T^nE>xT_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae60 parse_aprs_compressed position ok: lat 60.974 lng 24.472 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//^1)T^nE>xT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274446998 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//^1)T^nE>xT_ 1274446998 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//^1)T^nE>xT_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882af28 parse_aprs_compressed position ok: lat 60.974 lng 24.472 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//^1)T^nE>xT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af28) erlang_add(OH3RBE-1, 0, 45, 1) 1274447000 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//^1)T^nE>xT_ 1274447000 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//^1)T^nE>xT_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882af28 parse_aprs_compressed position ok: lat 60.974 lng 24.472 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//^1)T^nE>xT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af28) 1274447001 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//HB"TLA->aU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882af28 parse_aprs_compressed position ok: lat 61.449 lng 23.668 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//HB"TLA->aU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447001 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af28 erlang_add(OH3RBE-1, 0, 38, 1) 1274447003 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//HB"TLA->aU_ 1274447003 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//HB"TLA->aU_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b018 parse_aprs_compressed position ok: lat 61.449 lng 23.668 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//HB"TLA->aU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af28) Source filtering accepted the packet. hops count: WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2*:' data='!//HB"TLA->aU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882b018) erlang_add(OH3RBE-1, 0, 38, 1) 1274447003 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//HB"TLA->aU_ 1274447003 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-3*:!//HB"TLA->aU_ interface_receive_ax25() pbuf_alloc(37,40) -> 0x882af28 parse_aprs_compressed position ok: lat 61.449 lng 23.668 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-3*' info_start='!//HB"TLA->aU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af28) 1274447006 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) pbuf_free(0x882ad78) erlang_add(OH3RBE-1, 0, 64, 1) 1274447015 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130452h6212.98N/02543.13E>288/011 Joppe 1274447015 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130452h6212.98N/02543.13E>288/011 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad40 parse_aprs_uncompressed position ok: lat 62.216 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130452h6212.98N/02543.13E>288/011 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447017 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130452h6212.98N/02543.13E>288/011 Joppe 1274447017 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130452h6212.98N/02543.13E>288/011 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882af28 parse_aprs_uncompressed position ok: lat 62.216 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130452h6212.98N/02543.13E>288/011 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af28) beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.85 minutes beacons offset: 9.20 minutes beacons offset: 13.87 minutes beacons offset: 17.90 minutes BEACON: idx=0, nexttime= +291 sec 1274447020 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.85 minutes 1274447020 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274447021 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:05:01 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 38, 1) 1274447029 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//HAqTL#0>hV_ 1274447029 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//HAqTL#0>hV_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af28 parse_aprs_compressed position ok: lat 61.449 lng 23.653 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//HAqTL#0>hV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//HAqTL#0>hV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 38, 1) 1274447030 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//HAqTL#0>hV_ 1274447030 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//HAqTL#0>hV_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882afe0 parse_aprs_compressed position ok: lat 61.449 lng 23.653 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//HAqTL#0>hV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe0) 1274447041 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:05:21 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882ae60) 1274447041 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RDR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RDR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447041 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 72, 1) 1274447041 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274447041 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882ae28 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882ae28) erlang_add(OH3RBE-1, 0, 45, 1) 1274447042 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//]`yT^_k>sU_ 1274447042 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//]`yT^_k>sU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.985 lng 24.465 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//]`yT^_k>sU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274447045 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274447045 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447045 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//]`yT^_k>sU_ 1274447045 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//]`yT^_k>sU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae28 parse_aprs_compressed position ok: lat 60.985 lng 24.465 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//]`yT^_k>sU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae28) 1274447046 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) erlang_add(OH3RBE-1, 0, 66, 1) 1274447053 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!6040.09N/02449.42E>360/039 EYY-415 1274447053 OH3RBE-1 R OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*:!6040.09N/02449.42E>360/039 EYY-415 interface_receive_ax25() pbuf_alloc(65,68) -> 0x882ae28 parse_aprs_uncompressed position ok: lat 60.668 lng 24.824 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH2RDU*,OH3RBE-3*' info_start='!6040.09N/02449.42E>360/039 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447056 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130533h6212.82N/02543.12E>198/008 Joppe 1274447056 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130533h6212.82N/02543.12E>198/008 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.214 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130533h6212.82N/02543.12E>198/008 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 38, 1) 1274447058 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//H4fTK`s>lU_ 1274447058 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//H4fTK`s>lU_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882afe0 parse_aprs_compressed position ok: lat 61.452 lng 23.639 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//H4fTK`s>lU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//H4fTK`s>lU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274447059 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//H4fTK`s>lU_ 1274447059 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//H4fTK`s>lU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b098 parse_aprs_compressed position ok: lat 61.452 lng 23.639 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//H4fTK`s>lU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 45, 1) 1274447060 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//H4fTK`s>lU_ 1274447060 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//H4fTK`s>lU_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b098 parse_aprs_compressed position ok: lat 61.452 lng 23.639 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//H4fTK`s>lU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b098) 1274447061 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:05:41 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274447062 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//H4fTK`s>lU_ 1274447062 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//H4fTK`s>lU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b098 parse_aprs_compressed position ok: lat 61.452 lng 23.639 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//H4fTK`s>lU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 45, 1) 1274447063 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//H4fTK`s>lU_ 1274447063 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//H4fTK`s>lU_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b098 parse_aprs_compressed position ok: lat 61.452 lng 23.639 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//H4fTK`s>lU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882b098) 1274447068 << igates.aprs.fi:14580 >> OH6MEV>APRS,TCPIP*,qAC,T2FINLAND:!6132.47N/02340.62E-aprx iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882b098 parse_aprs_uncompressed position ok: lat 61.541 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447068 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b098 erlang_add(OH3RBE-1, 0, 63, 1) 1274447070 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130547h6212.81N/02543.11E> 13.5V Joppe 1274447070 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130547h6212.81N/02543.11E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882b1a0 parse_aprs_uncompressed position ok: lat 62.214 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130547h6212.81N/02543.11E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ad40) pbuf_free(0x882af28) erlang_add(OH3RBE-1, 0, 63, 1) 1274447072 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130547h6212.81N/02543.11E> 13.5V Joppe 1274447072 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130547h6212.81N/02543.11E> 13.5V Joppe interface_receive_ax25() pbuf_alloc(62,62) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.214 lng 25.719 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130547h6212.81N/02543.11E> 13.5V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274447073 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882b098 Source filtering accepted the packet. hops count: OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 75, 1) 1274447073 OH3RBE-1 R OH3RBR>APRG11:}OH6MEV>APRS,TCPIP*,OH3RBR*:!6132.47N/02340.62E-aprx iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6132' erlang_add(OH3RBE-1, 1, 57, 1) interface_receive_ax25() 1274447076 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RDR:!//H*{TKS\>nU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.454 lng 23.633 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//H*{TKS\>nU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447076 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274447077 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,TRACE3-3,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882b288 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447077 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b288 1274447081 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//H*{TKS\>nU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//H*{TKS\>nU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274447081 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447081 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447081 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 38, 1) 1274447081 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//H*{TKS\>nU_ 1274447081 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//H*{TKS\>nU_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af18 parse_aprs_compressed position ok: lat 61.454 lng 23.633 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//H*{TKS\>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 38, 1) 1274447081 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//H*{TKS\>nU_ 1274447081 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//H*{TKS\>nU_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af18 parse_aprs_compressed position ok: lat 61.454 lng 23.633 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//H*{TKS\>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 76, 1) 1274447081 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,TRACE3-3,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274447081 OH3RBE-1 R OH3RBE-2>APNU19,TRACE3-3:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,77) -> 0x882b098 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,TRACE3-3' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b288) Source filtering accepted the packet. hops count: TRACE3-3 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-2>APNU19,OH3RBE-1*,TRACE3-2:' data='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=82) ttyreader_kisswrite(->OH3RBE-1, axlen=82)erlang_add(OH3RBE-1, 2, 82, 1) .. put 85 bytes of KISS frame on IO buffer pbuf_free(0x882b098) erlang_add(OH3RBE-1, 0, 38, 1) 1274447081 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//H*{TKS\>nU_ 1274447081 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2:!//H*{TKS\>nU_ interface_receive_ax25() pbuf_alloc(37,36) -> 0x882af18 parse_aprs_compressed position ok: lat 61.454 lng 23.633 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2' info_start='!//H*{TKS\>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 83, 1) 1274447081 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RUX*,TRACE3-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274447081 OH3RBE-1 R OH3RBE-2>APNU19,OH3RUX*,TRACE3-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,85) -> 0x882b288 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RUX*,TRACE3-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b288) erlang_add(OH3RBE-1, 0, 38, 1) 1274447081 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//H*{TKS\>nU_ 1274447081 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-3*:!//H*{TKS\>nU_ interface_receive_ax25() pbuf_alloc(37,40) -> 0x882af18 parse_aprs_compressed position ok: lat 61.454 lng 23.633 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-3*' info_start='!//H*{TKS\>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882af18) erlang_add(OH3RBE-1, 0, 83, 1) 1274447081 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,TRACE3-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274447081 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,TRACE3-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,87) -> 0x882b288 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,TRACE3-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b288) 1274447082 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274447087 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//]86T^Lj>vU_ 1274447087 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//]86T^Lj>vU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882af18 parse_aprs_compressed position ok: lat 60.994 lng 24.456 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//]86T^Lj>vU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274447087 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//]86T^Lj>vU_ 1274447087 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//]86T^Lj>vU_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.994 lng 24.456 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//]86T^Lj>vU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 45, 1) 1274447089 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//]86T^Lj>vU_ 1274447089 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//]86T^Lj>vU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad28 parse_aprs_compressed position ok: lat 60.994 lng 24.456 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//]86T^Lj>vU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 64, 1) 1274447091 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130608h6212.81N/02542.99E>272/008 Joppe 1274447091 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130608h6212.81N/02542.99E>272/008 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.214 lng 25.716 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130608h6212.81N/02542.99E>272/008 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447093 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130608h6212.81N/02542.99E>272/008 Joppe 1274447093 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130608h6212.81N/02542.99E>272/008 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b098 parse_aprs_uncompressed position ok: lat 62.214 lng 25.716 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130608h6212.81N/02542.99E>272/008 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b098) 1274447096 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882b288 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882a870) 1274447096 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b288 erlang_add(OH3RBE-1, 0, 105, 1) 1274447099 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274447099 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() pbuf_free(0x882ae28) pbuf_free(0x882ac60) pbuf_free(0x882afe0) pbuf_free(0x882b1a0) 1274447101 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882b288 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882b288) 1274447108 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RDR:!//Gs/TK:5>kT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.459 lng 23.621 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Gs/TK:5>kT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447108 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae10 1274447113 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447113 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 1274447113 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=0x882ae10 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Gs/TK:5>kT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Gs/TK:5>kT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae10) 1274447113 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 1b|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274447113 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447113 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 38, 1) 1274447113 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Gs/TK:5>kT_ 1274447113 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Gs/TK:5>kT_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.459 lng 23.621 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Gs/TK:5>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274447113 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//Gs/TK:5>kT_ 1274447113 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//Gs/TK:5>kT_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.459 lng 23.621 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//Gs/TK:5>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274447113 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//Gs/TK:5>kT_ 1274447113 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-3*:!//Gs/TK:5>kT_ interface_receive_ax25() pbuf_alloc(37,40) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.459 lng 23.621 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-3*' info_start='!//Gs/TK:5>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 59, 1) 1274447114 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6040.87N/02449.22E>358/048 EYY-415 1274447114 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6040.87N/02449.22E>358/048 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 60.681 lng 24.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6040.87N/02449.22E>358/048 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274447115 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6040.87N/02449.22E>358/048 EYY-415 1274447115 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6040.87N/02449.22E>358/048 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 60.681 lng 24.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6040.87N/02449.22E>358/048 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 59, 1) 1274447116 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6040.87N/02449.22E>358/048 EYY-415 1274447116 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6040.87N/02449.22E>358/048 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 60.681 lng 24.820 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6040.87N/02449.22E>358/048 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 51, 1) 1274447117 << igates.aprs.fi:14580 << OH6SPR-5>APRS,OH6RDD*,OH3RUX*,qAR,OH3RBE-1:!6214.82N/02543.81Er 1274447117 OH3RBE-1 R OH6SPR-5>APRS,OH6RDD*,OH3RUX*:!6214.82N/02543.81Er interface_receive_ax25() pbuf_alloc(50,50) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.247 lng 25.730 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6SPR-5>APRS,OH6RDD*,OH3RUX*' info_start='!6214.82N/02543.81Er' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274447118 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882a870) pbuf_free(0x882ad28) pbuf_free(0x882af18) 1274447132 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//\msT^7d>kU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882aef0 parse_aprs_compressed position ok: lat 61.003 lng 24.446 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//\msT^7d>kU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447132 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aef0 1274447137 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882aef0 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//\msT^7d>kU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//\msT^7d>kU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882aef0) 1274447137 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447137 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447137 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274447137 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130642h6212.61N/02542.90E>215/041 Joppe 1274447137 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130642h6212.61N/02542.90E>215/041 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882aef0 parse_aprs_uncompressed position ok: lat 62.210 lng 25.715 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130642h6212.61N/02542.90E>215/041 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447137 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130642h6212.61N/02542.90E>215/041 Joppe 1274447137 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130642h6212.61N/02542.90E>215/041 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.210 lng 25.715 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130642h6212.61N/02542.90E>215/041 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447137 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//\msT^7d>kU_ 1274447137 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//\msT^7d>kU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.003 lng 24.446 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//\msT^7d>kU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447137 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//\msT^7d>kU_ 1274447137 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//\msT^7d>kU_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.003 lng 24.446 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//\msT^7d>kU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447137 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//\msT^7d>kU_ 1274447137 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//\msT^7d>kU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.003 lng 24.446 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//\msT^7d>kU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 38, 1) 1274447139 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Ga/TJzn>oS_ 1274447139 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Ga/TJzn>oS_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.608 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Ga/TJzn>oS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//Ga/TJzn>oS_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274447140 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//Ga/TJzn>oS_ 1274447140 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//Ga/TJzn>oS_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.463 lng 23.608 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//Ga/TJzn>oS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274447141 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447141 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274447141 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//Ga/TJzn>oS_ 1274447141 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//Ga/TJzn>oS_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b0b0 parse_aprs_compressed position ok: lat 61.463 lng 23.608 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//Ga/TJzn>oS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b0b0) erlang_add(OH3RBE-1, 0, 38, 1) 1274447143 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//Ga/TJzn>oS_ 1274447143 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//Ga/TJzn>oS_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.463 lng 23.608 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//Ga/TJzn>oS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad50) 1274447146 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274447161 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:07:21 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882afe0) pbuf_free(0x882ae10) 1274447175 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RDR:!//XG!TWb8>AX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.100 lng 24.162 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//XG!TWb8>AX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447175 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274447177 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//\T\T]mV>nU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.009 lng 24.428 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//\T\T]mV>nU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447177 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad58 1274447180 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//XG!TWb8>AX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//XG!TWb8>AX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274447180 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447180 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447180 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 51, 1) 1274447180 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6044.44N/02444.04E> Kaitsu 1274447180 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RBE-3*:!6044.44N/02444.04E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RBE-3*' info_start='!6044.44N/02444.04E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274447180 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6044.44N/02444.04E> Kaitsu 1274447180 OH3RBE-1 R OH3GLY-9>APZMDR,WIDE2:!6044.44N/02444.04E> Kaitsu interface_receive_ax25() pbuf_alloc(50,49) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,WIDE2' info_start='!6044.44N/02444.04E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 49, 1) 1274447180 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//XG!TWb8>AX? Ari 1274447180 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//XG!TWb8>AX? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882afe0 parse_aprs_compressed position ok: lat 61.100 lng 24.162 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//XG!TWb8>AX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 56, 1) 1274447181 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//XG!TWb8>AX? Ari 1274447181 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!//XG!TWb8>AX? Ari interface_receive_ax25() pbuf_alloc(55,60) -> 0x882afe0 parse_aprs_compressed position ok: lat 61.100 lng 24.162 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!//XG!TWb8>AX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 49, 1) 1274447181 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//XG!TWb8>AX? Ari 1274447181 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//XG!TWb8>AX? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882afe0 parse_aprs_compressed position ok: lat 61.100 lng 24.162 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//XG!TWb8>AX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447181 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//\T\T]mV>nU_ 1274447181 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//\T\T]mV>nU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882afe0 parse_aprs_compressed position ok: lat 61.009 lng 24.428 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//\T\T]mV>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad58) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//\T\T]mV>nU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882afe0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447181 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//\T\T]mV>nU_ 1274447181 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//\T\T]mV>nU_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.009 lng 24.428 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//\T\T]mV>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 45, 1) 1274447181 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//\T\T]mV>nU_ 1274447181 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//\T\T]mV>nU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.009 lng 24.428 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//\T\T]mV>nU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad38) 1274447182 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274447185 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130742h6211.78N/02542.48E>199/051 Joppe 1274447185 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130742h6211.78N/02542.48E>199/051 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 62.196 lng 25.708 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130742h6211.78N/02542.48E>199/051 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447187 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130742h6211.78N/02542.48E>199/051 Joppe 1274447187 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130742h6211.78N/02542.48E>199/051 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882afe0 parse_aprs_uncompressed position ok: lat 62.196 lng 25.708 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130742h6211.78N/02542.48E>199/051 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe0) pbuf_free(0x882a870) pbuf_free(0x882aef0) 1274447197 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:07:57 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 74, 1) 1274447201 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6155.39N/02509.99Ev261/021/A=000406UFM-582 1274447201 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6155.39N/02509.99Ev261/021/A=000406UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.923 lng 25.167 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6155.39N/02509.99Ev261/021/A=000406UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274447202 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH6AC:!//Ga/TJzn>oS_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.463 lng 23.608 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH6AC*:!//Ga/TJzn>oS_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447202 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae20 erlang_add(OH3RBE-1, 0, 74, 1) 1274447203 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!6155.39N/02509.99Ev261/021/A=000406UFM-582 1274447203 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*:!6155.39N/02509.99Ev261/021/A=000406UFM-582 interface_receive_ax25() pbuf_alloc(73,76) -> 0x882af10 parse_aprs_uncompressed position ok: lat 61.923 lng 25.167 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!6155.39N/02509.99Ev261/021/A=000406UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af10) erlang_add(OH3RBE-1, 0, 74, 1) 1274447203 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!6155.39N/02509.99Ev261/021/A=000406UFM-582 1274447203 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2*:!6155.39N/02509.99Ev261/021/A=000406UFM-582 interface_receive_ax25() pbuf_alloc(73,73) -> 0x882af10 parse_aprs_uncompressed position ok: lat 61.923 lng 25.167 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2*' info_start='!6155.39N/02509.99Ev261/021/A=000406UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af10) 1274447207 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ae20 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH6AC*:!//Ga/TJzn>oS_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH6AC*:!//Ga/TJzn>oS_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882ae20) 1274447215 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//G,yTJUv>sP_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.475 lng 23.591 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G,yTJUv>sP_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447215 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae20 1274447220 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ae20 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G,yTJUv>sP_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//G,yTJUv>sP_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae20) 1274447220 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447220 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447220 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 38, 1) 1274447220 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//G,yTJUv>sP_ 1274447220 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//G,yTJUv>sP_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.475 lng 23.591 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//G,yTJUv>sP_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae20) erlang_add(OH3RBE-1, 0, 38, 1) 1274447220 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//G,yTJUv>sP_ 1274447220 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//G,yTJUv>sP_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.475 lng 23.591 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//G,yTJUv>sP_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae20) erlang_add(OH3RBE-1, 0, 38, 1) 1274447220 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//G,yTJUv>sP_ 1274447220 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2:!//G,yTJUv>sP_ interface_receive_ax25() pbuf_alloc(37,36) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.475 lng 23.591 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2' info_start='!//G,yTJUv>sP_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae20) erlang_add(OH3RBE-1, 0, 38, 1) 1274447221 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//G,yTJUv>sP_ 1274447221 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-3*:!//G,yTJUv>sP_ interface_receive_ax25() pbuf_alloc(37,40) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.475 lng 23.591 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-3*' info_start='!//G,yTJUv>sP_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ae20) pbuf_free(0x882ad38) pbuf_free(0x882ac60) 1274447225 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//\5DT]H?>sV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.017 lng 24.410 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//\5DT]H?>sV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447225 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274447225 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//\5DT]H?>sV_ 1274447225 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//\5DT]H?>sV_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.017 lng 24.410 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//\5DT]H?>sV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//\5DT]H?>sV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 45, 1) 1274447226 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//\5DT]H?>sV_ 1274447226 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//\5DT]H?>sV_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.017 lng 24.410 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//\5DT]H?>sV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447227 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//\5DT]H?>sV_ 1274447227 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//\5DT]H?>sV_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.017 lng 24.410 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//\5DT]H?>sV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274447230 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) erlang_add(OH3RBE-1, 0, 83, 1) 1274447231 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447231 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274447233 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447233 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad70) 1274447234 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RDR:!//XtgTXGB>CX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.089 lng 24.192 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//XtgTXGB>CX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447234 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad70 erlang_add(OH3RBE-1, 0, 49, 1) 1274447234 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//XtgTXGB>CX? Ari 1274447234 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//XtgTXGB>CX? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ae68 parse_aprs_compressed position ok: lat 61.089 lng 24.192 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//XtgTXGB>CX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad70) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE3-1:' data='!//XtgTXGB>CX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=55) ttyreader_kisswrite(->OH3RBE-1, axlen=55)erlang_add(OH3RBE-1, 2, 55, 1) .. put 58 bytes of KISS frame on IO buffer pbuf_free(0x882ae68) erlang_add(OH3RBE-1, 0, 56, 1) 1274447235 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//XtgTXGB>CX? Ari 1274447235 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//XtgTXGB>CX? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.089 lng 24.192 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//XtgTXGB>CX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 49, 1) 1274447236 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//XtgTXGB>CX? Ari 1274447236 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//XtgTXGB>CX? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.089 lng 24.192 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//XtgTXGB>CX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad70) 1274447239 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=(nil) 1274447240 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882ad70 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447240 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad70 erlang_add(OH3RBE-1, 0, 59, 1) 1274447243 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6042.33N/02448.44E>336/042 EYY-415 1274447243 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6042.33N/02448.44E>336/042 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882aed0 parse_aprs_uncompressed position ok: lat 60.706 lng 24.807 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6042.33N/02448.44E>336/042 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274447244 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6042.33N/02448.44E>336/042 EYY-415 1274447244 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6042.33N/02448.44E>336/042 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882afb0 parse_aprs_uncompressed position ok: lat 60.706 lng 24.807 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6042.33N/02448.44E>336/042 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) 1274447245 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ad70 Source filtering rejected the packet. pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 64, 1) 1274447246 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/130843h6211.04N/02541.16E>216/058 Joppe 1274447246 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/130843h6211.04N/02541.16E>216/058 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.184 lng 25.686 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/130843h6211.04N/02541.16E>216/058 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447247 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/130843h6211.04N/02541.16E>216/058 Joppe 1274447247 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/130843h6211.04N/02541.16E>216/058 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882afb0 parse_aprs_uncompressed position ok: lat 62.184 lng 25.686 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/130843h6211.04N/02541.16E>216/058 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afb0) pbuf_free(0x882a870) 1274447252 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//[lqT]6B>sZ_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.402 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//[lqT]6B>sZ_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447252 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274447252 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//[lqT]6B>sZ_ 1274447252 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//[lqT]6B>sZ_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882afb0 parse_aprs_compressed position ok: lat 61.025 lng 24.402 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//[lqT]6B>sZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//[lqT]6B>sZ_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882afb0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447253 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//[lqT]6B>sZ_ 1274447253 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//[lqT]6B>sZ_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.402 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//[lqT]6B>sZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447254 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//[lqT]6B>sZ_ 1274447254 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//[lqT]6B>sZ_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.402 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//[lqT]6B>sZ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274447257 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) 1274447257 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//Fi3TJO7>!Q_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.483 lng 23.587 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//Fi3TJO7>!Q_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447257 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 38, 1) 1274447257 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Fi3TJO7>!Q_ 1274447257 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Fi3TJO7>!Q_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882afb0 parse_aprs_compressed position ok: lat 61.483 lng 23.587 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Fi3TJO7>!Q_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//Fi3TJO7>!Q_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882afb0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447258 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//Fi3TJO7>!Q_ 1274447258 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//Fi3TJO7>!Q_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.483 lng 23.587 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//Fi3TJO7>!Q_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 38, 1) 1274447258 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//Fi3TJO7>!Q_ 1274447258 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//Fi3TJO7>!Q_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.483 lng 23.587 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//Fi3TJO7>!Q_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447259 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//Fi3TJO7>!Q_ 1274447259 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//Fi3TJO7>!Q_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.483 lng 23.587 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//Fi3TJO7>!Q_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) 1274447262 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) 1274447276 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH6AC:!//XG!TWb8>AX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.100 lng 24.162 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH6AC*:!//XG!TWb8>AX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447276 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 pbuf_free(0x882aed0) pbuf_free(0x882ad70) pbuf_free(0x882ac60) 1274447281 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH6AC*:!//XG!TWb8>AX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH6AC*:!//XG!TWb8>AX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=71) ttyreader_kisswrite(->OH3RBE-1, axlen=71)erlang_add(OH3RBE-1, 2, 71, 1) .. put 74 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274447282 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RDR:!//[HwT\tC>pY_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.034 lng 24.388 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//[HwT\tC>pY_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447282 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274447287 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//[HwT\tC>pY_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//[HwT\tC>pY_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274447287 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447287 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447287 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274447287 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//[HwT\tC>pY_ 1274447287 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//[HwT\tC>pY_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.034 lng 24.388 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//[HwT\tC>pY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447287 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//[HwT\tC>pY_ 1274447287 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//[HwT\tC>pY_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.034 lng 24.388 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//[HwT\tC>pY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447287 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//[HwT\tC>pY_ 1274447287 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//[HwT\tC>pY_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.034 lng 24.388 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//[HwT\tC>pY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274447288 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//FN@TJTu>+T_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.489 lng 23.590 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//FN@TJTu>+T_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447288 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 38, 1) 1274447288 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//FN@TJTu>+T_ 1274447288 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//FN@TJTu>+T_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.489 lng 23.590 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//FN@TJTu>+T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//FN@TJTu>+T_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274447290 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//FN@TJTu>+T_ 1274447290 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//FN@TJTu>+T_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.489 lng 23.590 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//FN@TJTu>+T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274447293 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) 1274447293 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBR:!//YA%TY,G>:X? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.079 lng 24.223 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RBR*:!//YA%TY,G>:X? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447293 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 49, 1) 1274447293 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//YA%TY,G>:X? Ari 1274447293 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//YA%TY,G>:X? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.079 lng 24.223 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//YA%TY,G>:X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE3-1:' data='!//YA%TY,G>:X? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=55) ttyreader_kisswrite(->OH3RBE-1, axlen=55)erlang_add(OH3RBE-1, 2, 55, 1) .. put 58 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 56, 1) 1274447294 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//YA%TY,G>:X? Ari 1274447294 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//YA%TY,G>:X? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882a870 parse_aprs_compressed position ok: lat 61.079 lng 24.223 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//YA%TY,G>:X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274447294 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//YA%TY,G>:X? Ari 1274447294 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!//YA%TY,G>:X? Ari interface_receive_ax25() pbuf_alloc(55,60) -> 0x882a870 parse_aprs_compressed position ok: lat 61.079 lng 24.223 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!//YA%TY,G>:X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 49, 1) 1274447296 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//YA%TY,G>:X? Ari 1274447296 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//YA%TY,G>:X? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.079 lng 24.223 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//YA%TY,G>:X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) 1274447298 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) erlang_add(OH3RBE-1, 0, 77, 1) 1274447304 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274447304 OH3RBE-1 R OH6RDK>APZMDR,WIDE2:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,73) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274447305 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6042.97N/02447.85E>338/031 EYY-415 1274447305 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6042.97N/02447.85E>338/031 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.716 lng 24.798 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6042.97N/02447.85E>338/031 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 77, 1) 1274447308 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2*,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274447308 OH3RBE-1 R OH6RDK>APZMDR,WIDE2*:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,74) -> 0x882ad40 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2*' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad40) erlang_add(OH3RBE-1, 0, 59, 1) 1274447308 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6042.97N/02447.85E>338/031 EYY-415 1274447308 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6042.97N/02447.85E>338/031 EYY-415 interface_receive_ax25() pbuf_alloc(58,56) -> 0x882ad40 parse_aprs_uncompressed position ok: lat 60.716 lng 24.798 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6042.97N/02447.85E>338/031 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad40) BEACON: idx=1, nexttime= +261 sec 1274447311 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.35 minutes 1274447311 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274447313 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:09:53 GMT FIGATES2 193.185.39.3:14580 1274447314 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//[-2T\QZ>n[_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.041 lng 24.371 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//[-2T\QZ>n[_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447314 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad40 erlang_add(OH3RBE-1, 0, 45, 1) 1274447314 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//[-2T\QZ>n[_ 1274447314 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//[-2T\QZ>n[_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.041 lng 24.371 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//[-2T\QZ>n[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad40) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//[-2T\QZ>n[_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 45, 1) 1274447316 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//[-2T\QZ>n[_ 1274447316 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//[-2T\QZ>n[_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.041 lng 24.371 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//[-2T\QZ>n[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad40) erlang_add(OH3RBE-1, 0, 45, 1) 1274447316 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//[-2T\QZ>n[_ 1274447316 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//[-2T\QZ>n[_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.041 lng 24.371 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//[-2T\QZ>n[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad40) 1274447319 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) 1274447323 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//FAhTJz.>2V_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.492 lng 23.608 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//FAhTJz.>2V_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447323 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad40 erlang_add(OH3RBE-1, 0, 38, 1) 1274447323 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//FAhTJz.>2V_ 1274447323 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//FAhTJz.>2V_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.492 lng 23.608 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//FAhTJz.>2V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad40) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//FAhTJz.>2V_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 38, 1) 1274447325 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//FAhTJz.>2V_ 1274447325 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//FAhTJz.>2V_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.492 lng 23.608 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//FAhTJz.>2V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad40) 1274447328 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) pbuf_free(0x882a870) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274447341 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//F:KTK23>2U_ 1274447341 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//F:KTK23>2U_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.494 lng 23.617 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//F:KTK23>2U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//F:KTK23>2U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer 1274447342 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAS,OH3KV:!//ZfST\7O>sW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.049 lng 24.359 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3KV*:!//ZfST\7O>sW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447342 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274447343 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//F:KTK23>2U_ 1274447343 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//F:KTK23>2U_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.494 lng 23.617 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//F:KTK23>2U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 45, 1) 1274447345 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//F:KTK23>2U_ 1274447345 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//F:KTK23>2U_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.494 lng 23.617 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//F:KTK23>2U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 45, 1) 1274447346 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//F:KTK23>2U_ 1274447346 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//F:KTK23>2U_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.494 lng 23.617 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//F:KTK23>2U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad50) 1274447347 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3KV*:!//ZfST\7O>sW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3KV*:!//ZfST\7O>sW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274447352 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-2,qAR,OH3RDR:!//Y=gTZ!B>9X? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.080 lng 24.261 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//Y=gTZ!B>9X? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447352 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274447357 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//Y=gTZ!B>9X? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//Y=gTZ!B>9X? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274447357 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447357 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447357 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274447357 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131027h6209.65N/02540.77E>208/043 Joppe 1274447357 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131027h6209.65N/02540.77E>208/043 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.161 lng 25.680 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131027h6209.65N/02540.77E>208/043 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447357 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/131027h6209.65N/02540.77E>208/043 Joppe 1274447357 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/131027h6209.65N/02540.77E>208/043 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.161 lng 25.680 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/131027h6209.65N/02540.77E>208/043 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 56, 1) 1274447357 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//Y=gTZ!B>9X? Ari 1274447357 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*,WIDE3-1:!//Y=gTZ!B>9X? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.080 lng 24.261 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,OH3RDA-3*,WIDE3-1' info_start='!//Y=gTZ!B>9X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 49, 1) 1274447357 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//Y=gTZ!B>9X? Ari 1274447357 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3:!//Y=gTZ!B>9X? Ari interface_receive_ax25() pbuf_alloc(48,50) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.080 lng 24.261 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3' info_start='!//Y=gTZ!B>9X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 67, 1) 1274447357 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6154.93N/02508.48Ev276/015/A=000577UFM-582 1274447357 OH3RBE-1 R OH6MC-9>APZMDR,WIDE2:!6154.93N/02508.48Ev276/015/A=000577UFM-582 interface_receive_ax25() pbuf_alloc(66,64) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.916 lng 25.141 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,WIDE2' info_start='!6154.93N/02508.48Ev276/015/A=000577UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274447357 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6154.93N/02508.48Ev276/015/A=000577UFM-582 1274447357 OH3RBE-1 R OH6MC-9>APZMDR,OH3RBE-3*:!6154.93N/02508.48Ev276/015/A=000577UFM-582 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ae38 parse_aprs_uncompressed position ok: lat 61.916 lng 25.141 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH3RBE-3*' info_start='!6154.93N/02508.48Ev276/015/A=000577UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae38) erlang_add(OH3RBE-1, 0, 67, 1) 1274447358 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,WIDE2*,qAR,OH3RBE-1:!6154.93N/02508.48Ev276/015/A=000577UFM-582 1274447358 OH3RBE-1 R OH6MC-9>APZMDR,WIDE2*:!6154.93N/02508.48Ev276/015/A=000577UFM-582 interface_receive_ax25() pbuf_alloc(66,65) -> 0x882ae38 parse_aprs_uncompressed position ok: lat 61.916 lng 25.141 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,WIDE2*' info_start='!6154.93N/02508.48Ev276/015/A=000577UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae38) erlang_add(OH3RBE-1, 0, 97, 1) 1274447362 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211310z6009.37N/02504.89Es http://kartta.hmpy.fi 1274447362 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211310z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882ae38 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211310z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274447363 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211310z6009.37N/02504.89Es http://kartta.hmpy.fi 1274447363 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211310z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882af68 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211310z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af68) 1274447369 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//F5)TKP_>6V_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882af68 parse_aprs_compressed position ok: lat 61.495 lng 23.631 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//F5)TKP_>6V_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447369 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af68 erlang_add(OH3RBE-1, 0, 38, 1) 1274447369 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//F5)TKP_>6V_ 1274447369 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//F5)TKP_>6V_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882b058 parse_aprs_compressed position ok: lat 61.495 lng 23.631 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//F5)TKP_>6V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af68) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//F5)TKP_>6V_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882b058) erlang_add(OH3RBE-1, 0, 45, 1) 1274447370 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//F5)TKP_>6V_ 1274447370 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//F5)TKP_>6V_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882af68 parse_aprs_compressed position ok: lat 61.495 lng 23.631 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//F5)TKP_>6V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af68) erlang_add(OH3RBE-1, 0, 38, 1) 1274447370 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//F5)TKP_>6V_ 1274447370 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//F5)TKP_>6V_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af68 parse_aprs_compressed position ok: lat 61.495 lng 23.631 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//F5)TKP_>6V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af68) 1274447374 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274447377 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131054h6209.33N/02540.52E>187/044 Joppe 1274447377 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131054h6209.33N/02540.52E>187/044 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882af68 parse_aprs_uncompressed position ok: lat 62.155 lng 25.675 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131054h6209.33N/02540.52E>187/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447379 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/131054h6209.33N/02540.52E>187/044 Joppe 1274447379 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/131054h6209.33N/02540.52E>187/044 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b050 parse_aprs_uncompressed position ok: lat 62.155 lng 25.675 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/131054h6209.33N/02540.52E>187/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b050) 1274447382 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882b050 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RBR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447382 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b050 erlang_add(OH3RBE-1, 0, 76, 1) 1274447382 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274447382 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882b188 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b050) Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882b188) erlang_add(OH3RBE-1, 0, 76, 1) 1274447384 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1*,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274447384 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,75) -> 0x882b050 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1*' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b050) 1274447386 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RCD*,WIDE2-2,qAR,OH2RCH:!//Z>mX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b050 parse_aprs_compressed position ok: lat 61.058 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH2RCH*:!//Z>mX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447386 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b050 1274447387 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274447387 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//Z>mX_ 1274447387 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//Z>mX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b140 parse_aprs_compressed position ok: lat 61.058 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//Z>mX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b050) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!//Z>mX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882b140) erlang_add(OH3RBE-1, 0, 45, 1) 1274447387 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//Z>mX_ 1274447387 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//Z>mX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b050 parse_aprs_compressed position ok: lat 61.058 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//Z>mX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b050) erlang_add(OH3RBE-1, 0, 45, 1) 1274447390 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//Z>mX_ 1274447390 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//Z>mX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b050 parse_aprs_compressed position ok: lat 61.058 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//Z>mX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b050) 1274447391 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=(nil) 1274447393 << igates.aprs.fi:14580 >> OH2NJR>APX196,TCPIP*,qAC,T2FINLAND:=6030.35N/02443.91E_302/001g002t081r000P000p000h31b10194 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(108,101) -> 0x882b050 parse_aprs_uncompressed position ok: lat 60.506 lng 24.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NJR>APX196,TCPIP,OH2NJR*:=6030.35N/02443.91E_302/001g002t081r000P000p000h31b10194' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274447393 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b050 1274447396 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//F/6TKmk>3V_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.497 lng 23.645 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//F/6TKmk>3V_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447396 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 38, 1) 1274447396 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//F/6TKmk>3V_ 1274447396 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//F/6TKmk>3V_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.497 lng 23.645 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//F/6TKmk>3V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//F/6TKmk>3V_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447397 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//F/6TKmk>3V_ 1274447397 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//F/6TKmk>3V_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.497 lng 23.645 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//F/6TKmk>3V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274447398 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882b050 Source filtering rejected the packet. pbuf_free(0x882b050) erlang_add(OH3RBE-1, 0, 38, 1) 1274447398 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//F/6TKmk>3V_ 1274447398 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//F/6TKmk>3V_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.497 lng 23.645 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//F/6TKmk>3V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447399 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//F/6TKmk>3V_ 1274447399 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//F/6TKmk>3V_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.497 lng 23.645 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//F/6TKmk>3V_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) pbuf_free(0x882ad48) pbuf_free(0x882ae38) 1274447401 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) 1274447411 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RDR:!//YamTZdM>>X? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.071 lng 24.293 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//YamTZdM>>X? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447411 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 49, 1) 1274447411 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//YamTZdM>>X? Ari 1274447411 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//YamTZdM>>X? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.071 lng 24.293 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//YamTZdM>>X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE3-1:' data='!//YamTZdM>>X? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=55) ttyreader_kisswrite(->OH3RBE-1, axlen=55)erlang_add(OH3RBE-1, 2, 55, 1) .. put 58 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274447412 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//YamTZdM>>X? Ari 1274447412 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//YamTZdM>>X? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.071 lng 24.293 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//YamTZdM>>X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274447413 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//YamTZdM>>X? Ari 1274447413 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//YamTZdM>>X? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882a870 parse_aprs_compressed position ok: lat 61.071 lng 24.293 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//YamTZdM>>X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274447416 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274447428 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//F+qTL.I>MJ_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.497 lng 23.659 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//F+qTL.I>MJ_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447428 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 38, 1) 1274447428 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//F+qTL.I>MJ_ 1274447428 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//F+qTL.I>MJ_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.497 lng 23.659 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//F+qTL.I>MJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//F+qTL.I>MJ_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 38, 1) 1274447430 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//F+qTL.I>MJ_ 1274447430 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//F+qTL.I>MJ_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882a870 parse_aprs_compressed position ok: lat 61.497 lng 23.659 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//F+qTL.I>MJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) pbuf_free(0x882af68) erlang_add(OH3RBE-1, 0, 45, 1) 1274447432 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//F+qTL.I>MJ_ 1274447432 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//F+qTL.I>MJ_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.497 lng 23.659 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//F+qTL.I>MJ_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274447433 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 97, 1) 1274447441 << igates.aprs.fi:14580 << OH2MTX-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:/131157h6040.43N/02410.74E>005/000/A=000491 12.0V 18C HDOP01.1 SATS09STOP 1274447441 OH3RBE-1 R OH2MTX-9>APOTC1,OH3RBE-3*:/131157h6040.43N/02410.74E>005/000/A=000491 12.0V 18C HDOP01.1 SATS09STOP interface_receive_ax25() pbuf_alloc(96,99) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.674 lng 24.179 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2MTX-9>APOTC1,OH3RBE-3*' info_start='/131157h6040.43N/02410.74E>005/000/A=000491 12.0V 18C HDOP01.1 SATS09STOP' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 97, 1) 1274447442 << igates.aprs.fi:14580 << OH2MTX-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131157h6040.43N/02410.74E>005/000/A=000491 12.0V 18C HDOP01.1 SATS09STOP 1274447442 OH3RBE-1 R OH2MTX-9>APOTC1,WIDE2:/131157h6040.43N/02410.74E>005/000/A=000491 12.0V 18C HDOP01.1 SATS09STOP interface_receive_ax25() pbuf_alloc(96,95) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.674 lng 24.179 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2MTX-9>APOTC1,WIDE2' info_start='/131157h6040.43N/02410.74E>005/000/A=000491 12.0V 18C HDOP01.1 SATS09STOP' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 64, 1) 1274447444 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131201h6208.55N/02540.29E>198/046 Joppe 1274447444 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131201h6208.55N/02540.29E>198/046 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.143 lng 25.671 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131201h6208.55N/02540.29E>198/046 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274447448 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:12:08 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 74, 1) 1274447455 << igates.aprs.fi:14580 << OH6RDD>APN391,WIDE1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274447455 OH3RBE-1 R OH6RDD>APN391,WIDE1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(73,69) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,WIDE1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 74, 1) 1274447457 << igates.aprs.fi:14580 << OH6RDD>APN391,WIDE1*,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274447457 OH3RBE-1 R OH6RDD>APN391,WIDE1*:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(73,70) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,WIDE1*' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae40) 1274447461 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//YiiX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.070 lng 24.303 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//YiiX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447461 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae40 erlang_add(OH3RBE-1, 0, 45, 1) 1274447461 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//YiiX_ 1274447461 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//YiiX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882af30 parse_aprs_compressed position ok: lat 61.070 lng 24.303 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//YiiX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae40) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//YiiX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882af30) erlang_add(OH3RBE-1, 0, 45, 1) 1274447461 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//YiiX_ 1274447461 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//YiiX_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.070 lng 24.303 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//YiiX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 45, 1) 1274447463 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//YiiX_ 1274447463 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//YiiX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.070 lng 24.303 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//YiiX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae40) 1274447464 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//F!GTKwR>oN_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.500 lng 23.650 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//F!GTKwR>oN_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447464 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae40 erlang_add(OH3RBE-1, 0, 38, 1) 1274447464 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//F!GTKwR>oN_ 1274447464 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//F!GTKwR>oN_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af30 parse_aprs_compressed position ok: lat 61.500 lng 23.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//F!GTKwR>oN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae40) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//F!GTKwR>oN_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882af30) 1274447466 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274447466 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//F!GTKwR>oN_ 1274447466 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//F!GTKwR>oN_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.500 lng 23.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//F!GTKwR>oN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 38, 1) 1274447466 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-1,qAR,OH3RBE-1:!//F!GTKwR>oN_ 1274447466 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-1:!//F!GTKwR>oN_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.500 lng 23.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-1' info_start='!//F!GTKwR>oN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 45, 1) 1274447467 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//F!GTKwR>oN_ 1274447467 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//F!GTKwR>oN_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.500 lng 23.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//F!GTKwR>oN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 45, 1) 1274447468 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//F!GTKwR>oN_ 1274447468 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//F!GTKwR>oN_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ae40 parse_aprs_compressed position ok: lat 61.500 lng 23.650 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//F!GTKwR>oN_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882ae40) 1274447469 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274447472 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447472 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae40 erlang_add(OH3RBE-1, 0, 44, 1) 1274447472 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274447472 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae40) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882af38) erlang_add(OH3RBE-1, 0, 44, 1) 1274447472 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274447472 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 44, 1) 1274447474 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274447474 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae40) 1274447477 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 70, 1) 1274447483 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274447483 OH3RBE-1 R OH6JAT>APZMDR,WIDE2-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2-1' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274447484 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274447484 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,70) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af38) erlang_add(OH3RBE-1, 0, 70, 1) 1274447486 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE2,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 1274447486 OH3RBE-1 R OH6JAT>APZMDR,WIDE2:!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616 interface_receive_ax25() pbuf_alloc(69,66) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE2' info_start='!6155.05N/02511.57E#Jorak digi, KP21OW, OHC616' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af38) pbuf_free(0x882ad48) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274447492 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:12:52 GMT FIGATES2 193.185.39.3:14580 1274447506 << igates.aprs.fi:14580 >> OH2GVE>APX194,TCPIP*,qAC,T2FINLAND:=//H+'TPI'x nöf interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882a870 parse_aprs_compressed position ok: lat 61.454 lng 23.845 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447506 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 59, 1) 1274447506 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6043.81N/02446.75E>284/003 EYY-415 1274447506 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6043.81N/02446.75E>284/003 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6043.81N/02446.75E>284/003 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 59, 1) 1274447508 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6043.81N/02446.75E>284/003 EYY-415 1274447508 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6043.81N/02446.75E>284/003 EYY-415 interface_receive_ax25() pbuf_alloc(58,60) -> 0x882ad40 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6043.81N/02446.75E>284/003 EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad40) 1274447511 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882a870) pbuf_free(0x882ae40) 1274447526 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:13:26 GMT FIGATES2 193.185.39.3:14580 1274447528 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RDR:!//ZW'T\,6>EX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.052 lng 24.353 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//ZW'T\,6>EX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447528 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274447533 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//ZW'T\,6>EX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//ZW'T\,6>EX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274447533 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447533 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447533 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 65, 1) 1274447533 OH3RBE-1 R OH3RBR>APRG11:}OH2GVE>APX194,TCPIP*,OH3RBR*:=//H+'TPI'x nöf TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:=//H+' erlang_add(OH3RBE-1, 1, 47, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 64, 1) 1274447533 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131325h6207.59N/02539.70E>202/037 Joppe 1274447533 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131325h6207.59N/02539.70E>202/037 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.126 lng 25.662 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131325h6207.59N/02539.70E>202/037 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 56, 1) 1274447533 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//ZW'T\,6>EX? Ari 1274447533 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//ZW'T\,6>EX? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.052 lng 24.353 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//ZW'T\,6>EX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad40) erlang_add(OH3RBE-1, 0, 49, 1) 1274447533 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//ZW'T\,6>EX? Ari 1274447533 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//ZW'T\,6>EX? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.052 lng 24.353 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//ZW'T\,6>EX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad40) erlang_add(OH3RBE-1, 0, 49, 1) 1274447533 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3,qAR,OH3RBE-1:!//ZW'T\,6>EX? Ari 1274447533 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3:!//ZW'T\,6>EX? Ari interface_receive_ax25() pbuf_alloc(48,50) -> 0x882ad40 parse_aprs_compressed position ok: lat 61.052 lng 24.353 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3' info_start='!//ZW'T\,6>EX? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad40) erlang_add(OH3RBE-1, 0, 44, 1) 1274447535 << igates.aprs.fi:14580 << OH6RUC>APZMDR,WIDE2,qAR,OH3RBE-1:!6332.12N/02341.44E# 1274447535 OH3RBE-1 R OH6RUC>APZMDR,WIDE2:!6332.12N/02341.44E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ad40 parse_aprs_uncompressed position ok: lat 63.535 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RUC>APZMDR,WIDE2' info_start='!6332.12N/02341.44E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274447536 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3BK:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3BK*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447536 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae00 erlang_add(OH3RBE-1, 0, 44, 1) 1274447536 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274447536 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-2:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882aef8 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-2' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae00) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882aef8) erlang_add(OH3RBE-1, 0, 51, 1) 1274447537 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274447537 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 44, 1) 1274447540 << igates.aprs.fi:14580 << OH6RUC>APZMDR,WIDE2*,qAR,OH3RBE-1:!6332.12N/02341.44E# 1274447540 OH3RBE-1 R OH6RUC>APZMDR,WIDE2*:!6332.12N/02341.44E# interface_receive_ax25() pbuf_alloc(43,41) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 63.535 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RUC>APZMDR,WIDE2*' info_start='!6332.12N/02341.44E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae00) erlang_add(OH3RBE-1, 0, 44, 1) 1274447540 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274447540 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae00) 1274447541 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) 1274447550 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RDR:!//EqdTKZ4>hO_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae00 parse_aprs_compressed position ok: lat 61.502 lng 23.636 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH3RDR*:!//EqdTKZ4>hO_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447550 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae00 erlang_add(OH3RBE-1, 0, 38, 1) 1274447550 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//EqdTKZ4>hO_ 1274447550 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//EqdTKZ4>hO_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882aef0 parse_aprs_compressed position ok: lat 61.502 lng 23.636 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//EqdTKZ4>hO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae00) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//EqdTKZ4>hO_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer pbuf_free(0x882aef0) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447551 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//EqdTKZ4>hO_ 1274447551 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//EqdTKZ4>hO_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.502 lng 23.636 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//EqdTKZ4>hO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447553 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//EqdTKZ4>hO_ 1274447553 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//EqdTKZ4>hO_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.502 lng 23.636 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//EqdTKZ4>hO_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274447555 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=(nil) 1274447565 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RCD*,WIDE2-2,qAS,OH2HCY:!//YBCTYK(>cX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae00 parse_aprs_compressed position ok: lat 61.079 lng 24.237 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH2HCY*:!//YBCTYK(>cX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447565 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae00 erlang_add(OH3RBE-1, 0, 45, 1) 1274447565 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//YBCTYK(>cX_ 1274447565 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//YBCTYK(>cX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.079 lng 24.237 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//YBCTYK(>cX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae00) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//YBCTYK(>cX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447566 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//YBCTYK(>cX_ 1274447566 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//YBCTYK(>cX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.079 lng 24.237 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//YBCTYK(>cX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447568 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//YBCTYK(>cX_ 1274447568 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//YBCTYK(>cX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.079 lng 24.237 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//YBCTYK(>cX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274447570 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) BEACON: idx=2, nexttime= +280 sec 1274447572 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.67 minutes 1274447572 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer 1274447573 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211313z6130.13N/02354.90E_000/000g000t091r000p000P000h26b10125eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ae00 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211313z6130.13N/02354.90E_000/000g000t091r000p000P000h26b10125eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447573 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae00 1274447578 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ae00 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211313z6130.13N/02354.90E_000/000g000t091r000p000P000h26b10125eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211313z6130.13N/02354.90E_000/000g000t091r000p000P000h26b10125eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ae00) pbuf_free(0x882a870) pbuf_free(0x882ad40) 1274447586 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,WIDE3-2,qAR,OH2RCH:!//[6dT\]T>@X? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.038 lng 24.377 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH2RCH*:!//[6dT\]T>@X? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447586 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274447591 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH2RCH*:!//[6dT\]T>@X? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH2RCH*:!//[6dT\]T>@X? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274447592 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447592 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447592 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 49, 1) 1274447592 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//[6dT\]T>@X? Ari 1274447592 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1:!//[6dT\]T>@X? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.038 lng 24.377 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1' info_start='!//[6dT\]T>@X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 49, 1) 1274447592 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//[6dT\]T>@X? Ari 1274447592 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3:!//[6dT\]T>@X? Ari interface_receive_ax25() pbuf_alloc(48,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.038 lng 24.377 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3' info_start='!//[6dT\]T>@X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 49, 1) 1274447592 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//[6dT\]T>@X? Ari 1274447592 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//[6dT\]T>@X? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.038 lng 24.377 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//[6dT\]T>@X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 42, 1) 1274447592 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-1,qAR,OH3RBE-1:!//[6dT\]T>@X? Ari 1274447592 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-1:!//[6dT\]T>@X? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882a870 parse_aprs_compressed position ok: lat 61.038 lng 24.377 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-1' info_start='!//[6dT\]T>@X? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 83, 1) 1274447593 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447593 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274447594 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447594 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 64, 1) 1274447598 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131435h6206.84N/02539.17E>201/044 Joppe 1274447598 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131435h6206.84N/02539.17E>201/044 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.114 lng 25.653 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131435h6206.84N/02539.17E>201/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447600 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/131435h6206.84N/02539.17E>201/044 Joppe 1274447600 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/131435h6206.84N/02539.17E>201/044 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.114 lng 25.653 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/131435h6206.84N/02539.17E>201/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) 1274447606 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:14:46 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 55, 1) 1274447609 << igates.aprs.fi:14580 << OH2HPN-1>APU25N,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:>130814zUI-View32 V2.03 1274447609 OH3RBE-1 R OH2HPN-1>APU25N,OH2RDU*,OH3RBE-3*:>130814zUI-View32 V2.03 interface_receive_ax25() pbuf_alloc(54,57) -> 0x882ad48 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2HPN-1>APU25N,OH2RDU*,OH3RBE-3*' info_start='>130814zUI-View32 V2.03' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 58, 1) 1274447612 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6316.61N/02538.53E>360/000 1274447612 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6316.61N/02538.53E>360/000 interface_receive_ax25() pbuf_alloc(57,59) -> 0x882ae28 parse_aprs_uncompressed position ok: lat 63.277 lng 25.642 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6316.61N/02538.53E>360/000' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 58, 1) 1274447614 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6316.61N/02538.53E>360/000 1274447614 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6316.61N/02538.53E>360/000 interface_receive_ax25() pbuf_alloc(57,60) -> 0x882af08 parse_aprs_uncompressed position ok: lat 63.277 lng 25.642 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6316.61N/02538.53E>360/000' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af08) erlang_add(OH3RBE-1, 0, 38, 1) 1274447617 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!//Ec\TKQ]>l<_ 1274447617 OH3RBE-1 R OH3HOO-9>APZMDR,WIDE2-2:!//Ec\TKQ]>l<_ interface_receive_ax25() pbuf_alloc(37,38) -> 0x882af08 parse_aprs_compressed position ok: lat 61.506 lng 23.632 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,WIDE2-2' info_start='!//Ec\TKQ]>l<_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!//Ec\TKQ]>l<_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=44) ttyreader_kisswrite(->OH3RBE-1, axlen=44)erlang_add(OH3RBE-1, 2, 44, 1) .. put 47 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274447619 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!//Ec\TKQ]>l<_ 1274447619 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!//Ec\TKQ]>l<_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882afc0 parse_aprs_compressed position ok: lat 61.506 lng 23.632 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!//Ec\TKQ]>l<_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afc0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447620 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*,qAR,OH3RBE-1:!//Ec\TKQ]>l<_ 1274447620 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*:!//Ec\TKQ]>l<_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882afc0 parse_aprs_compressed position ok: lat 61.506 lng 23.632 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,OH3RBE-5*' info_start='!//Ec\TKQ]>l<_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882afc0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447621 << igates.aprs.fi:14580 << OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//Ec\TKQ]>l<_ 1274447621 OH3RBE-1 R OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2:!//Ec\TKQ]>l<_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882afc0 parse_aprs_compressed position ok: lat 61.506 lng 23.632 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!//Ec\TKQ]>l<_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882afc0) 1274447626 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:15:06 GMT FIGATES2 193.185.39.3:14580 1274447630 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3BK:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882afc0 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447630 ENTER VISCOUS QUEUE: len=1 pbuf=0x882afc0 erlang_add(OH3RBE-1, 0, 69, 1) 1274447630 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274447630 OH3RBE-1 R OH3RBE-2>APNU19:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() 1274447635 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882afc0 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3BK*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882afc0) pbuf_free(0x882ac60) pbuf_free(0x882ad48) pbuf_free(0x882a870) 1274447646 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RDR:!//[lQT]5.>EW? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.401 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//[lQT]5.>EW? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447646 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274447651 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//[lQT]5.>EW? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//[lQT]5.>EW? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274447651 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274447651 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447651 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 49, 1) 1274447651 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//[lQT]5.>EW? Ari 1274447651 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//[lQT]5.>EW? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.401 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//[lQT]5.>EW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274447651 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//[lQT]5.>EW? Ari 1274447651 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//[lQT]5.>EW? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.401 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//[lQT]5.>EW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 49, 1) 1274447651 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//[lQT]5.>EW? Ari 1274447651 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//[lQT]5.>EW? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.025 lng 24.401 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//[lQT]5.>EW? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 97, 1) 1274447654 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211315z6009.37N/02504.89Es http://kartta.hmpy.fi 1274447654 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211315z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211315z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274447656 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211315z6009.37N/02504.89Es http://kartta.hmpy.fi 1274447656 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211315z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211315z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274447666 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:15:46 GMT FIGATES2 193.185.39.3:14580 1274447668 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3BK:!6128.33N/02359.10EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.33N/02359.10EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447668 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 64, 1) 1274447669 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131546h6206.11N/02538.26E>210/044 Joppe 1274447669 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131546h6206.11N/02538.26E>210/044 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882afc0 parse_aprs_uncompressed position ok: lat 62.102 lng 25.638 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131546h6206.11N/02538.26E>210/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274447670 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274447670 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,54) -> 0x882b0a8 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FCB-2>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!6128.33N/02359.10EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882b0a8) erlang_add(OH3RBE-1, 0, 51, 1) 1274447670 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274447670 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,56) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) pbuf_free(0x882ae28) pbuf_free(0x882af08) 1274447673 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274447673 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/131546h6206.11N/02538.26E>210/044 Joppe 1274447673 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/131546h6206.11N/02538.26E>210/044 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.102 lng 25.638 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/131546h6206.11N/02538.26E>210/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274447673 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6128.33N/02359.10EU 1274447673 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2:!6128.33N/02359.10EU interface_receive_ax25() pbuf_alloc(50,52) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-3*,WIDE2' info_start='!6128.33N/02359.10EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 79, 1) 1274447684 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274447684 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,80) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274447685 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274447685 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 79, 1) 1274447686 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274447686 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad68) 1274447688 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:16:08 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274447695 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2,qAR,OH3RBE-1:!6317.81N/02538.23E>338/052/A=000392 1274447695 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2:!6317.81N/02538.23E>338/052/A=000392 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 63.297 lng 25.637 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2' info_start='!6317.81N/02538.23E>338/052/A=000392' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274447697 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*,qAR,OH3RBE-1:!6317.81N/02538.23E>338/052/A=000392 1274447697 OH3RBE-1 R OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*:!6317.81N/02538.23E>338/052/A=000392 interface_receive_ax25() pbuf_alloc(66,69) -> 0x882ae58 parse_aprs_uncompressed position ok: lat 63.297 lng 25.637 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH6AAH-2*,WIDE2*' info_start='!6317.81N/02538.23E>338/052/A=000392' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae58) pbuf_free(0x882a870) pbuf_free(0x882afc0) 1274447705 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RDR:!//\L'T]^->?W? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.011 lng 24.421 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH3RDR*:!//\L'T]^->?W? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447705 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 49, 1) 1274447705 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//\L'T]^->?W? Ari 1274447705 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//\L'T]^->?W? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ae58 parse_aprs_compressed position ok: lat 61.011 lng 24.421 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//\L'T]^->?W? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE3-2 req=3,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE3-1:' data='!//\L'T]^->?W? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=55) ttyreader_kisswrite(->OH3RBE-1, axlen=55)erlang_add(OH3RBE-1, 2, 55, 1) .. put 58 bytes of KISS frame on IO buffer pbuf_free(0x882ae58) erlang_add(OH3RBE-1, 0, 56, 1) 1274447706 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//\L'T]^->?W? Ari 1274447706 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//\L'T]^->?W? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882a870 parse_aprs_compressed position ok: lat 61.011 lng 24.421 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//\L'T]^->?W? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 56, 1) 1274447707 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//\L'T]^->?W? Ari 1274447707 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!//\L'T]^->?W? Ari interface_receive_ax25() pbuf_alloc(55,60) -> 0x882a870 parse_aprs_compressed position ok: lat 61.011 lng 24.421 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!//\L'T]^->?W? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 49, 1) 1274447708 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//\L'T]^->?W? Ari 1274447708 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//\L'T]^->?W? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 61.011 lng 24.421 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//\L'T]^->?W? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) 1274447710 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) 1274447716 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//X9>TWTe>o[_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.103 lng 24.155 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//X9>TWTe>o[_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447716 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274447716 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//X9>TWTe>o[_ 1274447716 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//X9>TWTe>o[_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae58 parse_aprs_compressed position ok: lat 61.103 lng 24.155 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//X9>TWTe>o[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//X9>TWTe>o[_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ae58) erlang_add(OH3RBE-1, 0, 45, 1) 1274447719 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//X9>TWTe>o[_ 1274447719 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//X9>TWTe>o[_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.103 lng 24.155 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//X9>TWTe>o[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274447721 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274447730 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131647h6205.36N/02537.07E>220/052 Joppe 1274447730 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131647h6205.36N/02537.07E>220/052 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.089 lng 25.618 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131647h6205.36N/02537.07E>220/052 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ad68) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 64, 1) 1274447732 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/131647h6205.36N/02537.07E>220/052 Joppe 1274447732 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/131647h6205.36N/02537.07E>220/052 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.089 lng 25.618 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/131647h6205.36N/02537.07E>220/052 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274447736 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:16:56 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 70, 1) 1274447741 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6059.91N/02542.06E> 14.3V 44C HDOP00.8 SATS12 1274447741 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6059.91N/02542.06E> 14.3V 44C HDOP00.8 SATS12 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.999 lng 25.701 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6059.91N/02542.06E> 14.3V 44C HDOP00.8 SATS12' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274447744 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6059.91N/02542.06E> 14.3V 44C HDOP00.8 SATS12 1274447744 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6059.91N/02542.06E> 14.3V 44C HDOP00.8 SATS12 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 60.999 lng 25.701 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6059.91N/02542.06E> 14.3V 44C HDOP00.8 SATS12' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad58) 1274447746 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3BK:!//Wt#TW6r>qY_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.111 lng 24.141 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//Wt#TW6r>qY_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447746 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad58 erlang_add(OH3RBE-1, 0, 45, 1) 1274447746 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//Wt#TW6r>qY_ 1274447746 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//Wt#TW6r>qY_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae48 parse_aprs_compressed position ok: lat 61.111 lng 24.141 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//Wt#TW6r>qY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad58) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!//Wt#TW6r>qY_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ae48) erlang_add(OH3RBE-1, 0, 45, 1) 1274447748 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//Wt#TW6r>qY_ 1274447748 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//Wt#TW6r>qY_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.111 lng 24.141 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//Wt#TW6r>qY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 44, 1) 1274447748 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274447748 OH3RBE-1 R OH6FJB>APZMDR,WIDE2-1:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2-1' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274447751 LEAVE VISCOUS QUEUE: dupe=0xb7d6c000 pbuf=(nil) 1274447752 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447752 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae18 erlang_add(OH3RBE-1, 0, 37, 1) 1274447752 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274447752 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() erlang_add(OH3RBE-1, 0, 64, 1) 1274447754 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131711h6205.08N/02536.66E>198/051 Joppe 1274447754 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131711h6205.08N/02536.66E>198/051 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882af10 parse_aprs_uncompressed position ok: lat 62.085 lng 25.611 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131711h6205.08N/02536.66E>198/051 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274447755 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6059.93N/02542.15E> 14.2V 44C HDOP00.8 SATS12 1274447755 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6059.93N/02542.15E> 14.2V 44C HDOP00.8 SATS12 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882aff8 parse_aprs_uncompressed position ok: lat 60.999 lng 25.702 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6059.93N/02542.15E> 14.2V 44C HDOP00.8 SATS12' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274447756 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882b0f0 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447756 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b0f0 1274447757 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ae18 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ae18) Telemetry Tx run; next one in 20.00 minutes 1274447760 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#089,0,0,0,0,000,00000000 1274447760 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#089,23,7,172,12,038,00000000 1274447761 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882b210 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447761 ENTER VISCOUS QUEUE: len=2 pbuf=0x882b210 pbuf_free(0x882a870) 1274447761 LEAVE VISCOUS QUEUE: dupe=0xb7d6c300 pbuf=0x882b0f0 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882b0f0) 1274447761 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274447761 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274447761 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274447761 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6130.57N/02341.33E> 1274447761 OH3RBE-1 R OH6KFT-9>APZMDR,WIDE2-2:!6130.57N/02341.33E> interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae18 parse_aprs_uncompressed position ok: lat 61.509 lng 23.689 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,WIDE2-2' info_start='!6130.57N/02341.33E>' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6130.57N/02341.33E>' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 72, 1) 1274447761 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274447761 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882b0f0 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b210) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882b0f0) erlang_add(OH3RBE-1, 0, 79, 1) 1274447764 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274447764 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 51, 1) 1274447764 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*,qAR,OH3RBE-1:!6130.57N/02341.33E> 1274447764 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*:!6130.57N/02341.33E> interface_receive_ax25() pbuf_alloc(50,56) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.509 lng 23.689 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,OH3RBE-3*' info_start='!6130.57N/02341.33E>' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274447766 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) erlang_add(OH3RBE-1, 0, 51, 1) 1274447766 << igates.aprs.fi:14580 << OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6130.57N/02341.33E> 1274447766 OH3RBE-1 R OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2:!6130.57N/02341.33E> interface_receive_ax25() pbuf_alloc(50,52) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.509 lng 23.689 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6KFT-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6130.57N/02341.33E>' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 70, 1) 1274447769 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1,qAR,OH3RBE-1:!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska 1274447769 OH3RBE-1 R OH6RAH>APZMDR,WIDE1:!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska interface_receive_ax25() pbuf_alloc(69,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1' info_start='!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274447771 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1*,qAR,OH3RBE-1:!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska 1274447771 OH3RBE-1 R OH6RAH>APZMDR,WIDE1*:!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska interface_receive_ax25() pbuf_alloc(69,67) -> 0x882b0f0 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1*' info_start='!6246.40N/02248.28E# PGH26304 R,Wn,Tn Joupiska' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0f0) erlang_add(OH3RBE-1, 0, 83, 1) 1274447773 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447773 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882b0f0 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274447775 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447775 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b200 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b200) 1274447778 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBR:!//WRETVws>rX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b200 parse_aprs_compressed position ok: lat 61.119 lng 24.128 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//WRETVws>rX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447778 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b200 erlang_add(OH3RBE-1, 0, 45, 1) 1274447778 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//WRETVws>rX_ 1274447778 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//WRETVws>rX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b2f0 parse_aprs_compressed position ok: lat 61.119 lng 24.128 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//WRETVws>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b200) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//WRETVws>rX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882b2f0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447778 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//WRETVws>rX_ 1274447778 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//WRETVws>rX_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882b200 parse_aprs_compressed position ok: lat 61.119 lng 24.128 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//WRETVws>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b200) erlang_add(OH3RBE-1, 0, 45, 1) 1274447780 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//WRETVws>rX_ 1274447780 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//WRETVws>rX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882b200 parse_aprs_compressed position ok: lat 61.119 lng 24.128 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//WRETVws>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b200) 1274447783 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=(nil) pbuf_free(0x882af10) pbuf_free(0x882ac60) pbuf_free(0x882ad58) pbuf_free(0x882aff8) 1274447793 << igates.aprs.fi:14580 >> OH1WW>APU25N,TCPIP*,qAC,T2FINLAND:;OH1FAP *281738z6116.91N\02241.95E- interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.282 lng 22.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1WW>APU25N,TCPIP,OH1WW*:;OH1FAP *281738z6116.91N\02241.95E-' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447793 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274447798 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 64, 1) 1274447808 << igates.aprs.fi:14580 << OH3HPU-9>APOTC1,OH2RDU*,OH3RBE-3*,qAR,OH3RBE-1:!//_iWU%t*> st/A=000692 12.5V 34C 1274447808 OH3RBE-1 R OH3HPU-9>APOTC1,OH2RDU*,OH3RBE-3*:!//_iWU%t*> st/A=000692 12.5V 34C interface_receive_ax25() pbuf_alloc(63,67) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.939 lng 25.953 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3HPU-9>APOTC1,OH2RDU*,OH3RBE-3*' info_start='!//_iWU%t*> st/A=000692 12.5V 34C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274447811 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274447811 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882aee0 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274447812 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RDA-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274447812 OH3RBE-1 R OH3RCD>APN391,OH3RDA-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RDA-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afe8) 1274447813 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:18:13 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 86, 1) 1274447814 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274447814 OH3RBE-1 R OH3RCD>APN391,OH3RBE-2*,TRACE2:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(85,85) -> 0x882b200 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-2*,TRACE2' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b200) erlang_add(OH3RBE-1, 0, 64, 1) 1274447815 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/131811h6204.24N/02536.22E>212/052 Joppe 1274447815 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/131811h6204.24N/02536.22E>212/052 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882afe8 parse_aprs_uncompressed position ok: lat 62.071 lng 25.604 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/131811h6204.24N/02536.22E>212/052 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447817 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/131811h6204.24N/02536.22E>212/052 Joppe 1274447817 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/131811h6204.24N/02536.22E>212/052 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882b200 parse_aprs_uncompressed position ok: lat 62.071 lng 25.604 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/131811h6204.24N/02536.22E>212/052 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b200) erlang_add(OH3RBE-1, 0, 25, 1) 1274447817 OH3RBE-1 R OH6GHF>BEACON,WIDE2: interface_receive_ax25() pbuf_alloc(24,20) -> 0x882ad50 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 25, 1) 1274447819 OH3RBE-1 R OH6GHF>BEACON,WIDE2*: interface_receive_ax25() pbuf_alloc(24,21) -> 0x882b200 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2*' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b200) pbuf_free(0x882ae18) pbuf_free(0x882b0f0) pbuf_free(0x882a870) 1274447821 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//W)cTVQ[>nX_ erlang_add(OH3RBE-1, 0, 45, 1) 1274447821 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//W)cTVQ[>nX_ 1274447821 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//W)cTVQ[>nX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ade8 parse_aprs_compressed position ok: lat 61.128 lng 24.110 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//W)cTVQ[>nX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//W)cTVQ[>nX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.128 lng 24.110 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//W)cTVQ[>nX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447823 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//W)cTVQ[>nX_ 1274447823 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//W)cTVQ[>nX_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.128 lng 24.110 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//W)cTVQ[>nX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274447824 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//W)cTVQ[>nX_ 1274447824 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//W)cTVQ[>nX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.128 lng 24.110 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//W)cTVQ[>nX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274447841 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:18:41 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 74, 1) 1274447841 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6155.17N/02509.50Ev330/026/A=000410UFM-582 1274447841 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6155.17N/02509.50Ev330/026/A=000410UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.919 lng 25.158 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6155.17N/02509.50Ev330/026/A=000410UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 74, 1) 1274447842 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!6155.17N/02509.50Ev330/026/A=000410UFM-582 1274447842 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*:!6155.17N/02509.50Ev330/026/A=000410UFM-582 interface_receive_ax25() pbuf_alloc(73,76) -> 0x882b0d0 parse_aprs_uncompressed position ok: lat 61.919 lng 25.158 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!6155.17N/02509.50Ev330/026/A=000410UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b0d0) erlang_add(OH3RBE-1, 0, 74, 1) 1274447844 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!6155.17N/02509.50Ev330/026/A=000410UFM-582 1274447844 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2*:!6155.17N/02509.50Ev330/026/A=000410UFM-582 interface_receive_ax25() pbuf_alloc(73,73) -> 0x882b0d0 parse_aprs_uncompressed position ok: lat 61.919 lng 25.158 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2*' info_start='!6155.17N/02509.50Ev330/026/A=000410UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b0d0) pbuf_free(0x882ad50) pbuf_free(0x882aee0) pbuf_free(0x882ac60) pbuf_free(0x882afe8) BEACON: idx=3, nexttime= +242 sec 1274447852 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.03 minutes 1274447852 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274447853 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBR:!//Vm.TV0E>lX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.134 lng 24.094 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//Vm.TV0E>lX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447853 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274447853 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//Vm.TV0E>lX_ 1274447853 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//Vm.TV0E>lX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882aeb0 parse_aprs_compressed position ok: lat 61.134 lng 24.094 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//Vm.TV0E>lX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//Vm.TV0E>lX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882aeb0) erlang_add(OH3RBE-1, 0, 45, 1) 1274447855 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//Vm.TV0E>lX_ 1274447855 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//Vm.TV0E>lX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.134 lng 24.094 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//Vm.TV0E>lX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274447858 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=(nil) 1274447873 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:19:12 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 63, 1) 1274447873 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274447873 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 63, 1) 1274447875 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274447875 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,65) -> 0x882aeb0 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aeb0) erlang_add(OH3RBE-1, 0, 63, 1) 1274447875 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml 1274447875 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml interface_receive_ax25() pbuf_alloc(62,61) -> 0x882aeb0 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#PHG2560 R,Wn,Tn Hml' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aeb0) pbuf_free(0x882a870) pbuf_free(0x882ade8) erlang_add(OH3RBE-1, 0, 49, 1) 1274447882 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//]x@T^ic>IS? Ari 1274447882 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//]x@T^ic>IS? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 60.979 lng 24.470 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//]x@T^ic>IS? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 56, 1) 1274447883 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//]x@T^ic>IS? Ari 1274447883 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//]x@T^ic>IS? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ad48 parse_aprs_compressed position ok: lat 60.979 lng 24.470 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//]x@T^ic>IS? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 56, 1) 1274447884 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//]x@T^ic>IS? Ari 1274447884 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!//]x@T^ic>IS? Ari interface_receive_ax25() pbuf_alloc(55,60) -> 0x882ad48 parse_aprs_compressed position ok: lat 60.979 lng 24.470 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!//]x@T^ic>IS? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 49, 1) 1274447884 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//]x@T^ic>IS? Ari 1274447884 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//]x@T^ic>IS? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ad48 parse_aprs_compressed position ok: lat 60.979 lng 24.470 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//]x@T^ic>IS? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad48) 1274447892 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:19:32 GMT FIGATES2 193.185.39.3:14580 1274447899 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//VUMTUVr>iW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.140 lng 24.069 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//VUMTUVr>iW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447899 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad48 erlang_add(OH3RBE-1, 0, 45, 1) 1274447899 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//VUMTUVr>iW_ 1274447899 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//VUMTUVr>iW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae38 parse_aprs_compressed position ok: lat 61.140 lng 24.069 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//VUMTUVr>iW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad48) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//VUMTUVr>iW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ae38) erlang_add(OH3RBE-1, 0, 45, 1) 1274447902 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//VUMTUVr>iW_ 1274447902 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//VUMTUVr>iW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.140 lng 24.069 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//VUMTUVr>iW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad48) 1274447904 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 74, 1) 1274447904 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6155.39N/02509.96Ev076/023/A=000232UFM-582 1274447904 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6155.39N/02509.96Ev076/023/A=000232UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.923 lng 25.166 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6155.39N/02509.96Ev076/023/A=000232UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ac60) 1274447919 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:19:59 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 98, 1) 1274447926 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi 1274447926 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RDA-3*:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(97,98) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RDA-3*' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 105, 1) 1274447927 << igates.aprs.fi:14580 << OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi 1274447927 OH3RBE-1 R OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2:!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi interface_receive_ax25() pbuf_alloc(104,105) -> 0x882af78 parse_aprs_uncompressed position ok: lat 60.125 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDG>APN391,OH3RCD*,OH3RBE-2*,TRACE2' info_start='!6007.47NN02429.82E#PHG8470/R,W,T,Wn,Tn Kirkkonummi oh1gsm@sral.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af78) erlang_add(OH3RBE-1, 0, 74, 1) 1274447933 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6155.24N/02510.07Ev165/030/A=000390UFM-582 1274447933 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6155.24N/02510.07Ev165/030/A=000390UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882af78 parse_aprs_uncompressed position ok: lat 61.921 lng 25.168 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6155.24N/02510.07Ev165/030/A=000390UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 74, 1) 1274447934 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!6155.24N/02510.07Ev165/030/A=000390UFM-582 1274447934 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*:!6155.24N/02510.07Ev165/030/A=000390UFM-582 interface_receive_ax25() pbuf_alloc(73,76) -> 0x882b078 parse_aprs_uncompressed position ok: lat 61.921 lng 25.168 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!6155.24N/02510.07Ev165/030/A=000390UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b078) erlang_add(OH3RBE-1, 0, 74, 1) 1274447935 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!6155.24N/02510.07Ev165/030/A=000390UFM-582 1274447935 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2*:!6155.24N/02510.07Ev165/030/A=000390UFM-582 interface_receive_ax25() pbuf_alloc(73,73) -> 0x882b078 parse_aprs_uncompressed position ok: lat 61.921 lng 25.168 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2*' info_start='!6155.24N/02510.07Ev165/030/A=000390UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b078) 1274447939 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:20:19 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 49, 1) 1274447942 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//^E>T^bU>]S? Ari 1274447942 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//^E>T^bU>]S? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 60.970 lng 24.466 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//^E>T^bU>]S? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 56, 1) 1274447942 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//^E>T^bU>]S? Ari 1274447942 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//^E>T^bU>]S? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.970 lng 24.466 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//^E>T^bU>]S? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 56, 1) 1274447943 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//^E>T^bU>]S? Ari 1274447943 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!//^E>T^bU>]S? Ari interface_receive_ax25() pbuf_alloc(55,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.970 lng 24.466 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!//^E>T^bU>]S? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274447944 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//^E>T^bU>]S? Ari 1274447944 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//^E>T^bU>]S? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.970 lng 24.466 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//^E>T^bU>]S? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274447945 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!//VJKTT{V>eW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.142 lng 24.043 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//VJKTT{V>eW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274447945 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274447945 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!//VJKTT{V>eW_ 1274447945 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1:!//VJKTT{V>eW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.142 lng 24.043 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!//VJKTT{V>eW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!//VJKTT{V>eW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 45, 1) 1274447947 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!//VJKTT{V>eW_ 1274447947 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!//VJKTT{V>eW_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.142 lng 24.043 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!//VJKTT{V>eW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274447948 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!//VJKTT{V>eW_ 1274447948 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2:!//VJKTT{V>eW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.142 lng 24.043 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!//VJKTT{V>eW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274447950 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274447950 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/132027h6202.68N/02536.36E>165/041 Joppe 1274447950 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/132027h6202.68N/02536.36E>165/041 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.045 lng 25.606 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/132027h6202.68N/02536.36E>165/041 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447951 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/132027h6202.68N/02536.36E>165/041 Joppe 1274447951 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/132027h6202.68N/02536.36E>165/041 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.045 lng 25.606 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/132027h6202.68N/02536.36E>165/041 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 83, 1) 1274447954 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447954 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882b078 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274447956 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274447956 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b188 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b188) 1274447965 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:20:45 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 74, 1) 1274447968 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6154.97N/02510.02Ev211/030/A=000387UFM-582 1274447968 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6154.97N/02510.02Ev211/030/A=000387UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.916 lng 25.167 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6154.97N/02510.02Ev211/030/A=000387UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882af78) pbuf_free(0x882ae48) erlang_add(OH3RBE-1, 0, 64, 1) 1274447977 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/132054h6202.37N/02536.40E>186/044 Joppe 1274447977 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/132054h6202.37N/02536.40E>186/044 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 62.040 lng 25.607 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/132054h6202.37N/02536.40E>186/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274447979 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/132054h6202.37N/02536.40E>186/044 Joppe 1274447979 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/132054h6202.37N/02536.40E>186/044 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882af30 parse_aprs_uncompressed position ok: lat 62.040 lng 25.607 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/132054h6202.37N/02536.40E>186/044 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af30) 1274447985 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:21:05 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 74, 1) 1274447998 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6154.81N/02509.94Ev091/011/A=000282UFM-582 1274447998 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6154.81N/02509.94Ev091/011/A=000282UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882af30 parse_aprs_uncompressed position ok: lat 61.914 lng 25.166 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6154.81N/02509.94Ev091/011/A=000282UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 74, 1) 1274448000 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!6154.81N/02509.94Ev091/011/A=000282UFM-582 1274448000 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2*:!6154.81N/02509.94Ev091/011/A=000282UFM-582 interface_receive_ax25() pbuf_alloc(73,73) -> 0x882b188 parse_aprs_uncompressed position ok: lat 61.914 lng 25.166 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2*' info_start='!6154.81N/02509.94Ev091/011/A=000282UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b188) erlang_add(OH3RBE-1, 0, 74, 1) 1274448000 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!6154.81N/02509.94Ev091/011/A=000282UFM-582 1274448000 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*:!6154.81N/02509.94Ev091/011/A=000282UFM-582 interface_receive_ax25() pbuf_alloc(73,76) -> 0x882b188 parse_aprs_uncompressed position ok: lat 61.914 lng 25.166 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!6154.81N/02509.94Ev091/011/A=000282UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b188) pbuf_free(0x882ad48) pbuf_free(0x882a870) pbuf_free(0x882ac60) pbuf_free(0x882b078) erlang_add(OH3RBE-1, 0, 49, 1) 1274448001 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//^U"T^=p>jK? Ari 1274448001 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//^U"T^=p>jK? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 60.966 lng 24.449 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//^U"T^=p>jK? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 56, 1) 1274448002 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//^U"T^=p>jK? Ari 1274448002 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!//^U"T^=p>jK? Ari interface_receive_ax25() pbuf_alloc(55,62) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.966 lng 24.449 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!//^U"T^=p>jK? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 56, 1) 1274448002 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!//^U"T^=p>jK? Ari 1274448002 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!//^U"T^=p>jK? Ari interface_receive_ax25() pbuf_alloc(55,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.966 lng 24.449 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!//^U"T^=p>jK? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274448004 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//^U"T^=p>jK? Ari 1274448004 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//^U"T^=p>jK? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.966 lng 24.449 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//^U"T^=p>jK? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274448005 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:21:25 GMT FIGATES2 193.185.39.3:14580 1274448013 << igates.aprs.fi:14580 >> OH3FU-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.25N/02356.29ER interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448013 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 44, 1) 1274448013 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274448013 OH3RBE-1 R OH3FU-9>APZMDR,WIDE2-2:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(43,43) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,WIDE2-2' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FU-9>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6129.25N/02356.29ER' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 51, 1) 1274448015 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274448015 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274448016 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274448016 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,55) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274448017 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274448017 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-1*,WIDE2:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-1*,WIDE2' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274448018 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) pbuf_free(0x882af30) pbuf_free(0x882ae48) 1274448033 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:21:53 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 64, 1) 1274448042 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/132200h6201.89N/02536.27E>112/026 Joppe 1274448042 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/132200h6201.89N/02536.27E>112/026 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.032 lng 25.604 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/132200h6201.89N/02536.27E>112/026 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274448044 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/132200h6201.89N/02536.27E>112/026 Joppe 1274448044 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/132200h6201.89N/02536.27E>112/026 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 62.032 lng 25.604 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/132200h6201.89N/02536.27E>112/026 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 70, 1) 1274448046 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6100.76N/02540.86E> 14.2V 46C HDOP00.8 SATS11 1274448046 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6100.76N/02540.86E> 14.2V 46C HDOP00.8 SATS11 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.013 lng 25.681 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6100.76N/02540.86E> 14.2V 46C HDOP00.8 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274448047 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6100.76N/02540.86E> 14.2V 46C HDOP00.8 SATS11 1274448047 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6100.76N/02540.86E> 14.2V 46C HDOP00.8 SATS11 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.013 lng 25.681 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6100.76N/02540.86E> 14.2V 46C HDOP00.8 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae40) 1274448053 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:22:13 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 74, 1) 1274448056 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6154.61N/02510.26Ev060/016/A=000328UFM-582 1274448056 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6154.61N/02510.26Ev060/016/A=000328UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.910 lng 25.171 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6154.61N/02510.26Ev060/016/A=000328UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448056 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(95,88) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448056 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af40 erlang_add(OH3RBE-1, 0, 66, 1) 1274448056 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274448056 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882b068 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af40) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-3>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882b068) erlang_add(OH3RBE-1, 0, 74, 1) 1274448057 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*,qAR,OH3RBE-1:!6154.61N/02510.26Ev060/016/A=000328UFM-582 1274448057 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*:!6154.61N/02510.26Ev060/016/A=000328UFM-582 interface_receive_ax25() pbuf_alloc(73,76) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.910 lng 25.171 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,OH3RBE-3*' info_start='!6154.61N/02510.26Ev060/016/A=000328UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af40) erlang_add(OH3RBE-1, 0, 74, 1) 1274448058 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2*,qAR,OH3RBE-1:!6154.61N/02510.26Ev060/016/A=000328UFM-582 1274448058 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2*:!6154.61N/02510.26Ev060/016/A=000328UFM-582 interface_receive_ax25() pbuf_alloc(73,73) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.910 lng 25.171 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2*' info_start='!6154.61N/02510.26Ev060/016/A=000328UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af40) erlang_add(OH3RBE-1, 0, 73, 1) 1274448059 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274448059 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(72,76) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af40) erlang_add(OH3RBE-1, 0, 66, 1) 1274448060 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane 1274448060 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane interface_receive_ax25() pbuf_alloc(65,66) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E# R,Wn,Tn OH3NE Palkane' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882af40) pbuf_free(0x882a870) 1274448061 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 49, 1) 1274448068 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274448068 OH3RBE-1 R OH6JAT>APZMDR,WIDE1:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,45) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448069 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882af40 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448069 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af40 1274448074 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882af40 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882af40) 1274448089 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:22:48 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ae40) pbuf_free(0x882ac60) pbuf_free(0x882ad48) beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.07 minutes beacons offset: 8.48 minutes beacons offset: 13.05 minutes beacons offset: 17.12 minutes BEACON: idx=0, nexttime= +244 sec 1274448094 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.07 minutes 1274448094 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274448094 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448094 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448094 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274448094 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6100.81N/02540.82E> 14.3V 46C HDOP00.8 SATS11 1274448094 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6100.81N/02540.82E> 14.3V 46C HDOP00.8 SATS11 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.014 lng 25.680 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6100.81N/02540.82E> 14.3V 46C HDOP00.8 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 74, 1) 1274448094 << igates.aprs.fi:14580 << OH6MC-9>APZMDR,OH6JAT*,WIDE2,qAR,OH3RBE-1:!6154.62N/02510.40Ev007/002/A=000387UFM-582 1274448094 OH3RBE-1 R OH6MC-9>APZMDR,OH6JAT*,WIDE2:!6154.62N/02510.40Ev007/002/A=000387UFM-582 interface_receive_ax25() pbuf_alloc(73,72) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.910 lng 25.173 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MC-9>APZMDR,OH6JAT*,WIDE2' info_start='!6154.62N/02510.40Ev007/002/A=000387UFM-582' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274448094 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6043.81N/02446.75E> EYY-415 1274448094 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6043.81N/02446.75E> EYY-415 interface_receive_ax25() pbuf_alloc(51,53) -> 0x882ae58 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6043.81N/02446.75E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274448094 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6043.81N/02446.75E> EYY-415 1274448094 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6043.81N/02446.75E> EYY-415 interface_receive_ax25() pbuf_alloc(51,53) -> 0x882af30 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6043.81N/02446.75E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af30) erlang_add(OH3RBE-1, 0, 52, 1) 1274448094 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6043.81N/02446.75E> EYY-415 1274448094 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6043.81N/02446.75E> EYY-415 interface_receive_ax25() pbuf_alloc(51,49) -> 0x882af30 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6043.81N/02446.75E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882af30) erlang_add(OH3RBE-1, 0, 106, 1) 1274448099 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 88, 1) interface_receive_ax25() 1274448109 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:23:08 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 49, 1) 1274448118 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//^%"T]xh>kN? Ari 1274448118 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//^%"T]xh>kN? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882af30 parse_aprs_compressed position ok: lat 60.977 lng 24.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//^%"T]xh>kN? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 49, 1) 1274448120 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!//^%"T]xh>kN? Ari 1274448120 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1:!//^%"T]xh>kN? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882b000 parse_aprs_compressed position ok: lat 60.977 lng 24.433 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!//^%"T]xh>kN? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b000) pbuf_free(0x882a870) 1274448121 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448121 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 44, 1) 1274448121 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274448121 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-2:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b000 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-2' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b000) erlang_add(OH3RBE-1, 0, 51, 1) 1274448122 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274448122 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 44, 1) 1274448124 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274448124 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274448126 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) 1274448127 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3BK:!//UDTTRoQ>kW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882a870 parse_aprs_compressed position ok: lat 61.165 lng 23.951 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//UDTTRoQ>kW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448127 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274448127 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//UDTTRoQ>kW_ 1274448127 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//UDTTRoQ>kW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b000 parse_aprs_compressed position ok: lat 61.165 lng 23.951 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//UDTTRoQ>kW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!//UDTTRoQ>kW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882b000) erlang_add(OH3RBE-1, 0, 45, 1) 1274448128 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//UDTTRoQ>kW_ 1274448128 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//UDTTRoQ>kW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.165 lng 23.951 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//UDTTRoQ>kW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274448129 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//UDTTRoQ>kW_ 1274448129 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//UDTTRoQ>kW_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.165 lng 23.951 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//UDTTRoQ>kW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274448132 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) erlang_add(OH3RBE-1, 0, 83, 1) 1274448135 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448135 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274448137 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448137 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882b000 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b000) 1274448141 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//U;ATR_v>mW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.168 lng 23.943 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//U;ATR_v>mW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448141 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274448146 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//U;ATR_v>mW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//U;ATR_v>mW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) pbuf_free(0x882ad58) pbuf_free(0x882af30) pbuf_free(0x882ae58) 1274448161 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:24:01 GMT FIGATES2 193.185.39.3:14580 1274448172 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3BK:!//U%PTR@<>kY_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.173 lng 23.928 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//U%PTR@<>kY_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448172 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274448174 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211323z6130.13N/02354.90E_022/000g000t090r000p000P000h26b10125eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211323z6130.13N/02354.90E_022/000g000t090r000p000P000h26b10125eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448174 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad50 1274448177 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//U%PTR@<>kY_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//U%PTR@<>kY_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448177 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274448177 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448177 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274448177 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//U%PTR@<>kY_ 1274448177 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//U%PTR@<>kY_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.173 lng 23.928 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//U%PTR@<>kY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274448177 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//U%PTR@<>kY_ 1274448177 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//U%PTR@<>kY_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.173 lng 23.928 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//U%PTR@<>kY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274448177 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//U%PTR@<>kY_ 1274448177 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//U%PTR@<>kY_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.173 lng 23.928 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//U%PTR@<>kY_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 49, 1) 1274448177 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!//]s%T]di>@@? Ari 1274448177 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2:!//]s%T]di>@@? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882ac60 parse_aprs_compressed position ok: lat 60.980 lng 24.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!//]s%T]di>@@? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 49, 1) 1274448179 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!//]s%T]di>@@? Ari 1274448179 OH3RBE-1 R OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1:!//]s%T]di>@@? Ari interface_receive_ax25() pbuf_alloc(48,52) -> 0x882a870 parse_aprs_compressed position ok: lat 60.980 lng 24.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,OH3RBE-3*,WIDE3-1' info_start='!//]s%T]di>@@? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) 1274448179 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211323z6130.13N/02354.90E_022/000g000t090r000p000P000h26b10125eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211323z6130.13N/02354.90E_022/000g000t090r000p000P000h26b10125eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) 1274448186 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//Tv?TR,6>kZ_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.175 lng 23.918 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Tv?TR,6>kZ_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448186 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448191 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Tv?TR,6>kZ_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Tv?TR,6>kZ_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448191 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448191 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448191 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 42, 1) 1274448191 << igates.aprs.fi:14580 << OH5KFP-9>APZMDR,WIDE3-1,qAR,OH3RBE-1:!//]s%T]di>@@? Ari 1274448191 OH3RBE-1 R OH5KFP-9>APZMDR,WIDE3-1:!//]s%T]di>@@? Ari interface_receive_ax25() pbuf_alloc(41,42) -> 0x882a870 parse_aprs_compressed position ok: lat 60.980 lng 24.424 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH5KFP-9>APZMDR,WIDE3-1' info_start='!//]s%T]di>@@? Ari' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 123, 1) 1274448191 OH3RBE-1 R OH3RBR>APRG11:}OH3MWY>APRS,TCPIP*,OH3RBR*:@211323z6130.13N/02354.90E_022/000g000t090r000p000P000h26b10125eWUHU21636XXSP. TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:@2113' erlang_add(OH3RBE-1, 1, 105, 1) interface_receive_ax25() 1274448192 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#093,18,0,139,5,000,00000000 Not relayable packet! [2] 1274448202 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3BK:!//Tm%TQs>>jX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882a870 parse_aprs_compressed position ok: lat 61.177 lng 23.909 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//Tm%TQs>>jX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448202 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274448202 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//Tm%TQs>>jX_ 1274448202 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//Tm%TQs>>jX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad30 parse_aprs_compressed position ok: lat 61.177 lng 23.909 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//Tm%TQs>>jX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!//Tm%TQs>>jX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad30) erlang_add(OH3RBE-1, 0, 45, 1) 1274448204 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//Tm%TQs>>jX_ 1274448204 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//Tm%TQs>>jX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.177 lng 23.909 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//Tm%TQs>>jX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274448207 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) pbuf_free(0x882ac60) 1274448222 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:25:02 GMT FIGATES2 193.185.39.3:14580 1274448231 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//T[2TQO$>lX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.182 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//T[2TQO$>lX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448231 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274448231 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//T[2TQO$>lX_ 1274448231 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//T[2TQO$>lX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.182 lng 23.892 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//T[2TQO$>lX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!//T[2TQO$>lX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274448232 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//T[2TQO$>lX_ 1274448232 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//T[2TQO$>lX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.182 lng 23.892 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//T[2TQO$>lX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274448233 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//T[2TQO$>lX_ 1274448233 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//T[2TQO$>lX_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.182 lng 23.892 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//T[2TQO$>lX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274448236 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 97, 1) 1274448241 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211325z6009.37N/02504.89Es http://kartta.hmpy.fi 1274448241 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211325z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211325z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448242 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RBR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448242 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 76, 1) 1274448242 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274448242 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882ad98 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: WIDE1 req=1,done=1 [OK,DROP,WIDE] No remaining hops to execute. pbuf_free(0x882ad98) erlang_add(OH3RBE-1, 0, 104, 1) 1274448244 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211325z6009.37N/02504.89Es http://kartta.hmpy.fi 1274448244 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211325z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211325z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 76, 1) 1274448245 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1*,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta 1274448245 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,75) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1*' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274448247 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) 1274448262 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3BK:!//T=rTQ+^>o[_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.189 lng 23.875 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//T=rTQ+^>o[_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448262 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274448262 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//T=rTQ+^>o[_ 1274448262 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//T=rTQ+^>o[_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.189 lng 23.875 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//T=rTQ+^>o[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!//T=rTQ+^>o[_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 45, 1) 1274448262 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//T=rTQ+^>o[_ 1274448262 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//T=rTQ+^>o[_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.189 lng 23.875 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//T=rTQ+^>o[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274448264 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//T=rTQ+^>o[_ 1274448264 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//T=rTQ+^>o[_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.189 lng 23.875 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//T=rTQ+^>o[_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274448267 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=(nil) 1274448275 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//T/VTPs3>l\_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.192 lng 23.865 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//T/VTPs3>l\_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448275 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274448280 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//T/VTPs3>l\_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//T/VTPs3>l\_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448295 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:26:15 GMT FIGATES2 193.185.39.3:14580 1274448296 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448296 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 pbuf_free(0x882a870) 1274448301 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448301 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448301 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448301 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 105, 1) 1274448301 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274448301 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() 1274448316 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:26:36 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 83, 1) 1274448316 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448316 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274448317 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448317 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274448326 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6044.44N/02444.05E> Kaitsu 1274448326 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RBE-3*:!6044.44N/02444.05E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RBE-3*' info_start='!6044.44N/02444.05E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 51, 1) 1274448327 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6044.44N/02444.05E> Kaitsu 1274448327 OH3RBE-1 R OH3GLY-9>APZMDR,OH3RDA-3*:!6044.44N/02444.05E> Kaitsu interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,OH3RDA-3*' info_start='!6044.44N/02444.05E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 51, 1) 1274448328 << igates.aprs.fi:14580 << OH3GLY-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6044.44N/02444.05E> Kaitsu 1274448328 OH3RBE-1 R OH3GLY-9>APZMDR,WIDE2:!6044.44N/02444.05E> Kaitsu interface_receive_ax25() pbuf_alloc(50,49) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 60.741 lng 24.734 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3GLY-9>APZMDR,WIDE2' info_start='!6044.44N/02444.05E> Kaitsu' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad38) 1274448329 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882ad38 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448329 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad38 1274448334 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ad38 Source filtering rejected the packet. pbuf_free(0x882ad38) BEACON: idx=1, nexttime= +265 sec 1274448338 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.42 minutes 1274448338 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer 1274448349 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:27:09 GMT FIGATES2 193.185.39.3:14580 1274448351 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//S8ETP;z>!X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.212 lng 23.839 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//S8ETP;z>!X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448351 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad38 1274448355 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ae28 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448355 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae28 1274448356 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ad38 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//S8ETP;z>!X_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//S8ETP;z>!X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad38) 1274448360 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ae28 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ae28) 1274448360 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448360 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448360 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r pbuf_free(0x882ac60) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 66, 1) 1274448361 OH3RBE-1 R OH3RBR>APRG11:}OH3NE>APJI23,TCPIP*,OH3RBR*:!6129.78ND02343.89E& TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6129' erlang_add(OH3RBE-1, 1, 48, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 64, 1) 1274448369 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/132726h6159.58N/02540.31E>185/042 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.993 lng 25.672 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/132726h6159.58N/02540.31E>185/042 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448369 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/132726h6159.58N/02540.31E>185/042 Joppe erlang_add(OH3RBE-1, 0, 64, 1) 1274448371 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/132726h6159.58N/02540.31E>185/042 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.993 lng 25.672 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/132726h6159.58N/02540.31E>185/042 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274448371 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/132726h6159.58N/02540.31E>185/042 Joppe 1274448375 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:27:35 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 67, 1) 1274448377 OH3RBE-1 R OH6AAH-2>APZ17,OH3RUX*:!6240.16N/02545.53E# (Petomäki ARPS node) 2 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.669 lng 25.759 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6AAH-2>APZ17,OH3RUX*' info_start='!6240.16N/02545.53E# (Petomäki ARPS node) 2' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448377 << igates.aprs.fi:14580 << OH6AAH-2>APZ17,OH3RUX*,qAR,OH3RBE-1:!6240.16N/02545.53E# (Petomäki ARPS node) 2 1274448381 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//RnATPzW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.221 lng 23.839 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//RnATPzW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448381 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad50 1274448386 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//RnATPzW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//RnATPzW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) 1274448401 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:28:00 GMT FIGATES2 193.185.39.3:14580 1274448421 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:28:20 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274448422 << igates.aprs.fi:14580 >> OH5KFP-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH6AC:!//XtgTXGB>CX? Ari interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(71,64) -> 0x882a870 parse_aprs_compressed position ok: lat 61.089 lng 24.192 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH5KFP-9>APZMDR,TCPIP,OH6AC*:!//XtgTXGB>CX? Ari' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448422 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448426 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//R5NTP8^>zX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.234 lng 23.837 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//R5NTP8^>zX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448426 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274448427 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH5KFP-9>APZMDR,TCPIP,OH6AC*:!//XtgTXGB>CX? Ari out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH5KFP-9>APZMDR,TCPIP,OH6AC*:!//XtgTXGB>CX? Ari' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=71) ttyreader_kisswrite(->OH3RBE-1, axlen=71)erlang_add(OH3RBE-1, 2, 71, 1) .. put 74 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448427 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448427 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448427 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274448427 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/132743h6159.38N/02540.35E>163/043 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.990 lng 25.673 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/132743h6159.38N/02540.35E>163/043 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448427 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/132743h6159.38N/02540.35E>163/043 Joppe 1274448431 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//R5NTP8^>zX_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//R5NTP8^>zX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448433 << igates.aprs.fi:14580 >> OH3HOO-9>APZMDR,OH3RBE-1*,WIDE2,qAR,OH6AC:!//FAhTJz.>2V_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.492 lng 23.608 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3HOO-9>APZMDR,TCPIP,OH6AC*:!//FAhTJz.>2V_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448433 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274448438 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3HOO-9>APZMDR,TCPIP,OH6AC*:!//FAhTJz.>2V_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3HOO-9>APZMDR,TCPIP,OH6AC*:!//FAhTJz.>2V_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448438 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274448438 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448438 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274448438 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/132833h6158.87N/02540.73E>141/036 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.981 lng 25.679 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/132833h6158.87N/02540.73E>141/036 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448438 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/132833h6158.87N/02540.73E>141/036 Joppe erlang_add(OH3RBE-1, 0, 64, 1) 1274448438 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/132833h6158.87N/02540.73E>141/036 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.981 lng 25.679 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/132833h6158.87N/02540.73E>141/036 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) 1274448438 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/132833h6158.87N/02540.73E>141/036 Joppe erlang_add(OH3RBE-1, 0, 63, 1) 1274448439 OH3RBE-1 R OH3RBR>APRG11:}OH3HOO-9>APZMDR,TCPIP*,OH3RBR*:!//FAhTJz.>2V_ callsign format verify got bad character: '9' in string: 'OH3HOO-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH3HOO-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274448453 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:28:53 GMT FIGATES2 193.185.39.3:14580 1274448456 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//QjrTP:M>"W_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.243 lng 23.838 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//QjrTP:M>"W_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448456 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad48 1274448461 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ad48 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//QjrTP:M>"W_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//QjrTP:M>"W_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad48) 1274448465 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!6105.79N/02410.16Ev124/048 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.097 lng 24.169 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6105.79N/02410.16Ev124/048 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448465 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad48 1274448470 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ad48 Source filtering accepted the packet. hops count: OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6105.79N/02410.16Ev124/048 XUG-440 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6105.79N/02410.16Ev124/048 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=90) ttyreader_kisswrite(->OH3RBE-1, axlen=90)erlang_add(OH3RBE-1, 2, 90, 1) .. put 93 bytes of KISS frame on IO buffer pbuf_free(0x882ad48) 1274448470 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448470 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448470 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274448470 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6105.79N/02410.16Ev124/048 XUG-440 1274448470 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6105.79N/02410.16Ev124/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.097 lng 24.169 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6105.79N/02410.16Ev124/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 67, 1) 1274448470 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6105.79N/02410.16Ev124/048 XUG-440 1274448470 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6105.79N/02410.16Ev124/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.097 lng 24.169 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6105.79N/02410.16Ev124/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 67, 1) 1274448470 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6105.79N/02410.16Ev124/048 XUG-440 1274448470 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6105.79N/02410.16Ev124/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.097 lng 24.169 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6105.79N/02410.16Ev124/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad48) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274448481 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448481 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 72, 1) 1274448481 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274448481 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 79, 1) 1274448484 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274448484 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274448486 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 64, 1) 1274448489 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/132926h6158.37N/02541.32E>164/039 Joppe 1274448489 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/132926h6158.37N/02541.32E>164/039 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.973 lng 25.689 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/132926h6158.37N/02541.32E>164/039 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448489 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RDR:!//QE(TP9<>xX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.252 lng 23.838 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//QE(TP9<>xX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448489 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274448489 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//QE(TP9<>xX_ 1274448489 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//QE(TP9<>xX_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.252 lng 23.838 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//QE(TP9<>xX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RBE-2*,WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-1*,WIDE2-1:' data='!//QE(TP9<>xX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) erlang_add(OH3RBE-1, 0, 52, 1) 1274448490 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//QE(TP9<>xX_ 1274448490 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1:!//QE(TP9<>xX_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.252 lng 23.838 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1' info_start='!//QE(TP9<>xX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274448491 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!//QE(TP9<>xX_ 1274448491 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-1*,WIDE2:!//QE(TP9<>xX_ interface_receive_ax25() pbuf_alloc(51,56) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.252 lng 23.838 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-1*,WIDE2' info_start='!//QE(TP9<>xX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) 1274448494 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 83, 1) 1274448497 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448497 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274448498 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448498 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad70) 1274448509 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:29:49 GMT FIGATES2 193.185.39.3:14580 1274448517 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//Q"FTP.v>uW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.261 lng 23.833 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Q"FTP.v>uW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448517 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad70 1274448522 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ad70 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Q"FTP.v>uW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Q"FTP.v>uW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad70) 1274448531 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//PmtTP')>sW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.264 lng 23.829 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//PmtTP')>sW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448531 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad70 1274448536 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ad70 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//PmtTP')>sW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//PmtTP')>sW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad70) 1274448536 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448536 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448536 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274448537 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//PmtTP')>sW_ 1274448537 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//PmtTP')>sW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.264 lng 23.829 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//PmtTP')>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 45, 1) 1274448537 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1,qAR,OH3RBE-1:!//PmtTP')>sW_ 1274448537 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1:!//PmtTP')>sW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.264 lng 23.829 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1' info_start='!//PmtTP')>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 52, 1) 1274448537 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//PmtTP')>sW_ 1274448537 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1:!//PmtTP')>sW_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.264 lng 23.829 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1' info_start='!//PmtTP')>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 52, 1) 1274448537 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//PmtTP')>sW_ 1274448537 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*:!//PmtTP')>sW_ interface_receive_ax25() pbuf_alloc(51,60) -> 0x882ad70 parse_aprs_compressed position ok: lat 61.264 lng 23.829 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*' info_start='!//PmtTP')>sW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad70) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274448546 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//P_2TOx1>rW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.268 lng 23.824 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P_2TOx1>rW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448546 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448551 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P_2TOx1>rW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P_2TOx1>rW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448561 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//PQpTOm)>pV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.271 lng 23.819 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//PQpTOm)>pV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448561 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448565 << igates.aprs.fi:14580 >> OH6MEV>APRS,TCPIP*,qAC,T2FINLAND:!6132.47N/02340.62E-aprx iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(80,73) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.541 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448565 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274448566 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//PQpTOm)>pV_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//PQpTOm)>pV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448566 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274448566 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448566 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 64, 1) 1274448566 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/133036h6157.63N/02541.63E>188/032 Joppe 1274448566 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/133036h6157.63N/02541.63E>188/032 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.960 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/133036h6157.63N/02541.63E>188/032 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274448566 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/133036h6157.63N/02541.63E>188/032 Joppe 1274448566 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/133036h6157.63N/02541.63E>188/032 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 61.960 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/133036h6157.63N/02541.63E>188/032 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad68) erlang_add(OH3RBE-1, 0, 71, 1) 1274448566 << igates.aprs.fi:14580 << OH6GHF>APRWX,WIDE2,qAR,OH3RBE-1:@201932z6214.96N/02548.54E_100/002g005t078e1w 1274448566 OH3RBE-1 R OH6GHF>APRWX,WIDE2:@201932z6214.96N/02548.54E_100/002g005t078e1w interface_receive_ax25() pbuf_alloc(70,64) -> 0x882ad68 parse_aprs_uncompressed position ok: lat 62.249 lng 25.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6GHF>APRWX,WIDE2' info_start='@201932z6214.96N/02548.54E_100/002g005t078e1w' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 71, 1) 1274448566 << igates.aprs.fi:14580 << OH6GHF>APRWX,WIDE2*,qAR,OH3RBE-1:@201932z6214.96N/02548.54E_100/002g005t078e1w 1274448566 OH3RBE-1 R OH6GHF>APRWX,WIDE2*:@201932z6214.96N/02548.54E_100/002g005t078e1w interface_receive_ax25() pbuf_alloc(70,65) -> 0x882ae58 parse_aprs_uncompressed position ok: lat 62.249 lng 25.809 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6GHF>APRWX,WIDE2*' info_start='@201932z6214.96N/02548.54E_100/002g005t078e1w' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae58) erlang_add(OH3RBE-1, 0, 63, 1) 1274448567 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//PQpTOm)>pV_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274448570 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH6MEV>APRS,TCPIP,OH6MEV*:!6132.47N/02340.62E-aprx iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=80) ttyreader_kisswrite(->OH3RBE-1, axlen=80)erlang_add(OH3RBE-1, 2, 80, 1) .. put 83 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448585 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:31:05 GMT FIGATES2 193.185.39.3:14580 1274448591 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//P6*TO[{>vV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.278 lng 23.811 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P6*TO[{>vV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448591 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274448596 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P6*TO[{>vV_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P6*TO[{>vV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274448596 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448596 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448597 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 75, 1) 1274448597 OH3RBE-1 R OH3RBR>APRG11:}OH6MEV>APRS,TCPIP*,OH3RBR*:!6132.47N/02340.62E-aprx iGate TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:!6132' erlang_add(OH3RBE-1, 1, 57, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274448597 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//P6*TO[{>vV_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() pbuf_free(0x882ad68) pbuf_free(0x882a870) BEACON: idx=2, nexttime= +274 sec 1274448603 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.57 minutes 1274448603 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer 1274448606 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//P$0TOXu>zX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.282 lng 23.809 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P$0TOXu>zX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448606 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 64, 1) 1274448608 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/133125h6157.15N/02541.49E>166/039 Joppe 1274448608 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/133125h6157.15N/02541.49E>166/039 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.952 lng 25.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/133125h6157.15N/02541.49E>166/039 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274448610 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/133125h6157.15N/02541.49E>166/039 Joppe 1274448610 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/133125h6157.15N/02541.49E>166/039 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.952 lng 25.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/133125h6157.15N/02541.49E>166/039 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) 1274448611 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P$0TOXu>zX_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//P$0TOXu>zX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448621 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//OleTO[,>$W_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.286 lng 23.810 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OleTO[,>$W_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448621 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448626 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OleTO[,>$W_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OleTO[,>$W_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448626 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448626 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448626 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 63, 1) 1274448627 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//OleTO[,>$W_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274448630 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RDR:!6104.70N/02414.18Ev089/050 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.078 lng 24.236 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RDR*:!6104.70N/02414.18Ev089/050 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448630 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 67, 1) 1274448630 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6104.70N/02414.18Ev089/050 XUG-440 1274448630 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6104.70N/02414.18Ev089/050 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.078 lng 24.236 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6104.70N/02414.18Ev089/050 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!6104.70N/02414.18Ev089/050 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 67, 1) 1274448631 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6104.70N/02414.18Ev089/050 XUG-440 1274448631 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6104.70N/02414.18Ev089/050 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.078 lng 24.236 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6104.70N/02414.18Ev089/050 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 67, 1) 1274448633 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6104.70N/02414.18Ev089/050 XUG-440 1274448633 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6104.70N/02414.18Ev089/050 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.078 lng 24.236 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6104.70N/02414.18Ev089/050 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274448635 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) 1274448637 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//OYgTOa\>&X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.291 lng 23.813 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OYgTOa\>&X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448637 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448642 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OYgTOa\>&X_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OYgTOa\>&X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448643 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448643 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448648 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448648 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448648 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448648 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 63, 1) 1274448648 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//OYgTOa\>&X_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 44, 1) 1274448648 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274448648 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 51, 1) 1274448648 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274448648 OH3RBE-1 R OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(50,52) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,OH3RBE-5*,WIDE2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274448652 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448652 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448652 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//OHeTOj/>'X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad48 parse_aprs_compressed position ok: lat 61.295 lng 23.818 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OHeTOj/>'X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448652 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad48 erlang_add(OH3RBE-1, 0, 37, 1) 1274448653 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274448653 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() erlang_add(OH3RBE-1, 0, 81, 1) 1274448655 << igates.aprs.fi:14580 << OH6RDD>APN391,OH3RUX*,TRACE2-1,qAR,OH3RBE-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla 1274448655 OH3RBE-1 R OH6RDD>APN391,OH3RUX*,TRACE2-1:!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla interface_receive_ax25() pbuf_alloc(80,80) -> 0x882ae38 parse_aprs_uncompressed position ok: lat 62.175 lng 25.694 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDD>APN391,OH3RUX*,TRACE2-1' info_start='!6210.52NN02541.66E#PHG5640/R,W,T,Wn,Tn Jyvaskyla' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448656 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882af48 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448656 ENTER VISCOUS QUEUE: len=3 pbuf=0x882af48 1274448657 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448657 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882ad48 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OHeTOj/>'X_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//OHeTOj/>'X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad48) pbuf_free(0x882ac60) 1274448661 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882af48 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882af48) 1274448661 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448661 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448661 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 59, 1) 1274448661 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274448661 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274448661 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//OHeTOj/>'X_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274448667 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//O7DTOqM>%X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.299 lng 23.821 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//O7DTOqM>%X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448667 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448672 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//O7DTOqM>%X_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//O7DTOqM>%X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448682 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//O%]TOv?>#W_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.303 lng 23.823 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//O%]TOv?>#W_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448682 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448687 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//O%]TOv?>#W_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//O%]TOv?>#W_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448687 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448687 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448687 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 83, 1) 1274448687 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448687 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274448687 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RDA-3*,qAR,OH3RBE-1:!6043.81N/02446.75E> EYY-415 1274448687 OH3RBE-1 R OH3NK-9>APZMDR,OH3RDA-3*:!6043.81N/02446.75E> EYY-415 interface_receive_ax25() pbuf_alloc(51,53) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RDA-3*' info_start='!6043.81N/02446.75E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274448687 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448687 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882af48 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af48) erlang_add(OH3RBE-1, 0, 52, 1) 1274448687 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6043.81N/02446.75E> EYY-415 1274448687 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6043.81N/02446.75E> EYY-415 interface_receive_ax25() pbuf_alloc(51,53) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6043.81N/02446.75E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 52, 1) 1274448687 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6043.81N/02446.75E> EYY-415 1274448687 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6043.81N/02446.75E> EYY-415 interface_receive_ax25() pbuf_alloc(51,49) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6043.81N/02446.75E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 63, 1) 1274448688 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//O%]TOv?>#W_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() pbuf_free(0x882ae38) 1274448697 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//No[TOwJ>zW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.307 lng 23.824 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//No[TOwJ>zW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448697 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad38 erlang_add(OH3RBE-1, 0, 45, 1) 1274448697 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//No[TOwJ>zW_ 1274448697 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//No[TOwJ>zW_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae28 parse_aprs_compressed position ok: lat 61.307 lng 23.824 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//No[TOwJ>zW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad38) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//No[TOwJ>zW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ae28) erlang_add(OH3RBE-1, 0, 52, 1) 1274448698 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1,qAR,OH3RBE-1:!//No[TOwJ>zW_ 1274448698 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1:!//No[TOwJ>zW_ interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.307 lng 23.824 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1' info_start='!//No[TOwJ>zW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 45, 1) 1274448699 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//No[TOwJ>zW_ 1274448699 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//No[TOwJ>zW_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.307 lng 23.824 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//No[TOwJ>zW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 59, 1) 1274448700 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//No[TOwJ>zW_ 1274448700 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1:!//No[TOwJ>zW_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.307 lng 23.824 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1' info_start='!//No[TOwJ>zW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad38) erlang_add(OH3RBE-1, 0, 59, 1) 1274448701 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//No[TOwJ>zW_ 1274448701 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//No[TOwJ>zW_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882ad38 parse_aprs_compressed position ok: lat 61.307 lng 23.824 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//No[TOwJ>zW_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882ad38) 1274448702 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 44, 1) 1274448705 << igates.aprs.fi:14580 << OH6RUC>APZMDR,WIDE2,qAR,OH3RBE-1:!6332.12N/02341.44E# 1274448705 OH3RBE-1 R OH6RUC>APZMDR,WIDE2:!6332.12N/02341.44E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ad38 parse_aprs_uncompressed position ok: lat 63.535 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RUC>APZMDR,WIDE2' info_start='!6332.12N/02341.44E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448706 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RDR:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(96,89) -> 0x882adf8 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448706 ENTER VISCOUS QUEUE: len=1 pbuf=0x882adf8 erlang_add(OH3RBE-1, 0, 66, 1) 1274448706 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274448706 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-2:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(65,66) -> 0x882af20 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-2' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882adf8) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882af20) erlang_add(OH3RBE-1, 0, 73, 1) 1274448708 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274448708 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(72,76) -> 0x882adf8 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882adf8) erlang_add(OH3RBE-1, 0, 66, 1) 1274448709 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi 1274448709 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2-1:!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi interface_receive_ax25() pbuf_alloc(65,66) -> 0x882adf8 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2-1' info_start='!6141.18N/02420.54E# R,Wn,Tn OH3NE Orivesi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882adf8) 1274448711 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) erlang_add(OH3RBE-1, 0, 55, 1) 1274448711 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eLHT9-Wv st 12.5V 32C 1274448711 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2:!/.eLHT9-Wv st 12.5V 32C interface_receive_ax25() pbuf_alloc(54,53) -> 0x882adf8 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2' info_start='!/.eLHT9-Wv st 12.5V 32C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448712 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//N\vTOsk>vW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882aed0 parse_aprs_compressed position ok: lat 61.312 lng 23.822 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//N\vTOsk>vW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448712 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aed0 erlang_add(OH3RBE-1, 0, 55, 1) 1274448714 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eLHT9-Wv st 12.5V 32C 1274448714 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2*:!/.eLHT9-Wv st 12.5V 32C interface_receive_ax25() pbuf_alloc(54,54) -> 0x882afc0 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2*' info_start='!/.eLHT9-Wv st 12.5V 32C' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882afc0) 1274448717 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882aed0 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//N\vTOsk>vW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//N\vTOsk>vW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882aed0) pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274448732 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:33:32 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882adf8) pbuf_free(0x882ad38) 1274448752 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:33:52 GMT FIGATES2 193.185.39.3:14580 1274448756 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//N*{TOY@>rX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.324 lng 23.810 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//N*{TOY@>rX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448756 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448761 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//N*{TOY@>rX_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//N*{TOY@>rX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448761 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448761 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448761 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274448761 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6106.00N/02538.53E> 14.2V 46C HDOP00.9 SATS11 1274448761 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6106.00N/02538.53E> 14.2V 46C HDOP00.9 SATS11 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.100 lng 25.642 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6106.00N/02538.53E> 14.2V 46C HDOP00.9 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274448762 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6106.00N/02538.53E> 14.2V 46C HDOP00.9 SATS11 1274448762 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6106.00N/02538.53E> 14.2V 46C HDOP00.9 SATS11 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.100 lng 25.642 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6106.00N/02538.53E> 14.2V 46C HDOP00.9 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 63, 1) 1274448762 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//N*{TOY@>rX_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274448772 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//Mv"TON>>rX_ 1274448772 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//Mv"TON>>rX_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.328 lng 23.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//Mv"TON>>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//Mv"TON>>rX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 59, 1) 1274448774 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//Mv"TON>>rX_ 1274448774 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1:!//Mv"TON>>rX_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.328 lng 23.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1' info_start='!//Mv"TON>>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274448774 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211333z6130.13N/02354.90E_045/000g000t090r000p000P000h26b10125eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211333z6130.13N/02354.90E_045/000g000t090r000p000P000h26b10125eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448774 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 59, 1) 1274448776 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//Mv"TON>>rX_ 1274448776 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//Mv"TON>>rX_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882ae90 parse_aprs_compressed position ok: lat 61.328 lng 23.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//Mv"TON>>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae90) 1274448776 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(105,98) -> 0x882ae90 parse_aprs_objectparse_aprs_compressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448776 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae90 erlang_add(OH3RBE-1, 0, 52, 1) 1274448777 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1,qAR,OH3RBE-1:!//Mv"TON>>rX_ 1274448777 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1:!//Mv"TON>>rX_ interface_receive_ax25() pbuf_alloc(51,55) -> 0x882afc8 parse_aprs_compressed position ok: lat 61.328 lng 23.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1' info_start='!//Mv"TON>>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882afc8) erlang_add(OH3RBE-1, 0, 70, 1) 1274448777 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 1274448777 OH3RBE-1 R OH3RDR>APRG11:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 interface_receive_ax25() erlang_add(OH3RBE-1, 0, 59, 1) 1274448778 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-5*,WIDE2-1,qAR,OH3RBE-1:!//Mv"TON>>rX_ 1274448778 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-5*,WIDE2-1:!//Mv"TON>>rX_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882afc8 parse_aprs_compressed position ok: lat 61.328 lng 23.804 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-5*,WIDE2-1' info_start='!//Mv"TON>>rX_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882afc8) 1274448779 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211333z6130.13N/02354.90E_045/000g000t090r000p000P000h26b10125eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211333z6130.13N/02354.90E_045/000g000t090r000p000P000h26b10125eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274448781 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ae90 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800 out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;OH3TR *111111z//H8jTPa@-{8OClub meetings Tue 1800' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=105) ttyreader_kisswrite(->OH3RBE-1, axlen=105)erlang_add(OH3RBE-1, 2, 105, 1) .. put 108 bytes of KISS frame on IO buffer pbuf_free(0x882ae90) 1274448781 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448781 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448781 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r 1274448782 << igates.aprs.fi:14580 >> OH3RBE-2>UIDIGI,qAR,OH3BK:UIDIGI 1.9 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(63,56) -> 0x882ad28 .. parse_aprs() rc=FAIL srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>UIDIGI,TCPIP,OH3BK*:UIDIGI 1.9' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448782 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 27, 1) 1274448782 << igates.aprs.fi:14580 << OH3RBE-2>UIDIGI,qAR,OH3RBE-1:UIDIGI 1.9 1274448782 OH3RBE-1 R OH3RBE-2>UIDIGI:UIDIGI 1.9 interface_receive_ax25() 1274448787 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ad28 Source filtering rejected the packet. pbuf_free(0x882ad28) 1274448787 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//Mf$TOCe>sW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.331 lng 23.799 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Mf$TOCe>sW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448787 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 31, 1) 1274448787 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//Mf$TOCe>sW_ 1274448787 OH3RBE-1 R OH2KQF-9>APZMDR:!//Mf$TOCe>sW_ interface_receive_ax25() 1274448792 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Mf$TOCe>sW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Mf$TOCe>sW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274448802 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//MWjTO;i>tW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.335 lng 23.795 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//MWjTO;i>tW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448802 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274448807 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//MWjTO;i>tW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//MWjTO;i>tW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274448807 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448807 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448807 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 63, 1) 1274448807 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//Mf$TOCe>sW_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274448807 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//MWjTO;i>tW_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 44, 1) 1274448809 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274448809 OH3RBE-1 R OH6RAH>APZMDR,WIDE1:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. pbuf_free(0x882ac60) pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 44, 1) 1274448811 << igates.aprs.fi:14580 << OH6RAH>APZMDR,WIDE1*,qAR,OH3RBE-1:!6246.40N/02248.28E# 1274448811 OH3RBE-1 R OH6RAH>APZMDR,WIDE1*:!6246.40N/02248.28E# interface_receive_ax25() pbuf_alloc(43,41) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.773 lng 22.805 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RAH>APZMDR,WIDE1*' info_start='!6246.40N/02248.28E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274448816 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//MF[TO4?>vX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.339 lng 23.792 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//MF[TO4?>vX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448816 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448821 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//MF[TO4?>vX_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//MF[TO4?>vX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 63, 1) 1274448821 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//MF[TO4?>vX_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274448830 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,qAR,OH3RBR:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3RBR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448830 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448835 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RBE-2>APNU19,TCPIP,OH3RBR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-2>APNU19,TCPIP,OH3RBR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=106) ttyreader_kisswrite(->OH3RBE-1, axlen=106)erlang_add(OH3RBE-1, 2, 106, 1) .. put 109 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448835 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448835 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448835 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 69, 1) 1274448835 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274448835 OH3RBE-1 R OH3RBE-2>APNU19:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274448835 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//RLpTryzvFS_XUK-257 1274448835 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//RLpTryzvFS_XUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.229 lng 25.347 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//RLpTryzvFS_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274448837 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//RLpTryzvFS_XUK-257 1274448837 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//RLpTryzvFS_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 61.229 lng 25.347 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//RLpTryzvFS_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) pbuf_free(0x882ad28) 1274448847 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//L{FTO/F>!X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.348 lng 23.789 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//L{FTO/F>!X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448847 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274448847 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//L{FTO/F>!X_ 1274448847 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//L{FTO/F>!X_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.348 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//L{FTO/F>!X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//L{FTO/F>!X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 59, 1) 1274448848 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//L{FTO/F>!X_ 1274448848 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1:!//L{FTO/F>!X_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.348 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1' info_start='!//L{FTO/F>!X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274448849 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//L{FTO/F>!X_ 1274448849 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//L{FTO/F>!X_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.348 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//L{FTO/F>!X_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274448852 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 83, 1) 1274448859 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448859 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274448861 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274448861 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 72, 1) 1274448861 << igates.aprs.fi:14580 << OH8RDU>APNU19,WIDE2-1,qAR,OH3RBE-1:!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA 1274448861 OH3RBE-1 R OH8RDU>APNU19,WIDE2-1:!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA interface_receive_ax25() pbuf_alloc(71,70) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 64.073 lng 24.830 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8RDU>APNU19,WIDE2-1' info_start='!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448867 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:35:47 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) BEACON: idx=3, nexttime= +244 sec 1274448877 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE', next beacon in 4.07 minutes 1274448877 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;434.575-C*111111z6129.78N/02343.89Er434.575MHz T107 -2000kHz R25k P25/FM Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=104) ttyreader_kisswrite(->OH3RBE-1, axlen=104)erlang_add(OH3RBE-1, 2, 104, 1) .. put 107 bytes of KISS frame on IO buffer 1274448877 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//LW@TO49>"X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.357 lng 23.792 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//LW@TO49>"X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448877 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae20 erlang_add(OH3RBE-1, 0, 31, 1) 1274448877 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//LW@TO49>"X_ 1274448877 OH3RBE-1 R OH2KQF-9>APZMDR:!//LW@TO49>"X_ interface_receive_ax25() 1274448882 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ae20 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//LW@TO49>"X_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//LW@TO49>"X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae20) 1274448897 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:36:17 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882a870) pbuf_free(0x882ad28) 1274448906 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//L1*TO2J>yX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.366 lng 23.791 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//L1*TO2J>yX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448906 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448911 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//L1*TO2J>yX_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//L1*TO2J>yX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448911 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274448911 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448911 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 79, 1) 1274448911 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274448911 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,80) -> 0x882a870 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2-1' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274448911 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274448911 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 79, 1) 1274448911 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274448911 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,WIDE2:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,WIDE2' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 79, 1) 1274448911 << igates.aprs.fi:14580 << OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki 1274448911 OH3RBE-1 R OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*:!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki interface_receive_ax25() pbuf_alloc(78,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.511 lng 24.747 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDU>APNU3B,OH3RBE-3*,OH3RDA-3*' info_start='!6030.65NN02444.84E#PHG8530/R,W,T,Wn,Tn Rajamaki' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 64, 1) 1274448912 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/133616h6157.43N/02542.25E>066/003 Joppe 1274448912 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/133616h6157.43N/02542.25E>066/003 Joppe interface_receive_ax25() pbuf_alloc(63,62) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.957 lng 25.704 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/133616h6157.43N/02542.25E>066/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 64, 1) 1274448912 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2*,qAR,OH3RBE-1:/133616h6157.43N/02542.25E>066/003 Joppe 1274448912 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2*:/133616h6157.43N/02542.25E>066/003 Joppe interface_receive_ax25() pbuf_alloc(63,63) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.957 lng 25.704 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2*' info_start='/133616h6157.43N/02542.25E>066/003 Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad48) erlang_add(OH3RBE-1, 0, 63, 1) 1274448912 << igates.aprs.fi:14580 << OH6MVG-9>APOTC1,WIDE2,qAR,OH3RBE-1:/133620h6157.43N/02542.26E> 13.4V Joppe 1274448912 OH3RBE-1 R OH6MVG-9>APOTC1,WIDE2:/133620h6157.43N/02542.26E> 13.4V Joppe interface_receive_ax25() pbuf_alloc(62,61) -> 0x882ad48 parse_aprs_uncompressed position ok: lat 61.957 lng 25.704 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6MVG-9>APOTC1,WIDE2' info_start='/133620h6157.43N/02542.26E> 13.4V Joppe' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448921 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//KyYTO1,>zW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.370 lng 23.790 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//KyYTO1,>zW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448921 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae30 erlang_add(OH3RBE-1, 0, 31, 1) 1274448921 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//KyYTO1,>zW_ 1274448921 OH3RBE-1 R OH2KQF-9>APZMDR:!//KyYTO1,>zW_ interface_receive_ax25() 1274448926 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ae30 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//KyYTO1,>zW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//KyYTO1,>zW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae30) 1274448936 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//Kg3TO1R>!W_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.375 lng 23.791 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Kg3TO1R>!W_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448936 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae30 1274448941 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ae30 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Kg3TO1R>!W_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Kg3TO1R>!W_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae30) 1274448941 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448941 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448941 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274448941 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//Kg3TO1R>!W_ 1274448941 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//Kg3TO1R>!W_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.375 lng 23.791 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//Kg3TO1R>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 45, 1) 1274448941 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//Kg3TO1R>!W_ 1274448941 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//Kg3TO1R>!W_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.375 lng 23.791 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//Kg3TO1R>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 45, 1) 1274448941 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//Kg3TO1R>!W_ 1274448941 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//Kg3TO1R>!W_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.375 lng 23.791 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//Kg3TO1R>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 45, 1) 1274448941 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//Kg3TO1R>!W_ 1274448941 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//Kg3TO1R>!W_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.375 lng 23.791 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//Kg3TO1R>!W_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ae30) 1274448950 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//KVJTO2y>"X_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae30 parse_aprs_compressed position ok: lat 61.379 lng 23.791 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//KVJTO2y>"X_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448950 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae30 1274448955 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ae30 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//KVJTO2y>"X_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//KVJTO2y>"X_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae30) Telemetry Tx run; next one in 20.00 minutes 1274448960 << igates.aprs.fi:14580 << OH3RBE>RXTLM-1,TCPIP,qAR,OH3RBE-1:T#090,0,0,0,0,000,00000000 1274448960 << igates.aprs.fi:14580 << OH3RBE-1>RXTLM-2,TCPIP,qAR,OH3RBE-1:T#090,19,5,120,11,031,00000000 pbuf_free(0x882ad48) pbuf_free(0x882ac60) pbuf_free(0x882a870) 1274448965 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//KC_TO2p>yW_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.383 lng 23.791 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//KC_TO2p>yW_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448965 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274448970 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//KC_TO2p>yW_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//KC_TO2p>yW_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274448970 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274448970 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274448970 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 136, 1) 1274448970 OH3RBE-1 R OH2TH>APD225,OH2RDU*,OH3RBE-3*:}OH2TH>APRS,TCPIP*,OH2TH*:/211337z6010.90N/02424.65E_200/007g008t078r000p000h30b10130WX Vols Kirkkonummi TNC2 forbidden VIA stationid, got: 'TCPIP*,OH2TH*:/21133' erlang_add(OH3RBE-1, 1, 103, 1) interface_receive_ax25() pbuf_alloc(135,135) -> 0x882ac60 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2TH>APD225,OH2RDU*,OH3RBE-3*' info_start='}OH2TH>APRS,TCPIP*,OH2TH*:/211337z6010.90N/02424.65E_200/007g008t078r000p000h30b10130WX Vols Kirkkonummi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448980 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBR:!//K3/TO/F>wV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.387 lng 23.789 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//K3/TO/F>wV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448980 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274448982 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//K3/TO/F>wV_ 1274448982 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//K3/TO/F>wV_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882add8 parse_aprs_compressed position ok: lat 61.387 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//K3/TO/F>wV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: OH3RBE-2*,WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-1*,WIDE2-1:' data='!//K3/TO/F>wV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882add8) erlang_add(OH3RBE-1, 0, 52, 1) 1274448983 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//K3/TO/F>wV_ 1274448983 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1:!//K3/TO/F>wV_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882a870 parse_aprs_compressed position ok: lat 61.387 lng 23.789 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1' info_start='!//K3/TO/F>wV_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274448985 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 45, 1) 1274448995 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eKtT9-Wvc;G 1274448995 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2:!/.eKtT9-Wvc;G interface_receive_ax25() pbuf_alloc(44,43) -> 0x882a870 parse_aprs_compressed position ok: lat 62.794 lng 22.832 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2' info_start='!/.eKtT9-Wvc;G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274448995 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//K#1TO+L>wV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882add8 parse_aprs_compressed position ok: lat 61.391 lng 23.788 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//K#1TO+L>wV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274448995 ENTER VISCOUS QUEUE: len=1 pbuf=0x882add8 1274449000 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882add8 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//K#1TO+L>wV_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//K#1TO+L>wV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882add8) 1274449015 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:38:15 GMT FIGATES2 193.185.39.3:14580 pbuf_free(0x882ac60) 1274449026 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//J\_TNwh>sX_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.399 lng 23.781 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//J\_TNwh>sX_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449026 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449031 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//J\_TNwh>sX_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//J\_TNwh>sX_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449031 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449032 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449032 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 44, 1) 1274449032 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1-1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274449032 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1-1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1-1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274449032 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274449032 OH3RBE-1 R OH3RDA-3>APZMDR,OH3RBE-3*:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,46) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,OH3RBE-3*' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 44, 1) 1274449032 << igates.aprs.fi:14580 << OH3RDA-3>APZMDR,WIDE1,qAR,OH3RBE-1:!6059.29N/02424.74E# 1274449032 OH3RBE-1 R OH3RDA-3>APZMDR,WIDE1:!6059.29N/02424.74E# interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.988 lng 24.412 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RDA-3>APZMDR,WIDE1' info_start='!6059.29N/02424.74E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 79, 1) 1274449032 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RBE-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274449032 OH3RBE-1 R OH3RCD>APN391,OH3RBE-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RBE-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 79, 1) 1274449032 << igates.aprs.fi:14580 << OH3RCD>APN391,OH3RDA-3*,qAR,OH3RBE-1:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD 1274449032 OH3RBE-1 R OH3RCD>APN391,OH3RDA-3*:!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD interface_receive_ax25() pbuf_alloc(78,78) -> 0x882ae30 parse_aprs_uncompressed position ok: lat 60.791 lng 24.952 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RCD>APN391,OH3RDA-3*' info_start='!6047.43N/02457.13E#PHG6530/Hausjarvi APRS digi, OH3AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae30) erlang_add(OH3RBE-1, 0, 63, 1) 1274449032 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//J\_TNwh>sX_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 83, 1) 1274449039 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449039 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ae30 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274449041 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449041 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882af40 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af40) 1274449042 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//JM9TNl=>pV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882af40 parse_aprs_compressed position ok: lat 61.402 lng 23.775 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//JM9TNl=>pV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449042 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af40 erlang_add(OH3RBE-1, 0, 70, 1) 1274449044 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6109.55N/02535.08E> 14.2V 46C HDOP00.8 SATS11 1274449044 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6109.55N/02535.08E> 14.2V 46C HDOP00.8 SATS11 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882b030 parse_aprs_uncompressed position ok: lat 61.159 lng 25.585 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6109.55N/02535.08E> 14.2V 46C HDOP00.8 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274449045 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6109.55N/02535.08E> 14.2V 46C HDOP00.8 SATS11 1274449045 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6109.55N/02535.08E> 14.2V 46C HDOP00.8 SATS11 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882b128 parse_aprs_uncompressed position ok: lat 61.159 lng 25.585 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6109.55N/02535.08E> 14.2V 46C HDOP00.8 SATS11' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b128) 1274449047 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882af40 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//JM9TNl=>pV_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//JM9TNl=>pV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882af40) pbuf_free(0x882a870) 1274449056 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//JAYTNaj>pV_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882af40 parse_aprs_compressed position ok: lat 61.405 lng 23.770 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//JAYTNaj>pV_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449056 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af40 1274449061 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882af40 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//JAYTNaj>pV_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//JAYTNaj>pV_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882af40) 1274449061 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449061 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449061 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449061 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!/.eP'T9(svo6G 1274449061 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2:!/.eP'T9(svo6G interface_receive_ax25() pbuf_alloc(44,43) -> 0x882af40 parse_aprs_compressed position ok: lat 62.793 lng 22.830 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2' info_start='!/.eP'T9(svo6G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 31, 1) 1274449061 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//JAYTNaj>pV_ 1274449061 OH3RBE-1 R OH2KQF-9>APZMDR:!//JAYTNaj>pV_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274449062 << igates.aprs.fi:14580 << OH6LO-9>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!/.eP'T9(svo6G 1274449062 OH3RBE-1 R OH6LO-9>APOTC1,OH6RAH*,WIDE2*:!/.eP'T9(svo6G interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 62.793 lng 22.830 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6LO-9>APOTC1,OH6RAH*,WIDE2*' info_start='!/.eP'T9(svo6G' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 63, 1) 1274449062 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//JAYTNaj>pV_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274449071 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//J3WTNXj>uU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.409 lng 23.766 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//J3WTNXj>uU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449071 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274449071 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//J3WTNXj>uU_ 1274449071 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//J3WTNXj>uU_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b128 parse_aprs_compressed position ok: lat 61.409 lng 23.766 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//J3WTNXj>uU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//J3WTNXj>uU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 45, 1) 1274449073 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//J3WTNXj>uU_ 1274449073 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//J3WTNXj>uU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.409 lng 23.766 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//J3WTNXj>uU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 59, 1) 1274449074 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//J3WTNXj>uU_ 1274449074 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1:!//J3WTNXj>uU_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882a870 parse_aprs_compressed position ok: lat 61.409 lng 23.766 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1' info_start='!//J3WTNXj>uU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 59, 1) 1274449075 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//J3WTNXj>uU_ 1274449075 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//J3WTNXj>uU_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882a870 parse_aprs_compressed position ok: lat 61.409 lng 23.766 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//J3WTNXj>uU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) 1274449076 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) pbuf_free(0x882b030) pbuf_free(0x882ad28) pbuf_free(0x882ac60) pbuf_free(0x882ae30) 1274449086 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//J$7TNW$>!U_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.412 lng 23.765 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//J$7TNW$>!U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449086 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 31, 1) 1274449086 OH3RBE-1 R OH2KQF-9>APZMDR:!//J$7TNW$>!U_ interface_receive_ax25() 1274449086 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//J$7TNW$>!U_ 1274449091 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//J$7TNW$>!U_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//J$7TNW$>!U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449100 << igates.aprs.fi:14580 >> OH3MBC-1>APZMDR,WIDE1,qAR,OH3RDR:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449100 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274449101 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//IoyTNU^>vU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.416 lng 23.764 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IoyTNU^>vU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449101 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 1274449104 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBR:!6101.07N/02424.56Ev157/048 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.018 lng 24.409 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6101.07N/02424.56Ev157/048 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449104 ENTER VISCOUS QUEUE: len=3 pbuf=0x882ad50 1274449105 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MBC-1>APZMDR,TCPIP,OH3RDR*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=106) ttyreader_kisswrite(->OH3RBE-1, axlen=106)erlang_add(OH3RBE-1, 2, 106, 1) .. put 109 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449106 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449106 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IoyTNU^>vU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IoyTNU^>vU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449106 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449106 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 76, 1) 1274449106 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,74) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) 1274449106 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta erlang_add(OH3RBE-1, 0, 31, 1) 1274449106 OH3RBE-1 R OH2KQF-9>APZMDR:!//IoyTNU^>vU_ interface_receive_ax25() 1274449106 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//IoyTNU^>vU_ erlang_add(OH3RBE-1, 0, 76, 1) 1274449106 OH3RBE-1 R OH3MBC-1>APZMDR,WIDE1*:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta interface_receive_ax25() pbuf_alloc(75,75) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.251 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3MBC-1>APZMDR,WIDE1*' info_start='!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274449106 << igates.aprs.fi:14580 << OH3MBC-1>APZMDR,WIDE1*,qAR,OH3RBE-1:!6215.08NN02345.26E#PHG21004/R,Wn,Tn Virrat Keskusta erlang_add(OH3RBE-1, 0, 67, 1) 1274449106 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6101.07N/02424.56Ev157/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.018 lng 24.409 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6101.07N/02424.56Ev157/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad50) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!6101.07N/02424.56Ev157/048 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449106 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6101.07N/02424.56Ev157/048 XUG-440 erlang_add(OH3RBE-1, 0, 67, 1) 1274449106 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6101.07N/02424.56Ev157/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.018 lng 24.409 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6101.07N/02424.56Ev157/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274449106 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6101.07N/02424.56Ev157/048 XUG-440 1274449109 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=(nil) pbuf_free(0x882af40) 1274449116 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//IbuTNM#>pU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.419 lng 23.760 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IbuTNM#>pU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449116 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 beacons cycle: 20.00 minutes, increment: 5.00 minutes beacons offset: 4.52 minutes beacons offset: 8.72 minutes beacons offset: 13.63 minutes beacons offset: 17.62 minutes BEACON: idx=0, nexttime= +271 sec 1274449121 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> '!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/', next beacon in 4.52 minutes interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer 1274449121 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IbuTNM#>pU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IbuTNM#>pU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449121 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ 1274449121 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 15|fe 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274449121 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449121 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274449121 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6101.07N/02424.56Ev157/048 XUG-440 1274449121 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6101.07N/02424.56Ev157/048 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.018 lng 24.409 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6101.07N/02424.56Ev157/048 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 97, 1) 1274449121 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211339z6009.37N/02504.89Es http://kartta.hmpy.fi 1274449121 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211339z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211339z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449131 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//IV)TNE$>uU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.422 lng 23.756 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IV)TNE$>uU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449131 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449136 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IV)TNE$>uU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IV)TNE$>uU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449136 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449136 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449136 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 106, 1) 1274449136 OH3RBE-1 R OH3RBR>APRG11:}OH3RBE-1>APRX1F,TCPIP*,OH3RBR*:!6129.78N/02343.89E#Tampere/Pyynikki http://oh3ne.ham.fi/ callsign format verify got bad character: '1' in string: 'OH3RBE-1>APRX1F,TCPI' TNC2 forbidden source stationid: 'OH3RBE-1>APRX1F,TCPI' erlang_add(OH3RBE-1, 1, 88, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 31, 1) 1274449136 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//IV)TNE$>uU_ 1274449136 OH3RBE-1 R OH2KQF-9>APZMDR:!//IV)TNE$>uU_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274449136 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//IV)TNE$>uU_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274449142 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//T0!TuFMv?S_XUK-257 1274449142 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//T0!TuFMv?S_XUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.192 lng 25.453 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//T0!TuFMv?S_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274449143 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//T0!TuFMv?S_XUK-257 1274449143 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//T0!TuFMv?S_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.192 lng 25.453 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//T0!TuFMv?S_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad28) 1274449147 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//IEYTNAO>yU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.426 lng 23.755 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IEYTNAO>yU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449147 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 31, 1) 1274449147 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//IEYTNAO>yU_ 1274449147 OH3RBE-1 R OH2KQF-9>APZMDR:!//IEYTNAO>yU_ interface_receive_ax25() 1274449152 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IEYTNAO>yU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//IEYTNAO>yU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274449161 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//I6@TNAR>"U_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//I6@TNAR>"U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449161 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 1274449166 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//I6@TNAR>"U_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//I6@TNAR>"U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274449166 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449166 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449166 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449166 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//I6@TNAR>"U_ 1274449166 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//I6@TNAR>"U_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//I6@TNAR>"U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 45, 1) 1274449167 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1,qAR,OH3RBE-1:!//I6@TNAR>"U_ 1274449167 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1:!//I6@TNAR>"U_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1' info_start='!//I6@TNAR>"U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 52, 1) 1274449167 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//I6@TNAR>"U_ 1274449167 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1:!//I6@TNAR>"U_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1' info_start='!//I6@TNAR>"U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 52, 1) 1274449167 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//I6@TNAR>"U_ 1274449167 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*:!//I6@TNAR>"U_ interface_receive_ax25() pbuf_alloc(51,60) -> 0x882ad28 parse_aprs_compressed position ok: lat 61.430 lng 23.755 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*' info_start='!//I6@TNAR>"U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad28) pbuf_free(0x882a870) 1274449176 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//I)$R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.433 lng 23.756 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//I)$R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449176 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 31, 1) 1274449176 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//I)$R_ 1274449176 OH3RBE-1 R OH2KQF-9>APZMDR:!//I)$R_ interface_receive_ax25() 1274449177 << igates.aprs.fi:14580 >> OH1XT>APU25N,TCPIP*,qAC,T2FINLAND:;OH1GRN *271900z6130.81N/02254.97Ey interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ad28 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.514 lng 22.916 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449177 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad28 1274449181 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//I)$R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//I)$R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449182 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH1XT>APU25N,TCPIP,OH1XT*:;OH1GRN *271900z6130.81N/02254.97Ey' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=87) ttyreader_kisswrite(->OH3RBE-1, axlen=87)erlang_add(OH3RBE-1, 2, 87, 1) .. put 90 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274449182 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 09|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274449182 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449182 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449187 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//TH(Tuebv@S_XUK-257 1274449187 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//TH(Tuebv@S_XUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882a870 parse_aprs_compressed position ok: lat 61.186 lng 25.468 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//TH(Tuebv@S_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449188 << igates.aprs.fi:14580 >> OH3BK>APRX1D,TCPIP*,qAC,FIGATES2:!6128.23NR02353.52E&aprx - an Rx-only iGate interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(93,86) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.471 lng 23.892 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449188 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 45, 1) 1274449188 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//TH(Tuebv@S_XUK-257 1274449188 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//TH(Tuebv@S_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae48 parse_aprs_compressed position ok: lat 61.186 lng 25.468 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//TH(Tuebv@S_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae48) erlang_add(OH3RBE-1, 0, 31, 1) 1274449191 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//Hx[TNFj>%R_ 1274449191 OH3RBE-1 R OH2KQF-9>APZMDR:!//Hx[TNFj>%R_ interface_receive_ax25() 1274449191 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//Hx[TNFj>%R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae48 parse_aprs_compressed position ok: lat 61.436 lng 23.757 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Hx[TNFj>%R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449191 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae48 1274449193 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ad28 Source filtering accepted the packet. hops count: OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3BK>APRX1D,TCPIP,OH3BK*:!6128.23NR02353.52E&aprx - an Rx-only iGate' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=93) ttyreader_kisswrite(->OH3RBE-1, axlen=93)erlang_add(OH3RBE-1, 2, 93, 1) .. put 96 bytes of KISS frame on IO buffer pbuf_free(0x882ad28) 1274449193 << igates.aprs.fi:14580 >> OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBR:!6100.28N/02426.34Ev122/046 XUG-440 interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(90,83) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.005 lng 24.439 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2NTD-9>APZMDR,TCPIP,OH3RBR*:!6100.28N/02426.34Ev122/046 XUG-440 ' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449193 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad28 erlang_add(OH3RBE-1, 0, 67, 1) 1274449193 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6100.28N/02426.34Ev122/046 XUG-440 1274449193 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6100.28N/02426.34Ev122/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882af38 parse_aprs_uncompressed position ok: lat 61.005 lng 24.439 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6100.28N/02426.34Ev122/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad28) Source filtering accepted the packet. hops count: OH3RDA-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-1*,WIDE2*:' data='!6100.28N/02426.34Ev122/046 XUG-440 ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882af38) 1274449196 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ae48 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Hx[TNFj>%R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Hx[TNFj>%R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae48) 1274449196 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449196 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449196 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274449196 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6100.28N/02426.34Ev122/046 XUG-440 1274449196 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6100.28N/02426.34Ev122/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.005 lng 24.439 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6100.28N/02426.34Ev122/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad28) erlang_add(OH3RBE-1, 0, 67, 1) 1274449196 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6100.28N/02426.34Ev122/046 XUG-440 1274449196 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6100.28N/02426.34Ev122/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882ad28 parse_aprs_uncompressed position ok: lat 61.005 lng 24.439 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6100.28N/02426.34Ev122/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad28) 1274449198 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=(nil) pbuf_free(0x882ac60) 1274449201 << igates.aprs.fi:14580 >> OH3RUX>BEACON,TRACE2-2,qAR,OH3RBR:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(99,92) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RUX>BEACON,TCPIP,OH3RBR*:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449201 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 72, 1) 1274449201 << igates.aprs.fi:14580 << OH3RUX>BEACON,TRACE2-2,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274449201 OH3RBE-1 R OH3RUX>BEACON,TRACE2-2:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(71,70) -> 0x882ad90 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,TRACE2-2' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: TRACE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RUX>BEACON,OH3RBE-1*,TRACE2-1:' data='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat ' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=78) ttyreader_kisswrite(->OH3RBE-1, axlen=78)erlang_add(OH3RBE-1, 2, 78, 1) .. put 81 bytes of KISS frame on IO buffer pbuf_free(0x882ad90) erlang_add(OH3RBE-1, 0, 79, 1) 1274449203 << igates.aprs.fi:14580 << OH3RUX>BEACON,OH3RBE-2*,TRACE2-1,qAR,OH3RBE-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat 1274449203 OH3RBE-1 R OH3RUX>BEACON,OH3RBE-2*,TRACE2-1:!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat interface_receive_ax25() pbuf_alloc(78,80) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.223 lng 24.070 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RUX>BEACON,OH3RBE-2*,TRACE2-1' info_start='!6213.36N/02404.22E#PHG9500/R,W,T OH3RUX Virrat' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274449206 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) erlang_add(OH3RBE-1, 0, 31, 1) 1274449206 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//HlnTNJl>%S_ 1274449206 OH3RBE-1 R OH2KQF-9>APZMDR:!//HlnTNJl>%S_ interface_receive_ax25() 1274449206 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//HlnTNJl>%S_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.438 lng 23.759 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HlnTNJl>%S_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449206 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449211 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HlnTNJl>%S_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HlnTNJl>%S_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449226 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:41:46 GMT FIGATES2 193.185.39.3:14580 1274449226 << igates.aprs.fi:14580 >> OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3BK:!6119.27N/02415.81E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449226 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 pbuf_free(0x882a870) 1274449231 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E# out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBE-3>APZMDR,TCPIP,OH3BK*:!6119.27N/02415.81E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=73) ttyreader_kisswrite(->OH3RBE-1, axlen=73)erlang_add(OH3RBE-1, 2, 73, 1) .. put 76 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449231 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449231 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449231 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449231 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//TRxTu{vvAPZMDR,OH3RBE-3*:!//TRxTu{vv 0x882a870 parse_aprs_compressed position ok: lat 61.184 lng 25.478 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//TRxTu{vvAPZMDR,WIDE2,qAR,OH3RBE-1:!//TRxTu{vvAPZMDR,WIDE2:!//TRxTu{vv 0x882ac60 parse_aprs_compressed position ok: lat 61.184 lng 25.478 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//TRxTu{vvAPOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449231 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 70, 1) 1274449231 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6110.47N/02531.61E> 14.3V 46C HDOP00.8 SATS10 1274449231 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6110.47N/02531.61E> 14.3V 46C HDOP00.8 SATS10 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ad70 parse_aprs_uncompressed position ok: lat 61.174 lng 25.527 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6110.47N/02531.61E> 14.3V 46C HDOP00.8 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274449232 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274449232 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-2:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-2' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ae68) erlang_add(OH3RBE-1, 0, 44, 1) 1274449232 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274449232 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae68) erlang_add(OH3RBE-1, 0, 44, 1) 1274449232 << igates.aprs.fi:14580 << OH3RBE-3>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6119.27N/02415.81E# 1274449232 OH3RBE-1 R OH3RBE-3>APZMDR,WIDE2-1:!6119.27N/02415.81E# interface_receive_ax25() pbuf_alloc(43,44) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 61.321 lng 24.264 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-3>APZMDR,WIDE2-1' info_start='!6119.27N/02415.81E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ae68) 1274449236 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//HU3TNRd>%R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae68 parse_aprs_compressed position ok: lat 61.444 lng 23.763 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HU3TNRd>%R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449236 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae68 erlang_add(OH3RBE-1, 0, 31, 1) 1274449236 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//HU3TNRd>%R_ 1274449236 OH3RBE-1 R OH2KQF-9>APZMDR:!//HU3TNRd>%R_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 67, 1) 1274449239 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6059.88N/02427.22Ev160/046 XUG-440 1274449239 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6059.88N/02427.22Ev160/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882af58 parse_aprs_uncompressed position ok: lat 60.998 lng 24.454 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6059.88N/02427.22Ev160/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449241 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ae68 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HU3TNRd>%R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HU3TNRd>%R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae68) erlang_add(OH3RBE-1, 0, 67, 1) 1274449241 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6059.88N/02427.22Ev160/046 XUG-440 1274449241 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6059.88N/02427.22Ev160/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 60.998 lng 24.454 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6059.88N/02427.22Ev160/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae68) 1274449250 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//HJdTNUw>$R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae68 parse_aprs_compressed position ok: lat 61.447 lng 23.764 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HJdTNUw>$R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449250 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae68 1274449256 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ae68 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HJdTNUw>$R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HJdTNUw>$R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae68) 1274449256 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449256 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449256 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274449256 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6059.88N/02427.22Ev160/046 XUG-440 1274449256 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6059.88N/02427.22Ev160/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882b050 parse_aprs_uncompressed position ok: lat 60.998 lng 24.454 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6059.88N/02427.22Ev160/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b050) erlang_add(OH3RBE-1, 0, 49, 1) 1274449256 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274449256 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-3*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,49) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-3*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 49, 1) 1274449256 << igates.aprs.fi:14580 << OH6JAT>APZMDR,WIDE1*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274449256 OH3RBE-1 R OH6JAT>APZMDR,WIDE1*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,46) -> 0x882b050 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,WIDE1*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b050) erlang_add(OH3RBE-1, 0, 49, 1) 1274449256 << igates.aprs.fi:14580 << OH6JAT>APZMDR,OH3RBE-5*,qAR,OH3RBE-1:!6155.05N/02511.57E#Jorak 1274449256 OH3RBE-1 R OH6JAT>APZMDR,OH3RBE-5*:!6155.05N/02511.57E#Jorak interface_receive_ax25() pbuf_alloc(48,49) -> 0x882b050 parse_aprs_uncompressed position ok: lat 61.917 lng 25.193 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT>APZMDR,OH3RBE-5*' info_start='!6155.05N/02511.57E#Jorak' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b050) erlang_add(OH3RBE-1, 0, 31, 1) 1274449256 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//HJdTNUw>$R_ 1274449256 OH3RBE-1 R OH2KQF-9>APZMDR:!//HJdTNUw>$R_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274449256 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//HJdTNUw>$R_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 52, 1) 1274449264 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!6043.80N/02446.76E> EYY-415 1274449264 OH3RBE-1 R OH3NK-9>APZMDR,OH3RBE-3*:!6043.80N/02446.76E> EYY-415 interface_receive_ax25() pbuf_alloc(51,53) -> 0x882b050 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,OH3RBE-3*' info_start='!6043.80N/02446.76E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274449264 << igates.aprs.fi:14580 << OH3NK-9>APZMDR,WIDE2,qAR,OH3RBE-1:!6043.80N/02446.76E> EYY-415 1274449264 OH3RBE-1 R OH3NK-9>APZMDR,WIDE2:!6043.80N/02446.76E> EYY-415 interface_receive_ax25() pbuf_alloc(51,49) -> 0x882b128 parse_aprs_uncompressed position ok: lat 60.730 lng 24.779 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3NK-9>APZMDR,WIDE2' info_start='!6043.80N/02446.76E> EYY-415' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 31, 1) 1274449265 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//H>qTNY)>$R_ 1274449265 OH3RBE-1 R OH2KQF-9>APZMDR:!//H>qTNY)>$R_ interface_receive_ax25() 1274449265 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//H>qTNY)>$R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b128 parse_aprs_compressed position ok: lat 61.449 lng 23.766 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H>qTNY)>$R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449265 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b128 1274449270 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882b128 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H>qTNY)>$R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H>qTNY)>$R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882b128) 1274449281 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//H2+TN[n>#R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882b128 parse_aprs_compressed position ok: lat 61.452 lng 23.767 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H2+TN[n>#R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449281 ENTER VISCOUS QUEUE: len=1 pbuf=0x882b128 1274449286 LEAVE VISCOUS QUEUE: dupe=0xb7d6c600 pbuf=0x882b128 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H2+TN[n>#R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H2+TN[n>#R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882b128) 1274449286 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449286 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449286 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449287 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//H2+TN[n>#R_ 1274449287 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//H2+TN[n>#R_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882b128 parse_aprs_compressed position ok: lat 61.452 lng 23.767 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//H2+TN[n>#R_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 45, 1) 1274449287 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//H2+TN[n>#R_ 1274449287 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//H2+TN[n>#R_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b128 parse_aprs_compressed position ok: lat 61.452 lng 23.767 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//H2+TN[n>#R_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b128) erlang_add(OH3RBE-1, 0, 45, 1) 1274449287 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//H2+TN[n>#R_ 1274449287 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//H2+TN[n>#R_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b128 parse_aprs_compressed position ok: lat 61.452 lng 23.767 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//H2+TN[n>#R_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882b128) pbuf_free(0x882a870) pbuf_free(0x882ae68) pbuf_free(0x882af58) pbuf_free(0x882ac60) pbuf_free(0x882ad70) erlang_add(OH3RBE-1, 0, 44, 1) 1274449291 << igates.aprs.fi:14580 << OH6RUC>APZMDR,WIDE2,qAR,OH3RBE-1:!6332.12N/02341.44E# 1274449291 OH3RBE-1 R OH6RUC>APZMDR,WIDE2:!6332.12N/02341.44E# interface_receive_ax25() pbuf_alloc(43,40) -> 0x882a870 parse_aprs_uncompressed position ok: lat 63.535 lng 23.691 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RUC>APZMDR,WIDE2' info_start='!6332.12N/02341.44E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449292 << igates.aprs.fi:14580 >> OH3RBE-5>APZMDR,WIDE2-1,qAR,OH3RDR:!6141.18N/02420.54E# interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(74,67) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-5>APZMDR,TCPIP,OH3RDR*:!6141.18N/02420.54E#' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449292 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 51, 1) 1274449293 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274449293 OH3RBE-1 R OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(50,54) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-5>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!6141.18N/02420.54E#' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 44, 1) 1274449294 << igates.aprs.fi:14580 << OH3RBE-5>APZMDR,WIDE2,qAR,OH3RBE-1:!6141.18N/02420.54E# 1274449294 OH3RBE-1 R OH3RBE-5>APZMDR,WIDE2:!6141.18N/02420.54E# interface_receive_ax25() pbuf_alloc(43,42) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.686 lng 24.342 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-5>APZMDR,WIDE2' info_start='!6141.18N/02420.54E#' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) 1274449296 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//H&$TN]p>#S_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.455 lng 23.768 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H&$TN]p>#S_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449296 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 31, 1) 1274449296 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//H&$TN]p>#S_ 1274449296 OH3RBE-1 R OH2KQF-9>APZMDR:!//H&$TN]p>#S_ interface_receive_ax25() 1274449297 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=(nil) 1274449301 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H&$TN]p>#S_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H&$TN]p>#S_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449307 << igates.aprs.fi:14580 >> OH2GVE>APX194,TCPIP*,qAC,T2FINLAND:=//H+'TPI'x nöf interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.454 lng 23.845 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449307 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449311 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//GtSTN_b>"S_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad50 parse_aprs_compressed position ok: lat 61.458 lng 23.769 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GtSTN_b>"S_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449311 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad50 1274449312 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2GVE>APX194,TCPIP,OH2GVE*:=//H+'TPI'x nöf' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449312 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449312 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449312 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274449312 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6110.90N/02529.76E> 14.2V 46C HDOP00.8 SATS10 1274449312 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6110.90N/02529.76E> 14.2V 46C HDOP00.8 SATS10 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ae40 parse_aprs_uncompressed position ok: lat 61.182 lng 25.496 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6110.90N/02529.76E> 14.2V 46C HDOP00.8 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 31, 1) 1274449312 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GtSTN_b>"S_ 1274449312 OH3RBE-1 R OH2KQF-9>APZMDR:!//GtSTN_b>"S_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 65, 1) 1274449312 OH3RBE-1 R OH3RBR>APRG11:}OH2GVE>APX194,TCPIP*,OH3RBR*:=//H+'TPI'x nöf TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:=//H+' erlang_add(OH3RBE-1, 1, 47, 1) interface_receive_ax25() 1274449316 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ad50 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GtSTN_b>"S_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GtSTN_b>"S_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad50) pbuf_free(0x882b050) 1274449325 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//GhYTN``>!R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.770 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GhYTN``>!R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449325 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449330 LEAVE VISCOUS QUEUE: dupe=0xb7d6c900 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GhYTN``>!R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GhYTN``>!R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449330 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449330 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449330 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 67, 1) 1274449331 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6058.93N/02428.06Ev153/047 XUG-440 1274449331 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6058.93N/02428.06Ev153/047 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.982 lng 24.468 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6058.93N/02428.06Ev153/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274449331 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6058.93N/02428.06Ev153/047 XUG-440 1274449331 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6058.93N/02428.06Ev153/047 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882af38 parse_aprs_uncompressed position ok: lat 60.982 lng 24.468 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6058.93N/02428.06Ev153/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af38) erlang_add(OH3RBE-1, 0, 31, 1) 1274449331 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GhYTN``>!R_ 1274449331 OH3RBE-1 R OH2KQF-9>APZMDR:!//GhYTN``>!R_ interface_receive_ax25() 1274449340 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//G^OTNa[>$L_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882af38 parse_aprs_compressed position ok: lat 61.464 lng 23.770 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//G^OTNa[>$L_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449340 ENTER VISCOUS QUEUE: len=1 pbuf=0x882af38 erlang_add(OH3RBE-1, 0, 45, 1) 1274449340 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//G^OTNa[>$L_ 1274449340 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//G^OTNa[>$L_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.464 lng 23.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//G^OTNa[>$L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882af38) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//G^OTNa[>$L_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 45, 1) 1274449342 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//G^OTNa[>$L_ 1274449342 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//G^OTNa[>$L_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.464 lng 23.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//G^OTNa[>$L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 59, 1) 1274449344 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//G^OTNa[>$L_ 1274449344 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1:!//G^OTNa[>$L_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.464 lng 23.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1' info_start='!//G^OTNa[>$L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 59, 1) 1274449344 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//G^OTNa[>$L_ 1274449344 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//G^OTNa[>$L_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.464 lng 23.770 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//G^OTNa[>$L_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad58) 1274449345 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=(nil) pbuf_free(0x882a870) pbuf_free(0x882ae40) erlang_add(OH3RBE-1, 0, 65, 1) 1274449358 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4-1,qAR,OH3RBE-1:!//"#LUDB,>C#W OH4JT/OH4KZM Mobile 1274449358 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4-1:!//"#LUDB,>C#W OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,65) -> 0x882a870 parse_aprs_compressed position ok: lat 62.282 lng 27.277 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4-1' info_start='!//"#LUDB,>C#W OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449360 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:44:00 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 65, 1) 1274449361 << igates.aprs.fi:14580 << OH4JT-9>APZMDR,OH6RDK*,WIDE4,qAR,OH3RBE-1:!//"#LUDB,>C#W OH4JT/OH4KZM Mobile 1274449361 OH3RBE-1 R OH4JT-9>APZMDR,OH6RDK*,WIDE4:!//"#LUDB,>C#W OH4JT/OH4KZM Mobile interface_receive_ax25() pbuf_alloc(64,63) -> 0x882ad58 parse_aprs_compressed position ok: lat 62.282 lng 27.277 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH4JT-9>APZMDR,OH6RDK*,WIDE4' info_start='!//"#LUDB,>C#W OH4JT/OH4KZM Mobile' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad58) 1274449365 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//GabM_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.463 lng 23.770 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GabM_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449365 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad58 erlang_add(OH3RBE-1, 0, 31, 1) 1274449365 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GabM_ 1274449365 OH3RBE-1 R OH2KQF-9>APZMDR:!//GabM_ interface_receive_ax25() 1274449370 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ad58 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GabM_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GabM_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) 1274449375 << igates.aprs.fi:14580 >> OH3MWY>APRS,TCPIP*,qAC,T2FINLAND:@211343z6130.13N/02354.90E_067/000g000t090r000p000P000h27b10122eWUHU21636XXSP. interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(128,121) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.502 lng 23.915 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3MWY>APRS,TCPIP,OH3MWY*:@211343z6130.13N/02354.90E_067/000g000t090r000p000P000h27b10122eWUHU21636XXSP.' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449375 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ad58 1274449380 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ad58 Source filtering accepted the packet. hops count: OH3MWY>APRS,TCPIP,OH3MWY*:@211343z6130.13N/02354.90E_067/000g000t090r000p000P000h27b10122eWUHU21636XXSP. out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3MWY>APRS,TCPIP,OH3MWY*:@211343z6130.13N/02354.90E_067/000g000t090r000p000P000h27b10122eWUHU21636XXSP.' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=128) ttyreader_kisswrite(->OH3RBE-1, axlen=128)erlang_add(OH3RBE-1, 2, 128, 1) .. put 131 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) 1274449380 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449380 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449380 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 31, 1) 1274449380 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GaBTNWP>cR_ 1274449380 OH3RBE-1 R OH2KQF-9>APZMDR:!//GaBTNWP>cR_ interface_receive_ax25() pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 123, 1) 1274449381 OH3RBE-1 R OH3RBR>APRG11:}OH3MWY>APRS,TCPIP*,OH3RBR*:@211343z6130.13N/02354.90E_067/000g000t090r000p000P000h27b10122eWUHU21636XXSP. TNC2 forbidden VIA stationid, got: 'TCPIP*,OH3RBR*:@2113' erlang_add(OH3RBE-1, 1, 105, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274449385 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//GaBTNWP>cR_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274449392 << igates.aprs.fi:14580 >> OH3BK>RXTLM-1,TCPIP*,qAC,FIGATES2:T#094,11,0,76,14,000,00000000 BEACON: idx=1, nexttime= +252 sec 1274449392 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293', next beacon in 4.20 minutes 1274449392 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;OH3NE *111111z6129.78N/02343.89EyClub mtgs Mo/Th 18-> FM 145.750- D-STAR 144.650 APCO P25 434.575 -2.0 NAC293 interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=129) ttyreader_kisswrite(->OH3RBE-1, axlen=129)erlang_add(OH3RBE-1, 2, 129, 1) .. put 132 bytes of KISS frame on IO buffer Not relayable packet! [2] 1274449395 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//Gd)TNKF>_R_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.462 lng 23.759 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Gd)TNKF>_R_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449395 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 31, 1) 1274449395 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//Gd)TNKF>_R_ 1274449395 OH3RBE-1 R OH2KQF-9>APZMDR:!//Gd)TNKF>_R_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 67, 1) 1274449399 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6057.95N/02428.68Ev156/047 XUG-440 1274449399 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6057.95N/02428.68Ev156/047 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 60.966 lng 24.478 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6057.95N/02428.68Ev156/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449400 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Gd)TNKF>_R_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Gd)TNKF>_R_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 67, 1) 1274449400 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6057.95N/02428.68Ev156/047 XUG-440 1274449400 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6057.95N/02428.68Ev156/047 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 60.966 lng 24.478 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6057.95N/02428.68Ev156/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae48) pbuf_free(0x882a870) 1274449412 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3BK:!//GiWTN@.>]T_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//GiWTN@.>]T_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449412 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449414 << igates.aprs.fi:14580 >> OH1RDK>APRX1D,TCPIP*,qAC,FIGATES2:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(124,117) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.777 lng 22.722 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1RDK>APRX1D,TCPIP,OH1RDK*:; 434.975A*111111z6146.59N/02243.35Er 1750 R30k -1.6MHz OH1RUF Jamijarvi' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449414 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 1274449417 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//GiWTN@.>]T_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//GiWTN@.>]T_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449417 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449417 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449417 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 83, 1) 1274449417 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449417 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882ae48 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274449417 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6057.95N/02428.68Ev156/047 XUG-440 1274449417 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6057.95N/02428.68Ev156/047 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.966 lng 24.478 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6057.95N/02428.68Ev156/047 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 83, 1) 1274449417 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449417 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882af58 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af58) erlang_add(OH3RBE-1, 0, 45, 1) 1274449417 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//GiWTN@.>]T_ 1274449417 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//GiWTN@.>]T_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//GiWTN@.>]T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449417 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//GiWTN@.>]T_ 1274449417 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//GiWTN@.>]T_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//GiWTN@.>]T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449417 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1,qAR,OH3RBE-1:!//GiWTN@.>]T_ 1274449417 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1:!//GiWTN@.>]T_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1' info_start='!//GiWTN@.>]T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274449417 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//GiWTN@.>]T_ 1274449417 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1:!//GiWTN@.>]T_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1' info_start='!//GiWTN@.>]T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 97, 1) 1274449417 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211344z6009.37N/02504.89Es http://kartta.hmpy.fi 1274449417 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211344z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882af58 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211344z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 52, 1) 1274449418 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//GiWTN@.>]T_ 1274449418 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*:!//GiWTN@.>]T_ interface_receive_ax25() pbuf_alloc(51,60) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.754 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,OH3RDA-3*' info_start='!//GiWTN@.>]T_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882ac60) 1274449419 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882a870 Source filtering rejected the packet. pbuf_free(0x882a870) 1274449425 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//GlqTN1K>dT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.460 lng 23.747 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GlqTN1K>dT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449425 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 31, 1) 1274449425 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GlqTN1K>dT_ 1274449425 OH3RBE-1 R OH2KQF-9>APZMDR:!//GlqTN1K>dT_ interface_receive_ax25() 1274449426 << igates.aprs.fi:14580 >> OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3BK:!6128.33N/02359.09EU interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(73,66) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FCB-2>APZMDR,TCPIP,OH3BK*:!6128.33N/02359.09EU' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449426 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 44, 1) 1274449426 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-2,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274449426 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-2:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882b088 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-2' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2-1:' data='!6128.33N/02359.09EU' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=50) ttyreader_kisswrite(->OH3RBE-1, axlen=50)erlang_add(OH3RBE-1, 2, 50, 1) .. put 53 bytes of KISS frame on IO buffer pbuf_free(0x882b088) erlang_add(OH3RBE-1, 0, 51, 1) 1274449427 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274449427 OH3RBE-1 R OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(50,52) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,OH3RBE-1*,WIDE2' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 44, 1) 1274449429 << igates.aprs.fi:14580 << OH3FCB-2>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6128.33N/02359.09EU 1274449429 OH3RBE-1 R OH3FCB-2>APZMDR,WIDE2-1:!6128.33N/02359.09EU interface_receive_ax25() pbuf_alloc(43,44) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.472 lng 23.985 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FCB-2>APZMDR,WIDE2-1' info_start='!6128.33N/02359.09EU' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) 1274449430 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GlqTN1K>dT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GlqTN1K>dT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449431 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=(nil) 1274449440 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//GjOTN#O>hT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.461 lng 23.740 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GjOTN#O>hT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449440 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 pbuf_free(0x882ad50) 1274449445 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GjOTN#O>hT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GjOTN#O>hT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449445 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449445 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449445 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 31, 1) 1274449445 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GjOTN#O>hT_ 1274449445 OH3RBE-1 R OH2KQF-9>APZMDR:!//GjOTN#O>hT_ interface_receive_ax25() 1274449456 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//GdoTMoB>jU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.462 lng 23.733 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GdoTMoB>jU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882af58) 1274449456 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274449456 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//GdoTMoB>jU_ 1274449456 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//GdoTMoB>jU_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.462 lng 23.733 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//GdoTMoB>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//GdoTMoB>jU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449457 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//GdoTMoB>jU_ 1274449457 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//GdoTMoB>jU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.462 lng 23.733 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//GdoTMoB>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274449457 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//GdoTMoB>jU_ 1274449457 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//GdoTMoB>jU_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.462 lng 23.733 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//GdoTMoB>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274449459 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//GdoTMoB>jU_ 1274449459 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//GdoTMoB>jU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.462 lng 23.733 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//GdoTMoB>jU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) 1274449461 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=(nil) erlang_add(OH3RBE-1, 0, 72, 1) 1274449461 << igates.aprs.fi:14580 << OH8RDU>APNU19,WIDE2,qAR,OH3RBE-1:!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA 1274449461 OH3RBE-1 R OH8RDU>APNU19,WIDE2:!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA interface_receive_ax25() pbuf_alloc(71,68) -> 0x882a870 parse_aprs_uncompressed position ok: lat 64.073 lng 24.830 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8RDU>APNU19,WIDE2' info_start='!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 72, 1) 1274449464 << igates.aprs.fi:14580 << OH8RDU>APNU19,WIDE2*,qAR,OH3RBE-1:!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA 1274449464 OH3RBE-1 R OH8RDU>APNU19,WIDE2*:!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA interface_receive_ax25() pbuf_alloc(71,69) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 64.073 lng 24.830 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8RDU>APNU19,WIDE2*' info_start='!6404.38NU02449.80E#PHG5590 RELAY WIDE YLIVIESKA' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) pbuf_free(0x882ae48) 1274449471 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//G_`TM_z>gU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.463 lng 23.726 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//G_`TM_z>gU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449471 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 31, 1) 1274449471 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//G_`TM_z>gU_ 1274449471 OH3RBE-1 R OH2KQF-9>APZMDR:!//G_`TM_z>gU_ interface_receive_ax25() 1274449472 << igates.aprs.fi:14580 >> OH3RBE-2>APNU19,WIDE2-2,qAR,OH3RBR:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(106,99) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBE-2>APNU19,TCPIP,OH3RBR*:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449472 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ad50 erlang_add(OH3RBE-1, 0, 76, 1) 1274449472 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,WIDE2-2,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274449472 OH3RBE-1 R OH3RBE-2>APNU19,WIDE2-2:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(75,76) -> 0x882ae88 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,WIDE2-2' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ad50) Source filtering accepted the packet. hops count: WIDE2-2 req=2,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3RBE-2>APNU19,OH3RBE-1*,WIDE2-1:' data='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=82) ttyreader_kisswrite(->OH3RBE-1, axlen=82)erlang_add(OH3RBE-1, 2, 82, 1) .. put 85 bytes of KISS frame on IO buffer pbuf_free(0x882ae88) erlang_add(OH3RBE-1, 0, 83, 1) 1274449473 << igates.aprs.fi:14580 << OH3RBE-2>APNU19,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola 1274449473 OH3RBE-1 R OH3RBE-2>APNU19,OH3RBE-3*,WIDE2-1:!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola interface_receive_ax25() pbuf_alloc(82,86) -> 0x882ad50 parse_aprs_uncompressed position ok: lat 61.393 lng 23.233 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3RBE-2>APNU19,OH3RBE-3*,WIDE2-1' info_start='!6123.55NU02313.96E#PHG3562 RELAY,WIDE OH3NE Sarkola' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad50) 1274449476 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//G_`TM_z>gU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//G_`TM_z>gU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449477 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=(nil) 1274449485 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//G]^TMQ<>eU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.464 lng 23.719 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//G]^TMQ<>eU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449485 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449490 LEAVE VISCOUS QUEUE: dupe=0xb7d6c700 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//G]^TMQ<>eU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//G]^TMQ<>eU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449490 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 35|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag5|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274449490 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449490 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 94, 1) 1274449491 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE3-2,qAR,OH3RBE-1:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai 1274449491 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE3-2:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(93,97) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.952 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE3-2' info_start='!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 101, 1) 1274449491 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1,qAR,OH3RBE-1:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai 1274449491 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(100,107) -> 0x882ad88 parse_aprs_uncompressed position ok: lat 60.952 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3-1' info_start='!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ad88) erlang_add(OH3RBE-1, 0, 101, 1) 1274449491 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3,qAR,OH3RBE-1:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai 1274449491 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(100,105) -> 0x882ad88 parse_aprs_uncompressed position ok: lat 60.952 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,WIDE3' info_start='!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad88) erlang_add(OH3RBE-1, 0, 94, 1) 1274449491 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE3-1,qAR,OH3RBE-1:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai 1274449491 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE3-1:!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai interface_receive_ax25() pbuf_alloc(93,97) -> 0x882ad88 parse_aprs_uncompressed position ok: lat 60.952 lng 24.497 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE3-1' info_start='!6057.11N/02429.79Ev131/050 www.ryanthai.net --- OH2ER--- Thai ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad88) erlang_add(OH3RBE-1, 0, 31, 1) 1274449491 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//G]^TMQ<>eU_ 1274449491 OH3RBE-1 R OH2KQF-9>APZMDR:!//G]^TMQ<>eU_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 45, 1) 1274449491 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,OH3RBE-3*,qAR,OH3RBE-1:!//UM;Tx0#v@S_XUK-257 1274449491 OH3RBE-1 R OH6JAT-9>APZMDR,OH3RBE-3*:!//UM;Tx0#v@S_XUK-257 interface_receive_ax25() pbuf_alloc(44,47) -> 0x882ad88 parse_aprs_compressed position ok: lat 61.163 lng 25.572 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,OH3RBE-3*' info_start='!//UM;Tx0#v@S_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274449491 << igates.aprs.fi:14580 << OH6JAT-9>APZMDR,WIDE2,qAR,OH3RBE-1:!//UM;Tx0#v@S_XUK-257 1274449491 OH3RBE-1 R OH6JAT-9>APZMDR,WIDE2:!//UM;Tx0#v@S_XUK-257 interface_receive_ax25() pbuf_alloc(44,43) -> 0x882ae50 parse_aprs_compressed position ok: lat 61.163 lng 25.572 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6JAT-9>APZMDR,WIDE2' info_start='!//UM;Tx0#v@S_XUK-257' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae50) 1274449496 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAC,FIGATES2:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(140,133) -> 0x882ae50 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882a870) 1274449496 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae50 erlang_add(OH3RBE-1, 0, 105, 1) 1274449497 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR 1274449497 OH3RBE-1 R OH3RDR>APRG11:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR interface_receive_ax25() 1274449500 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//G_YTMAA>`U_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.711 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//G_YTMAA>`U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449500 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 45, 1) 1274449500 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//G_YTMAA>`U_ 1274449500 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//G_YTMAA>`U_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882afd0 parse_aprs_compressed position ok: lat 61.463 lng 23.711 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//G_YTMAA>`U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//G_YTMAA>`U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882afd0) 1274449501 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ae50 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:;434.950-C*111111z6127.22N/02349.94Er434.950MHz TOFF -2000kHz R50k R.NET Hervanta OH3RTR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=140) ttyreader_kisswrite(->OH3RBE-1, axlen=140)erlang_add(OH3RBE-1, 2, 140, 1) .. put 143 bytes of KISS frame on IO buffer pbuf_free(0x882ae50) erlang_add(OH3RBE-1, 0, 45, 1) 1274449501 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//G_YTMAA>`U_ 1274449501 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//G_YTMAA>`U_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.711 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//G_YTMAA>`U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882a870) 1274449505 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) 1274449515 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//Gf1TM3I>[U_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882a870 parse_aprs_compressed position ok: lat 61.462 lng 23.704 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Gf1TM3I>[U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449515 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274449520 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Gf1TM3I>[U_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//Gf1TM3I>[U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449520 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449520 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449520 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449520 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//G_YTMAA>`U_ 1274449520 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//G_YTMAA>`U_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.711 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//G_YTMAA>`U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 45, 1) 1274449520 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-5*,qAR,OH3RBE-1:!//G_YTMAA>`U_ 1274449520 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-5*:!//G_YTMAA>`U_ interface_receive_ax25() pbuf_alloc(44,50) -> 0x882a870 parse_aprs_compressed position ok: lat 61.463 lng 23.711 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,OH3RBE-5*' info_start='!//G_YTMAA>`U_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 44, 1) 1274449520 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2-1,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274449520 OH3RBE-1 R OH6FJB>APZMDR,WIDE2-1:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,42) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2-1' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 44, 1) 1274449520 << igates.aprs.fi:14580 << OH6FJB>APZMDR,WIDE2,qAR,OH3RBE-1:!6216.40N/02521.11E- 1274449520 OH3RBE-1 R OH6FJB>APZMDR,WIDE2:!6216.40N/02521.11E- interface_receive_ax25() pbuf_alloc(43,40) -> 0x882ae50 parse_aprs_uncompressed position ok: lat 62.273 lng 25.352 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJB>APZMDR,WIDE2' info_start='!6216.40N/02521.11E-' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae50) erlang_add(OH3RBE-1, 0, 31, 1) 1274449520 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//Gf1TM3I>[U_ 1274449520 OH3RBE-1 R OH2KQF-9>APZMDR:!//Gf1TM3I>[U_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274449520 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//Gf1TM3I>[U_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274449530 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//GqFTM(S>VU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae50 parse_aprs_compressed position ok: lat 61.459 lng 23.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GqFTM(S>VU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ad88) 1274449530 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae50 erlang_add(OH3RBE-1, 0, 31, 1) 1274449530 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GqFTM(S>VU_ 1274449530 OH3RBE-1 R OH2KQF-9>APZMDR:!//GqFTM(S>VU_ interface_receive_ax25() pbuf_free(0x882ac60) 1274449535 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ae50 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GqFTM(S>VU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//GqFTM(S>VU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae50) 1274449545 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBR:!//H#dTM!#>UT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.456 lng 23.696 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H#dTM!#>UT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449545 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449550 LEAVE VISCOUS QUEUE: dupe=0xb7d6c800 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H#dTM!#>UT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H#dTM!#>UT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449550 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449550 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449550 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 45, 1) 1274449550 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//H#dTM!#>UT_ 1274449550 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//H#dTM!#>UT_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.456 lng 23.696 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//H#dTM!#>UT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449550 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//H#dTM!#>UT_ 1274449550 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1:!//H#dTM!#>UT_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.456 lng 23.696 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!//H#dTM!#>UT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449550 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!//H#dTM!#>UT_ 1274449550 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2:!//H#dTM!#>UT_ interface_receive_ax25() pbuf_alloc(44,46) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.456 lng 23.696 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!//H#dTM!#>UT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449550 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//H#dTM!#>UT_ 1274449550 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//H#dTM!#>UT_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.456 lng 23.696 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//H#dTM!#>UT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274449552 << igates.aprs.fi:14580 >> OH3RBR>APRG11,TCPIP*,qAI,OH3RBR,FIGATES2:!6127.05NI02351.41E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.451 lng 23.857 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882a870) 1274449552 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 37, 1) 1274449552 << igates.aprs.fi:14580 << OH3RBR>APRG11,qAR,OH3RBE-1:!6127.05NI02351.41E& 1274449552 OH3RBE-1 R OH3RBR>APRG11:!6127.05NI02351.41E& interface_receive_ax25() 1274449556 << igates.aprs.fi:14580 >> OH3RDR>APRG11,TCPIP*,qAI,OH3RDR,FIGATES2:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(94,87) -> 0x882a870 parse_aprs_uncompressed position ok: lat 61.454 lng 23.832 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449556 ENTER VISCOUS QUEUE: len=2 pbuf=0x882a870 erlang_add(OH3RBE-1, 0, 54, 1) 1274449556 << igates.aprs.fi:14580 << OH8MXJ>APU25N,WIDE2,qAR,OH3RBE-1:=6353.95N/02454.67E- {UIV32N} 1274449556 OH3RBE-1 R OH8MXJ>APU25N,WIDE2:=6353.95N/02454.67E- {UIV32N} interface_receive_ax25() pbuf_alloc(53,49) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 63.899 lng 24.911 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MXJ>APU25N,WIDE2' info_start='=6353.95N/02454.67E- {UIV32N}' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449557 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RBR>APRG11,TCPIP,OH3RBR*:!6127.05NI02351.41E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=72) ttyreader_kisswrite(->OH3RBE-1, axlen=72)erlang_add(OH3RBE-1, 2, 72, 1) .. put 75 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 59, 1) 1274449557 << igates.aprs.fi:14580 << OH3RDR>APRG11,qAR,OH3RBE-1:!6127.22NR02349.94E&144.800 Hervanta OH3TR 1274449557 OH3RBE-1 R OH3RDR>APRG11:!6127.22NR02349.94E&144.800 Hervanta OH3TR interface_receive_ax25() 1274449560 << igates.aprs.fi:14580 >> OH8MXJ>APU25N,TCPIP*,qAC,OH8MXJ:;OH8RAU *072138z6355.64N/02458.54EmNivala 145.600 MHz interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(107,100) -> 0x882ae28 parse_aprs_objectparse_aprs_uncompressed position ok: lat 63.927 lng 24.976 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH8MXJ>APU25N,TCPIP,OH8MXJ*:;OH8RAU *072138z6355.64N/02458.54EmNivala 145.600 MHz' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449560 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ae28 1274449561 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RBR:!//H0YU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.691 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H0YU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449561 ENTER VISCOUS QUEUE: len=3 pbuf=0x882ac60 1274449561 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882a870 Source filtering accepted the packet. hops count: OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3RDR>APRG11,TCPIP,OH3RDR*:!6127.22NR02349.94E&144.800 Hervanta OH3TR' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=94) ttyreader_kisswrite(->OH3RBE-1, axlen=94)erlang_add(OH3RBE-1, 2, 94, 1) .. put 97 bytes of KISS frame on IO buffer pbuf_free(0x882a870) 1274449561 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 19|ff 0d 0a 68 61 6d 64 72|20 24 20 = ..doh: tx| garbag.|...hamdr| $ erlang_add(OH3RBE-1, 1, 28, 1) 1274449561 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449561 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r 1274449565 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ae28 Source filtering rejected the packet. pbuf_free(0x882ae28) erlang_add(OH3RBE-1, 0, 80, 1) 1274449565 << igates.aprs.fi:14580 << OH8MXJ>APU25N,WIDE2,qAR,OH3RBE-1:;OH8RAU *072138z6355.64N/02458.54EmNivala 145.600 MHz 1274449565 OH3RBE-1 R OH8MXJ>APU25N,WIDE2:;OH8RAU *072138z6355.64N/02458.54EmNivala 145.600 MHz interface_receive_ax25() pbuf_alloc(79,75) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 63.927 lng 24.976 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MXJ>APU25N,WIDE2' info_start=';OH8RAU *072138z6355.64N/02458.54EmNivala 145.600 MHz' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882a870) 1274449566 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H0YU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RBR*:!//H0YU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449566 << igates.aprs.fi:14580 >> OH8MXJ>APU25N,TCPIP*,qAC,OH8MXJ:;OH8RUU *072139z6400.00N/02445.65EmRaudaskyla 434.600MHz interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(110,103) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 64.000 lng 24.761 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH8MXJ>APU25N,TCPIP,OH8MXJ*:;OH8RUU *072139z6400.00N/02445.65EmRaudaskyla 434.600MHz' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449566 ENTER VISCOUS QUEUE: len=1 pbuf=0x882a870 1274449571 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882a870 Source filtering rejected the packet. pbuf_free(0x882a870) 1274449576 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//H8qTLcw>]U_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.451 lng 23.684 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H8qTLcw>]U_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449576 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449581 LEAVE VISCOUS QUEUE: dupe=0xb7d6cc00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H8qTLcw>]U_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H8qTLcw>]U_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449581 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449581 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449581 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 31, 1) 1274449581 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//H8qTLcw>]U_ 1274449581 OH3RBE-1 R OH2KQF-9>APZMDR:!//H8qTLcw>]U_ interface_receive_ax25() pbuf_free(0x882ad58) erlang_add(OH3RBE-1, 0, 45, 1) 1274449591 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//H=lTLUO>bU_ 1274449591 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//H=lTLUO>bU_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882a870 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//H=lTLUO>bU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//H=lTLUO>bU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer 1274449591 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//H=lTLUO>bU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//H=lTLUO>bU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 Seen this packet 2 times pbuf_free(0x882ac60) 1274449592 << igates.aprs.fi:14580 >> OH1WW>APU25N,TCPIP*,qAC,T2FINLAND:;OH1FAP *281738z6116.91N\02241.95E- interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(87,80) -> 0x882ac60 parse_aprs_objectparse_aprs_uncompressed position ok: lat 61.282 lng 22.699 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH1WW>APU25N,TCPIP,OH1WW*:;OH1FAP *281738z6116.91N\02241.95E-' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449592 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 45, 1) 1274449593 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//H=lTLUO>bU_ 1274449593 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//H=lTLUO>bU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ad78 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//H=lTLUO>bU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ad78) erlang_add(OH3RBE-1, 0, 59, 1) 1274449593 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//H=lTLUO>bU_ 1274449593 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1:!//H=lTLUO>bU_ interface_receive_ax25() pbuf_alloc(58,65) -> 0x882ad78 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,WIDE2-1' info_start='!//H=lTLUO>bU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ad78) erlang_add(OH3RBE-1, 0, 59, 1) 1274449594 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//H=lTLUO>bU_ 1274449594 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//H=lTLUO>bU_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882ad78 parse_aprs_compressed position ok: lat 61.450 lng 23.677 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//H=lTLUO>bU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ad78) erlang_add(OH3RBE-1, 0, 67, 1) 1274449596 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH8RDU*,WIDE2-1,qAR,OH3RBE-1:!6333.04N/02512.86E>292/053/A=000451 1274449596 OH3RBE-1 R OH8MTM-9>APOTC1,OH8RDU*,WIDE2-1:!6333.04N/02512.86E>292/053/A=000451 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ad78 parse_aprs_uncompressed position ok: lat 63.551 lng 25.214 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH8RDU*,WIDE2-1' info_start='!6333.04N/02512.86E>292/053/A=000451' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449597 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ac60 Source filtering rejected the packet. pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 67, 1) 1274449598 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH8RDU*,WIDE2,qAR,OH3RBE-1:!6333.04N/02512.86E>292/053/A=000451 1274449598 OH3RBE-1 R OH8MTM-9>APOTC1,OH8RDU*,WIDE2:!6333.04N/02512.86E>292/053/A=000451 interface_receive_ax25() pbuf_alloc(66,66) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 63.551 lng 25.214 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH8RDU*,WIDE2' info_start='!6333.04N/02512.86E>292/053/A=000451' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) 1274449605 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//HADTLEd>aU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.449 lng 23.670 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HADTLEd>aU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449605 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 31, 1) 1274449605 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//HADTLEd>aU_ 1274449605 OH3RBE-1 R OH2KQF-9>APZMDR:!//HADTLEd>aU_ interface_receive_ax25() 1274449610 LEAVE VISCOUS QUEUE: dupe=0xb7d6cd00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HADTLEd>aU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//HADTLEd>aU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449615 << igates.aprs.fi:14580 >> OH3NE>APJI23,TCPIP*,qAC,OH3NE-DS:!6129.78ND02343.89E& interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(70,63) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.496 lng 23.732 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449615 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449620 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E& out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH3NE>APJI23,TCPIP,OH3NE*:!6129.78ND02343.89E&' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=70) ttyreader_kisswrite(->OH3RBE-1, axlen=70)erlang_add(OH3RBE-1, 2, 70, 1) .. put 73 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) 1274449620 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449620 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449620 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 25, 1) 1274449620 OH3RBE-1 R OH6GHF>BEACON,WIDE2: interface_receive_ax25() pbuf_alloc(24,20) -> 0x882a938 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 25, 1) 1274449620 OH3RBE-1 R OH6GHF>BEACON,WIDE2*: interface_receive_ax25() pbuf_alloc(24,21) -> 0x882ac60 .. parse_aprs() rc=FAIL srcif=OH3RBE-1 tnc2addr='OH6GHF>BEACON,WIDE2*' info_start='' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 67, 1) 1274449626 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1,qAR,OH3RBE-1:!6055.31N/02431.66Ev150/046 XUG-440 1274449626 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1:!6055.31N/02431.66Ev150/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,70) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 60.922 lng 24.528 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2-1' info_start='!6055.31N/02431.66Ev150/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 67, 1) 1274449627 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*,qAR,OH3RBE-1:!6055.31N/02431.66Ev150/046 XUG-440 1274449627 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*:!6055.31N/02431.66Ev150/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,72) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 60.922 lng 24.528 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,OH3RBE-3*' info_start='!6055.31N/02431.66Ev150/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae68) erlang_add(OH3RBE-1, 0, 67, 1) 1274449629 << igates.aprs.fi:14580 << OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2,qAR,OH3RBE-1:!6055.31N/02431.66Ev150/046 XUG-440 1274449629 OH3RBE-1 R OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2:!6055.31N/02431.66Ev150/046 XUG-440 interface_receive_ax25() pbuf_alloc(66,68) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 60.922 lng 24.528 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2NTD-9>APZMDR,OH3RDA-3*,WIDE2' info_start='!6055.31N/02431.66Ev150/046 XUG-440 ' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ae68) erlang_add(OH3RBE-1, 0, 77, 1) 1274449632 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274449632 OH3RBE-1 R OH6RDK>APZMDR,WIDE2:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,73) -> 0x882ae68 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 77, 1) 1274449634 << igates.aprs.fi:14580 << OH6RDK>APZMDR,WIDE2*,qAR,OH3RBE-1:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD 1274449634 OH3RBE-1 R OH6RDK>APZMDR,WIDE2*:!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD interface_receive_ax25() pbuf_alloc(76,74) -> 0x882af68 parse_aprs_uncompressed position ok: lat 62.328 lng 26.523 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6RDK>APZMDR,WIDE2*' info_start='!6219.71N/02631.36E# PHG2571 R,Wn,Tn Hankasalmi OH6AD' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882af68) 1274449635 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:48:35 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274449635 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//HBoTL&S>gU_ 1274449635 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//HBoTL&S>gU_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882af68 parse_aprs_compressed position ok: lat 61.448 lng 23.655 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//HBoTL&S>gU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//HBoTL&S>gU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 45, 1) 1274449637 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//HBoTL&S>gU_ 1274449637 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//HBoTL&S>gU_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882b030 parse_aprs_compressed position ok: lat 61.448 lng 23.655 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//HBoTL&S>gU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882b030) erlang_add(OH3RBE-1, 0, 59, 1) 1274449638 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//HBoTL&S>gU_ 1274449638 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//HBoTL&S>gU_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882b030 parse_aprs_compressed position ok: lat 61.448 lng 23.655 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//HBoTL&S>gU_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882b030) BEACON: idx=2, nexttime= +295 sec 1274449644 Now beaconing to interface OH3RBE-1 'OH3RBE-1>APRX1F' -> ';145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE', next beacon in 4.92 minutes 1274449644 << igates.aprs.fi:14580 << OH3RBE-1>APRX1F,qAR,OH3RBE-1:;145.750-C*111111z6129.78N/02343.89Er145.750MHz T123 -0600kHz R40k Tampere OH3RNE interface_transmit_beacon() aif=0x88280d8, aif->txok=1 aif->callsign='OH3RBE-1' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=97) ttyreader_kisswrite(->OH3RBE-1, axlen=97)erlang_add(OH3RBE-1, 2, 97, 1) .. put 100 bytes of KISS frame on IO buffer erlang_add(OH3RBE-1, 0, 31, 1) 1274449650 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//H>7TKrm>jT_ 1274449650 OH3RBE-1 R OH2KQF-9>APZMDR:!//H>7TKrm>jT_ interface_receive_ax25() pbuf_free(0x882a938) pbuf_free(0x882ad78) pbuf_free(0x882a870) 1274449655 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:48:55 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 63, 1) 1274449656 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//H>7TKrm>jT_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 31, 1) 1274449665 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//H7FTKdt>lU_ 1274449665 OH3RBE-1 R OH2KQF-9>APZMDR:!//H7FTKdt>lU_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274449671 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//H7FTKdt>lU_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() 1274449675 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:49:15 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 45, 1) 1274449680 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//H/+TKX>>nT_ 1274449680 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//H/+TKX>>nT_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ad58 parse_aprs_compressed position ok: lat 61.453 lng 23.635 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//H/+TKX>>nT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//H/+TKX>>nT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ae68) pbuf_free(0x882af68) pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274449681 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1,qAR,OH3RBE-1:!//H/+TKX>>nT_ 1274449681 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1:!//H/+TKX>>nT_ interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.635 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1' info_start='!//H/+TKX>>nT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 45, 1) 1274449682 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//H/+TKX>>nT_ 1274449682 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//H/+TKX>>nT_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.635 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//H/+TKX>>nT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274449683 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,qAR,OH3RBE-1:!//H/+TKX>>nT_ 1274449683 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*:!//H/+TKX>>nT_ interface_receive_ax25() pbuf_alloc(51,57) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.635 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*' info_start='!//H/+TKX>>nT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274449683 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-5*,qAR,OH3RBE-1:!//H/+TKX>>nT_ 1274449683 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-5*:!//H/+TKX>>nT_ interface_receive_ax25() pbuf_alloc(51,57) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.453 lng 23.635 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-5*' info_start='!//H/+TKX>>nT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 31, 1) 1274449694 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//H&jTKND>oT_ 1274449694 OH3RBE-1 R OH2KQF-9>APZMDR:!//H&jTKND>oT_ interface_receive_ax25() 1274449695 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:49:35 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 39, 1) 1274449699 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH8RDU*,WIDE2-1,qAR,OH3RBE-1:>VYH-841 1274449699 OH3RBE-1 R OH8MTM-9>APOTC1,OH8RDU*,WIDE2-1:>VYH-841 interface_receive_ax25() pbuf_alloc(38,40) -> 0x882ac60 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH8RDU*,WIDE2-1' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 39, 1) 1274449701 << igates.aprs.fi:14580 << OH8MTM-9>APOTC1,OH8RDU*,WIDE2,qAR,OH3RBE-1:>VYH-841 1274449701 OH3RBE-1 R OH8MTM-9>APOTC1,OH8RDU*,WIDE2:>VYH-841 interface_receive_ax25() pbuf_alloc(38,38) -> 0x882a870 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH8MTM-9>APOTC1,OH8RDU*,WIDE2' info_start='>VYH-841' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882a870) erlang_add(OH3RBE-1, 0, 97, 1) 1274449705 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*,qAR,OH3RBE-1:;RAUTAUOMA*211349z6009.37N/02504.89Es http://kartta.hmpy.fi 1274449705 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*:;RAUTAUOMA*211349z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(96,101) -> 0x882a870 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RDA-3*' info_start=';RAUTAUOMA*211349z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 104, 1) 1274449707 << igates.aprs.fi:14580 << OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2,qAR,OH3RBE-1:;RAUTAUOMA*211349z6009.37N/02504.89Es http://kartta.hmpy.fi 1274449707 OH3RBE-1 R OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2:;RAUTAUOMA*211349z6009.37N/02504.89Es http://kartta.hmpy.fi interface_receive_ax25() pbuf_alloc(103,108) -> 0x882ae20 parse_aprs_objectparse_aprs_uncompressed position ok: lat 60.156 lng 25.081 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2RDH-8>APZMER,OH2RDS*,OH3RCD*,OH3RBE-2*,TRACE2' info_start=';RAUTAUOMA*211349z6009.37N/02504.89Es http://kartta.hmpy.fi' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae20) erlang_add(OH3RBE-1, 0, 31, 1) 1274449709 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GxqTKC+>mT_ 1274449709 OH3RBE-1 R OH2KQF-9>APZMDR:!//GxqTKC+>mT_ interface_receive_ax25() 1274449709 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//GxqTKC+>mT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ae20 parse_aprs_compressed position ok: lat 61.457 lng 23.625 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GxqTKC+>mT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449709 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae20 pbuf_free(0x882ad58) 1274449714 LEAVE VISCOUS QUEUE: dupe=0xb7d6c500 pbuf=0x882ae20 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GxqTKC+>mT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GxqTKC+>mT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ae20) erlang_add(OH3RBE-1, 0, 70, 1) 1274449714 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,OH3RBE-3*,qAR,OH3RBE-1:!6113.59N/02520.97E> 14.3V 46C HDOP00.8 SATS10 1274449714 OH3RBE-1 R OH6FJG-9>APOTC1,OH3RBE-3*:!6113.59N/02520.97E> 14.3V 46C HDOP00.8 SATS10 interface_receive_ax25() pbuf_alloc(69,72) -> 0x882ad18 parse_aprs_uncompressed position ok: lat 61.227 lng 25.350 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,OH3RBE-3*' info_start='!6113.59N/02520.97E> 14.3V 46C HDOP00.8 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. 1274449726 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3BK:!//GqlTK6p>kT_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(67,60) -> 0x882ae10 parse_aprs_compressed position ok: lat 61.459 lng 23.619 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//GqlTK6p>kT_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449726 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ae10 1274449731 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=0x882ae10 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//GqlTK6p>kT_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3BK*:!//GqlTK6p>kT_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=67) ttyreader_kisswrite(->OH3RBE-1, axlen=67)erlang_add(OH3RBE-1, 2, 67, 1) .. put 70 bytes of KISS frame on IO buffer pbuf_free(0x882ae10) 1274449731 TTY /dev/ttyS0: Bad CMD byte on KISS frame: 0a 0d 64 6f 68 3a 20 74 78|20 67 61 72 62 61 67 84|0d 0a 68 61 6d 64 72 20|24 20 = ..doh: tx| garbag.|..hamdr |$ erlang_add(OH3RBE-1, 1, 27, 1) 1274449731 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 80 No interface configured for it! 80 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 a0|ba = ..`......|`.......|. 1274449731 TTY /dev/ttyS0: Bad TNCID on CMD byte on a KISS frame: 20 No interface configured for it! 20 9c 60 86 82 98 98 00 9c|60 86 82 98 98 01 01 f8|72 = .`......|`.......|r erlang_add(OH3RBE-1, 0, 70, 1) 1274449731 << igates.aprs.fi:14580 << OH6FJG-9>APOTC1,WIDE2,qAR,OH3RBE-1:!6113.59N/02520.97E> 14.3V 46C HDOP00.8 SATS10 1274449731 OH3RBE-1 R OH6FJG-9>APOTC1,WIDE2:!6113.59N/02520.97E> 14.3V 46C HDOP00.8 SATS10 interface_receive_ax25() pbuf_alloc(69,68) -> 0x882ae10 parse_aprs_uncompressed position ok: lat 61.227 lng 25.350 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6FJG-9>APOTC1,WIDE2' info_start='!6113.59N/02520.97E> 14.3V 46C HDOP00.8 SATS10' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 56, 1) 1274449731 << igates.aprs.fi:14580 << OH2FPR-9>VPRT08,WIDE2,qAR,OH3RBE-1:`5Y=l@Y>/]"44}Mikko ja sitikka= 1274449731 OH3RBE-1 R OH2FPR-9>VPRT08,WIDE2:`5Y=l@Y>/]"44}Mikko ja sitikka= interface_receive_ax25() pbuf_alloc(55,53) -> 0x882ae10 parse_aprs_mice destcall='VPRT08' passed dstcall format check passed info format check position ok: lat 60.401 lng 25.022 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2FPR-9>VPRT08,WIDE2' info_start='`5Y=l@Y>/]"44}Mikko ja sitikka=' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 45, 1) 1274449731 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//GqlTK6p>kT_ 1274449731 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//GqlTK6p>kT_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.459 lng 23.619 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//GqlTK6p>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 45, 1) 1274449731 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//GqlTK6p>kT_ 1274449731 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//GqlTK6p>kT_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.459 lng 23.619 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//GqlTK6p>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 45, 1) 1274449731 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1,qAR,OH3RBE-1:!//GqlTK6p>kT_ 1274449731 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1:!//GqlTK6p>kT_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.459 lng 23.619 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-1' info_start='!//GqlTK6p>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 52, 1) 1274449731 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!//GqlTK6p>kT_ 1274449731 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1:!//GqlTK6p>kT_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.459 lng 23.619 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-3*,WIDE2-1' info_start='!//GqlTK6p>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882aee8) erlang_add(OH3RBE-1, 0, 52, 1) 1274449731 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-5*,WIDE2-1,qAR,OH3RBE-1:!//GqlTK6p>kT_ 1274449731 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-5*,WIDE2-1:!//GqlTK6p>kT_ interface_receive_ax25() pbuf_alloc(51,58) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.459 lng 23.619 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,OH3RBE-5*,WIDE2-1' info_start='!//GqlTK6p>kT_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 6 times pbuf_free(0x882aee8) pbuf_free(0x882a870) pbuf_free(0x882ac60) 1274449746 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:50:26 GMT FIGATES2 193.185.39.3:14580 erlang_add(OH3RBE-1, 0, 31, 1) 1274449754 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//G`WTJyj>pT_ 1274449754 OH3RBE-1 R OH2KQF-9>APZMDR:!//G`WTJyj>pT_ interface_receive_ax25() erlang_add(OH3RBE-1, 0, 63, 1) 1274449759 OH3RBE-1 R OH3RBR>APRG11:}OH2KQF-9>APZMDR,TCPIP*,OH3RBR*:!//G`WTJyj>pT_ callsign format verify got bad character: '9' in string: 'OH2KQF-9>APZMDR,TCPI' TNC2 forbidden source stationid: 'OH2KQF-9>APZMDR,TCPI' erlang_add(OH3RBE-1, 1, 45, 1) interface_receive_ax25() erlang_add(OH3RBE-1, 0, 83, 1) 1274449763 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449763 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,82) -> 0x882a870 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Source filtering rejected the packet. erlang_add(OH3RBE-1, 0, 83, 1) 1274449765 << igates.aprs.fi:14580 << OH6HGN-8>APOTC1,OH6RAH*,WIDE2*,qAR,OH3RBE-1:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com 1274449765 OH3RBE-1 R OH6HGN-8>APOTC1,OH6RAH*,WIDE2*:!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com interface_receive_ax25() pbuf_alloc(82,83) -> 0x882aee8 parse_aprs_uncompressed position ok: lat 62.783 lng 22.854 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH6HGN-8>APOTC1,OH6RAH*,WIDE2*' info_start='!6246.99N/02251.27Ej101/000 11.9V 13Cwww.stsahko.com' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 2 times pbuf_free(0x882aee8) 1274449766 << igates.aprs.fi:14580 >> # javAPRSSrvr 3.15b06 21 May 2010 13:50:46 GMT FIGATES2 193.185.39.3:14580 1274449769 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RDR:!//GV'TJp@>pS_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882aee8 parse_aprs_compressed position ok: lat 61.466 lng 23.603 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GV'TJp@>pS_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 pbuf_free(0x882ad18) 1274449769 ENTER VISCOUS QUEUE: len=1 pbuf=0x882aee8 erlang_add(OH3RBE-1, 0, 45, 1) 1274449769 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,RELAY,WIDE2-2,qAR,OH3RBE-1:!//GV'TJp@>pS_ 1274449769 OH3RBE-1 R OH2KQF-9>APZMDR,RELAY,WIDE2-2:!//GV'TJp@>pS_ interface_receive_ax25() pbuf_alloc(44,44) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.466 lng 23.603 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,RELAY,WIDE2-2' info_start='!//GV'TJp@>pS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882aee8) Source filtering accepted the packet. hops count: RELAY,WIDE2-2 req=3,done=0 [OK,DIGIPEAT,TRACE] out-hdr: 'OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-2:' data='!//GV'TJp@>pS_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=51) ttyreader_kisswrite(->OH3RBE-1, axlen=51)erlang_add(OH3RBE-1, 2, 51, 1) .. put 54 bytes of KISS frame on IO buffer pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 52, 1) 1274449770 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1,qAR,OH3RBE-1:!//GV'TJp@>pS_ 1274449770 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1:!//GV'TJp@>pS_ interface_receive_ax25() pbuf_alloc(51,55) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.466 lng 23.603 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,WIDE2-1' info_start='!//GV'TJp@>pS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) pbuf_free(0x882ae10) erlang_add(OH3RBE-1, 0, 45, 1) 1274449771 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2,qAR,OH3RBE-1:!//GV'TJp@>pS_ 1274449771 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2:!//GV'TJp@>pS_ interface_receive_ax25() pbuf_alloc(44,48) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.466 lng 23.603 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-2*,WIDE2-2' info_start='!//GV'TJp@>pS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 59, 1) 1274449772 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!//GV'TJp@>pS_ 1274449772 OH3RBE-1 R OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*:!//GV'TJp@>pS_ interface_receive_ax25() pbuf_alloc(58,67) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.466 lng 23.603 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH2KQF-9>APZMDR,OH3RBE-1*,RELAY*,OH3RBE-3*,OH3RDA-3*' info_start='!//GV'TJp@>pS_' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274449772 << igates.aprs.fi:14580 >> OH3FU-9>APZMDR,WIDE2-2,qAR,OH3BK:!6129.25N/02356.29ER interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(72,65) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH3FU-9>APZMDR,TCPIP,OH3BK*:!6129.25N/02356.29ER' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449772 ENTER VISCOUS QUEUE: len=2 pbuf=0x882ac60 erlang_add(OH3RBE-1, 0, 51, 1) 1274449773 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274449773 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,53) -> 0x882ad58 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2-1' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 pbuf_free(0x882ac60) Source filtering accepted the packet. hops count: OH3RBE-3*,WIDE2-1 req=2,done=1 [OK,DIGIPEAT,TRACE] out-hdr: 'OH3FU-9>APZMDR,OH3RBE-3*,OH3RBE-1*,WIDE2*:' data='!6129.25N/02356.29ER' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=57) ttyreader_kisswrite(->OH3RBE-1, axlen=57)erlang_add(OH3RBE-1, 2, 57, 1) .. put 60 bytes of KISS frame on IO buffer pbuf_free(0x882ad58) 1274449774 LEAVE VISCOUS QUEUE: dupe=0xb7d6ca00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 51, 1) 1274449774 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274449774 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,55) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,OH3RDA-3*' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 3 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274449776 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,WIDE2,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274449776 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,WIDE2:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,51) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,WIDE2' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 4 times pbuf_free(0x882ac60) erlang_add(OH3RBE-1, 0, 51, 1) 1274449776 << igates.aprs.fi:14580 << OH3FU-9>APZMDR,OH3RBE-3*,OH3RBE-5*,qAR,OH3RBE-1:!6129.25N/02356.29ER 1274449776 OH3RBE-1 R OH3FU-9>APZMDR,OH3RBE-3*,OH3RBE-5*:!6129.25N/02356.29ER interface_receive_ax25() pbuf_alloc(50,55) -> 0x882ac60 parse_aprs_uncompressed position ok: lat 61.487 lng 23.938 .. parse_aprs() rc=OK srcif=OH3RBE-1 tnc2addr='OH3FU-9>APZMDR,OH3RBE-3*,OH3RBE-5*' info_start='!6129.25N/02356.29ER' digipeater_receive() from OH3RBE-1, is_aprs=1 viscous_delay=0 Seen this packet 5 times pbuf_free(0x882ac60) 1274449777 LEAVE VISCOUS QUEUE: dupe=0xb7d6ce00 pbuf=(nil) erlang_add(OH3RBE-1, 0, 31, 1) 1274449783 << igates.aprs.fi:14580 << OH2KQF-9>APZMDR,qAR,OH3RBE-1:!//GJSTJh%>sU_ 1274449783 OH3RBE-1 R OH2KQF-9>APZMDR:!//GJSTJh%>sU_ interface_receive_ax25() 1274449783 << igates.aprs.fi:14580 >> OH2KQF-9>APZMDR,qAR,OH3RDR:!//GJSTJh%>sU_ interface_receive_3rdparty() aif=0x80612c0, aif->digicount=1 pbuf_alloc(68,61) -> 0x882ac60 parse_aprs_compressed position ok: lat 61.468 lng 23.599 .. parse_aprs() rc=OK srcif=APRSIS tnc2addr='OH3RBE-1>APRX1F' info_start='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GJSTJh%>sU_' digipeater_receive() from APRSIS, is_aprs=1 viscous_delay=5 1274449783 ENTER VISCOUS QUEUE: len=1 pbuf=0x882ac60 1274449788 LEAVE VISCOUS QUEUE: dupe=0xb7d6c200 pbuf=0x882ac60 Source filtering accepted the packet. hops count: OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GJSTJh%>sU_ out-hdr: 'OH3RBE-1>APRS,WIDE1-1:' data='}OH2KQF-9>APZMDR,TCPIP,OH3RDR*:!//GJSTJh%>sU_' interface_transmit_ax25(aif=0x88280d8[OH3RBE-1], .., axlen=68) ttyreader_kisswrite(->OH3RBE-1, axlen=68)erlang_add(OH3RBE-1, 2, 68, 1) .. put 71 bytes of KISS frame on IO buffer pbuf_free(0x882ac60)