1.3.3 • Published 2 years ago
@staszyslaw/aprs v1.3.3
APRS Parser
This is a library for parsing AX.25 packets in APRS format.
Usage
import getAprsParser from '@staszyslaw/aprs';
const parser = getAprsParser();
const packet = parser.parse('<APRS_PACKET_STRING>');
console.log(packet.from.call); // callsign of the sender