Skip to content

v0.2.0

Compare
Choose a tag to compare
@taka-wang taka-wang released this 15 Jun 10:53
· 7 commits to master since this release

Fix

  • fix uthash sizeof issue (1000 items)
  • fix char pointer key issue (hash)
  • fix modbus_connect hang issue (timeout)
  • handle 'reset by peer' issue

Done

  • implement keep connection mechanism
  • implement FC (1~6, 15, 16)
  • daemon version number
  • syslog (flag)
  • implement read config
  • implement default config
  • implement dummy modbus server for testing
  • support ipv4/v6 string
  • refactor int port to char * port
  • support docker compose
  • support valgrind
  • implement change timeout command
  • support mocha and async test
  • add versioneye support
  • support armv7 docker
  • deploy doxygen document automatically

Todo

  • enhance test cases
  • enhance reconnect mechanism