ionosphere icon indicating copy to clipboard operation
ionosphere copied to clipboard

multimon-ng must not be used for an iGate, it corrupts packet data

Open hessu opened this issue 2 years ago • 0 comments

https://github.com/cceremuga/ionosphere/blob/19d03f03f87950c54079cc0b3b9da0ff9f9a59b5/services/packet/packet.go#L15

Hi,

multimon-ng AX.25 packet radio decoder output is not binary clean. It is designed for decoding packets for human-readable use, and it strips/modifies out some bytes (non-printable packets which do appear in some packet formats) and does not handle multi-line packets well. Using it on an iGate will cause modified duplicate packets to be generated on the APRS-IS, when other iGates forward an intact packet and this igate forwards a corrupted packet.

A far better strategy for creating an iGate with an RTL-SDR is doing FM demodulation with rtl_fm, and passing the audio stream to Direwolf which can either be configured to act as a standalone iGate, or used as a KISS TNC for another iGate software (I use it with aprx). This provides a proper, safe APRS implementation, which treats the packets the same way as other iGates on the network, without data corruption.

Please see https://github.com/hessu/aprsc/blob/main/doc/IGATE-HINTS.md for details.

hessu avatar Sep 07 '23 21:09 hessu