Skip to content

KryQ/node-isotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-isotp

Most rudimentary binding there is
As this is my learning repo i woudn't recommend it for production use.

Library is a wrapper around isotp-can module.

to import it:
const { IsotpWrapper } = require('./index');

Constructor
const isotp = new IsotpWrapper(CAN_INTERFACE)

send
isotp.send((string)data, tx_id, rx_id)

read
let handle = isotp.read((data, rx, tx) => {}, tx_id, rx_id)

stop reading
isotp.stopReading(handle)

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published