KD0NKS / js-aprs-is

JavaScript implementation of the Perl-APRS-Fap/Ham::APRS::FAP IS class
MIT License
7 stars 0 forks source link

Packet validation #94

Open KD0NKS opened 2 years ago

KD0NKS commented 2 years ago

Per http://www.aprs-is.net/Connecting.aspx

All "packets" sent to APRS-IS must be in the TNC2 format terminated by a carriage return, line feed sequence. No line may exceed 512 bytes including the CR/LF sequence. Only verified (valid passcode) clients may send data to APRS-IS. See the IGate document regarding gating packets to APRS-IS. Packets originating from the client should only have TCPIP in the path, nothing more or less (AE5PL-TS>APRS,TCPIP:my packet). For compatibility, the following rules are for any station generating packets:

KD0NKS commented 7 months ago

512 byte limit has now been implemented in pull request #237.