1.3.3 • Published 2 years ago

@staszyslaw/aprs v1.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.6

2 years ago