Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@canboat/canboatjs

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canboat/canboatjs - npm Package Compare versions

Comparing version 1.24.1 to 1.24.2

2

package.json
{
"name": "@canboat/canboatjs",
"version": "1.24.1",
"version": "1.24.2",
"description": "Native javascript version of canboat",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,5 +20,5 @@ # Canboatjs

- Reads directly from CAN bus devices and NMEA 2000 gateways including:
- Actisense NGT-1
- Actisense NGT-1 and W2K-1
- Digital Yacht iKonvert
- Yacht Devices YDWG-02
- Yacht Devices YDWG-02 and YDEN-02
- Shipmodul MiniPlex-3-N2K

@@ -43,2 +43,3 @@ - Parses input in canboat analyzer json format

- `nc ydgw 1475 | analyzerjs`
- `nc w2k-1 6002 | analyzerjs` // port should be N2K ACSCII format server on a w2k-1

@@ -55,2 +56,8 @@ ## to-pgn

## candumpjs
Read directly from a socketcan device without the need to install can-utils
Example: candumpjs can0
## ydvr-file

@@ -64,4 +71,8 @@

## Installation
## Instalation for command line programs
- `sudo npm install -g @canboat/canboatjs`
## Installation for a nodejs project
- `npm install @canboat/canboatjs`

@@ -68,0 +79,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc