Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-red-contrib-aprs2

ampledata19Apache-2.03.0.2

Node-RED Nodes for connecting to APRS-IS and sending & receiving APRS and CWOP Frames.

node-red, aprs, hamradio, amateurradio

readme

node-red-contrib-aprs

APRS TX Example

Node-RED Nodes for communicating with Automatic Packet Reporting System APRS using the APRS-IS or Citizen Weather Observer Program CWOP (NOAA MADIS) networks.

Available via the Node-RED Library.

Documentation is available here

License & Copyright

Copyright Greg Albrecht and other contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

changelog

3.0.0-beta1

  • Added ReadTheDocs documentation site: https://node-red-contrib-aprs.rtfd.io/
  • Added GitHub workflow actions (CI/CD).
  • Updated metadata/copyright/docstrings.
  • Ran everything through prettier.
  • Fixes #8: Missing examples.
  • Fixes #11: Default filter missing on RX node.
  • Fixes #15, #12 & #14: Parameter in APRS TX Node config.
  • Fixes #17: User & pass parameters in APRS Config Node credentials.
  • Fixes #18: Move APRS Nodes to 'network' category in palette.
  • Fixes #19: Add unit tests.

2.2.0

Added TX node custom server & port support, available via node config UI.

  • Server and port can also be set by passing msg.payload.server & msg.payload.port.
  • Server default: APRS rotate.aprs2.net, CWOP cwop.aprs.net
  • Port default: 14580

Added RX node custom URL support, also available via node config UI.

2.1.3

Fixed #9: Aprs is not a constructor.

2.1.0

  • Added support for APRS TX of Position Packets.
  • Refactored code to meet Node-RED recommended layout.