浏览代码

Added TODO file and some tasks :)

Stéphane Raimbault 18 年之前
父节点
当前提交
2c3789e408
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      TODO

+ 16 - 0
TODO

@@ -0,0 +1,16 @@
+Features
+* check byte count in message
+* args in command line (master/slave)
+* broadcasting
+* slave must listen only request sent for him
+
+Cleanups
+* split compute_response_size to reuse
+* split modbus.c (tcp/rtu, query/response)
+* t_id in param_msqg
+* drop glib dependency (not sure)
+* only one build_header_message function to replace build_query_packet/response_packet
+
+Documentation
+* README with a example to test the library
+* Better API coverage in source code