From 2c3789e408d076060518b9e54b5211825543ea96 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Thu, 10 May 2007 21:42:20 +0200 Subject: [PATCH] Added TODO file and some tasks :) --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..4c7bdc8 --- /dev/null +++ b/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 -- libgit2 0.21.4