Commit 2c3789e408d076060518b9e54b5211825543ea96

Authored by Stéphane Raimbault
1 parent 13a55013

Added TODO file and some tasks :)

Showing 1 changed file with 16 additions and 0 deletions
TODO 0 → 100644
  1 +Features
  2 +* check byte count in message
  3 +* args in command line (master/slave)
  4 +* broadcasting
  5 +* slave must listen only request sent for him
  6 +
  7 +Cleanups
  8 +* split compute_response_size to reuse
  9 +* split modbus.c (tcp/rtu, query/response)
  10 +* t_id in param_msqg
  11 +* drop glib dependency (not sure)
  12 +* only one build_header_message function to replace build_query_packet/response_packet
  13 +
  14 +Documentation
  15 +* README with a example to test the library
  16 +* Better API coverage in source code
... ...