1.3.3 • Published 3 years ago

@staszyslaw/aprs v1.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.6

3 years ago