Compilation ----------- After installation, you can use pkg-config to compile these tests. For example, to compile random-test-server run: gcc random-test-server.c -o random-test-server `pkg-config --libs --cflags libmodbus` random-test-server ----------------- It's necessary to launch this server before run random-test-client. By default, it receives and responses to Modbus query on the localhost and port 1502. random-test-client ------------------ This programm sends many different queries to a large range of addresses and values to test the communication between the client and the server. unit-test-server unit-test-client ---------------- 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. bandwidth-server-one bandwidth-server-many-up bandwidth-client ----------------------- It returns some very useful informations about the performance of transfert rate between the server and the client. - bandwidth-server-one: it can handles only one connection with a client. - bandwidth-server-many-up: it opens a connection each time a new client asks for, but the number of connection is limited. The same server process handles all the connections. refslogtreecommitdiffstats
path: root/dvb-t/se-Renstrom (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-05New upstream version 0+git20161227.ac7535aupstream/0+git20161227.ac7535aJonathan McCrohan39-1522/+4879
2016-06-11Imported Upstream version 0+git20160503.4f192bdupstream/0+git20160503.4f192bdJonathan McCrohan1307-2667/+38002
2016-01-18Imported Upstream version 0+git20151202.3864e0aupstream/0+git20151202.3864e0aJonathan McCrohan840-4057/+18230
2015-04-01Imported Upstream version 0+git20150208.f2053b3upstream/0+git20150208.f2053b3Jonathan McCrohan32-333/+483
2014-12-28Imported Upstream version 0+git20141218.b46a22cupstream/0+git20141218.b46a22cJonathan McCrohan535-639/+317
2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan2010-11120/+159271
2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60
2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983
2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877