Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@derek-will derek-will released this 22 Feb 19:57
  • Added support for setting CAN Network Interface parameters via Netlink (#69)
  • Added support for setting Bitrates via CanNetworkInterface class (#97)
  • Added suppport for setting link up and down via CanNetworkInterface class (#100)
  • Added support for getting and setting CAN Controller Mode Flags via CanNetworkInterface class (#95)
  • Added CAN Controller State Property to CanNetworkInterface class (#103)
  • Added CAN Controller Auto-Restart Delay Property to CanNetworkInterface class (#94)
  • Added CAN Controller Restart Method to CanNetworkInterface class (#96)
  • Added TerminationResistance property to CanNetworkInterface class (#98)
  • Added setter to MTU property of CanNetworkInterface class (#104)
  • Modified GetAllInterfaces method of CanNetworkInterface class to use RTNETLINK under the hood (#107)
  • Refactored CreateCanIdWithFlags to use compound assignment (#112)
  • Fixed bug where ParseCanToCanRules would fail when more than one netlink message was present in the supplied buffer (#115)
  • Cleaned up NetlinkRoutingAttributeTests unit tests (#99)
  • Added unit test for GetAllInterfaces method of SocketCanUtils (#108)
  • Improved unit test of the CanNetworkInterface version of GetAllInterfaces (#109)
  • Updated project documentation (#101, #102, #105, #110, #113)