UNPKG

@hamstudy/flamp

Version:

JavaScript Amateur Multicast Protocol AMP-2 Version 3 Implemented from specification document http://www.w1hkj.com/files/flamp/Amp-2.V3.0.Protocol.pdf • Version 1.0.0 - W5ALT, Walt Fair, Jr. (Derived From) • Version 2.0.0 - W1HKJ, Dave Freese, w

7 lines (6 loc) 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const amp_1 = require("./amp"); exports.Amp = amp_1.Amp; const deamp_1 = require("./deamp"); exports.Deamp = deamp_1.Deamp;