Stéphane Raimbault 857fff603f Debian packaging 17 tahun lalu
..
Makefile.am 857fff603f Debian packaging 15 tahun lalu
README 3948142c51 New random-test-slave 15 tahun lalu
bench-bandwidth-master.c 3948142c51 New random-test-slave 15 tahun lalu
bench-bandwidth-slave.c 202231daa2 Rename manage_query() to modbus_manage_query() and comment cleanups. 15 tahun lalu
random-test-master.c 1a9f88674e Better ouput in random-test-master.c 15 tahun lalu
random-test-slave.c 31b6fecd2e Disable the debug mode. 15 tahun lalu
unit-test-master.c d11d30a50a Better unit tests. 15 tahun lalu
unit-test-slave.c 202231daa2 Rename manage_query() to modbus_manage_query() and comment cleanups. 15 tahun lalu
unit-test.h a017c19f2a GNU licenses updated to the version 3. 15 tahun lalu
wscript 3948142c51 New random-test-slave 15 tahun lalu

README

random-test-slave
-----------------
It's necessary to launch this server before run random-test-master. By
default, it receives and responses to Modbus query on the localhost
and port 1502.

random-test-master
------------------
This programm sends many different queries to a large range of
addresses and values to test the communication between the master and
the slave.

unit-test-slave
unit-test-master
----------------
By default, this program sends some queries with the values defined in
unit-test.h and checks the responses. These programs are useful to
test the protocol implementation.

bench-bandwidth-slave
bench-bandwidth-master
----------------------
It returns some very useful informations about the performance of
transfert rate between the slave and the master.