node-can
CAN socket library
An extension for Node.js to interact with Linux CANbus networks using SocketCAN protocol
NodeJS SocketCAN extension
223 stars
23 watching
73 forks
Language: C++
last commit: about 1 month ago
Linked from 1 awesome list
nodejs-socketcan-extensionsocketcan
Related projects:
Repository | Description | Stars |
---|---|---|
socketcan-rs/socketcan-rs | Provides network socket interface to the CAN bus on Linux using SocketCAN subsystem. | 143 |
zhanglongqi/socketcan-demo | Demonstrates usage of SocketCAN on Linux for CAN bus communication | 9 |
linux-can/socketcand | A server daemon providing access to CAN interfaces via TCP/IP and ASCII protocol. | 181 |
pschichtel/javacan | A Java wrapper around the SocketCAN API to simplify CAN communication on Linux | 52 |
kurt-vd/can-utils | User space applications for Linux-CAN and SocketCAN networking protocols | 10 |
craigpeacock/can-examples | Provides C code examples for sending and receiving data on a CAN bus using Linux's SocketCAN API | 112 |
mguentner/cannelloni | A tool for establishing a CAN bus over Ethernet tunnel | 336 |
m10k/canny | A software framework for bridging IP-based machines to CAN bus networks | 24 |
mwkpe/cantools | A collection of command-line tools for interacting with the CAN bus network using Linux SocketCAN | 18 |
blueandi/beaglebone_black_socketcan | A step-by-step guide to accessing the CAN bus on a BeagleBone Black via socketcan interface. | 5 |
kahiroka/slcanuino | A CAN-BUS adapter for Linux SocketCAN using an Arduino CAN-BUS shield | 126 |
norly/elmcan | A driver to convert ELM327 interfaces into CAN bus interfaces | 77 |
sebi2k1/opencansuite | A suite of tools for analyzing and visualizing CAN systems | 29 |
idletea/tokio-socketcan | Provides asynchronous Linux SocketCAN sockets support for the Tokio runtime environment. | 35 |
linklayer/go-socketcan | A Golang library providing a SocketCAN interface for networked embedded systems | 29 |