sebi2k1 / node-can

NodeJS SocketCAN extension
222 stars 72 forks source link

Allow setting CAN_RAW_RECV_OWN_MSGS #113

Closed Kheirlb closed 7 months ago

Kheirlb commented 1 year ago

Something that would be useful to set in node-can is CAN_RAW_RECV_OWN_MSGS when creating a RawChannel. This will make prototyping a little bit easier. See python-can for reference can.interface.Bus(receive_own_messages=True).

sebi2k1 commented 1 year ago

The idea was to create just another RawChannel to get closer to real world use case.