Ero sivun ”Viscous APRS Digipeater.en” versioiden välillä

Radioamatööriwikistä
Siirry navigaatioon Siirry hakuun
>Oh2mqk
(What is a viscous digipeater, and what effect it has.)
 
>Oh2mqk
p (linking corrections)
Rivi 4: Rivi 4:
If a packet is heard more than once, it is silently forgotten.
If a packet is heard more than once, it is silently forgotten.


At present (October 2009) only one software is able to do this:  [[Aprx.en]]
At present (October 2009) only one software is able to do this:  [[Aprx.en|Aprx]]


With fresh Aprx v2, the necessary configuration is like follows:
With fresh Aprx v2, the necessary configuration is like follows:

Versio 22. lokakuuta 2009 kello 11.09

Viscous APRS Digipeater is a modification of APRS Digipeater, which puts all packets heard from radio channel into a short term probation delay hold (4-8 seconds,) and checks to see, how many copies of that same packet (per APRS packet duplicate detection algorithm) will be heard during that interval.

If a packet is heard only once, it will then be processed like normal digipeater request. If a packet is heard more than once, it is silently forgotten.

At present (October 2009) only one software is able to do this: Aprx

With fresh Aprx v2, the necessary configuration is like follows:

 mycall  OH2MQK-1
 <interface>
    serial-device /dev/ttyS0 19200 8n1 KISS
    callsign  $mycall
    tx-ok     true
 </interface>
 <digipeater>
    transmit $mycall
    <source>
        source         $mycall
        relay-type     digipeat
        viscous-delay  5
    </source>
 </digipeater>

ViscousDigipeaterTxEffect.png