@sailingnaturali/signalk-dsc 0.5.6 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -212,6 +212,15 @@ broadcasts on behalf of a real, licensed MMSI). Until such hardware is common
212
212
  this stays out of scope and the plugin remains a passive receiver. If you have a
213
213
  radio that exposes a transmit interface, open an issue.
214
214
 
215
+ ## See also
216
+
217
+ DSC is the *alerting* signal — it tells you a vessel is in distress and roughly
218
+ where. For *finding* the casualty, pair this with the companion
219
+ [`@sailingnaturali/signalk-ais-distress`](https://github.com/sailingnaturali/signalk-ais-distress),
220
+ which alarms on AIS survival beacons (SART / MOB / EPIRB) and gives you a
221
+ position stream to home on. Both share the same 97x identity classes and build on
222
+ [`@sailingnaturali/signalk-distress-core`](https://github.com/sailingnaturali/signalk-distress-core).
223
+
215
224
  ## License
216
225
 
217
226
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sailingnaturali/signalk-dsc",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Receive, log, and alert on DSC (VHF digital selective calling) calls — distress, urgency, safety, routine — from NMEA 0183 ($CDDSC/$CDDSE) and NMEA 2000 (PGN 129808).",
5
5
  "main": "index.js",
6
6
  "scripts": {