Skip to content

0.6.0

Compare
Choose a tag to compare
@derek-will derek-will released this 16 May 00:12
· 84 commits to develop since this release
  • Added check to verify that CAN IDs which exceed 0x7FF (11 bits) have the CAN_EFF_FLAG set on them (#31).
  • Updated ISO-TP unit test to also check for the new behavior when attempting to read from an unbound socket (#32).
  • Added support for getsockname in libc P/Invoke code (#27).
  • Added address property to both the RawCanSocket and IsoTpCanSocket classes (#29, #30).
  • Updated README to include example of RawCanSocket class (#34).