1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

6286 commits

Author SHA1 Message Date
ca0207d30b added more detailed debug messages to socket 2015-08-07 01:51:52 +02:00
2862c8deaf fixed whitespace 2015-08-07 01:25:50 +02:00
67a2343676 updated example config 2015-08-07 01:25:40 +02:00
84d3e4c136 removed last pieces of TCP support and pseudo node-types: "udp", "ieee802.3" and "ip"
The node-types have been replaced by the new type "socket" which features a setting called "layer" to choose between "udp", "ip" and "eth"
2015-08-07 01:24:19 +02:00
b51c970368 started to add node-type configuration settings to documentation 2015-08-07 01:20:27 +02:00
7d79ab8179 renamed traffic controller scripts 2015-08-07 01:19:51 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
5f8cbe6914 starting to work on documentation 2015-08-06 22:57:56 +02:00
b0ff113feb added missing dependency in Makefile 2015-07-21 11:23:57 +02:00
eb1dd3f0ca fix: integer division without cast 2015-06-10 15:19:06 +02:00
b103212a02 cleanups 2015-06-10 15:13:02 +02:00
ae1da5d8ff added statistic hooks 2015-06-10 15:12:36 +02:00
1b9bfc155a rewrite of hook system (much more powerful now :-) 2015-06-10 15:10:51 +02:00
2597fff110 added new fields ts_{sent,recv} for a timestamp of last sent/received messages 2015-06-10 15:05:36 +02:00
d2c0e79746 fix: plot histogram if there was data collected 2015-06-10 14:58:42 +02:00
da464456e0 config_parse_hooks() => config_parse_hooklist (as in config_parse_nodelist) 2015-06-10 14:58:10 +02:00
517412f7c2 added: insert element in linked list by orderng/priority criteria 2015-06-10 14:56:55 +02:00
4530056e77 fix: invalid sent timestamps in "random" utility 2015-06-10 14:55:25 +02:00
c8e11836fa removed reference counter 2015-06-10 14:54:56 +02:00
70d2e1a760 fix: only reset tc if it was initialized before 2015-06-10 14:54:14 +02:00
3cb842b28a fix: reset of traffic controller in case it wasn't initialized before 2015-06-10 14:48:16 +02:00
02aa3ecdf2 update timestamp hook example to new message format 2015-06-05 12:41:25 +02:00
8fe93ace65 pass timestamp when message was received to hook callbacks #2 2015-06-05 12:40:59 +02:00
b42dd7a466 pass timestamp when message was received to hook callbacks 2015-06-05 12:39:40 +02:00
219278b31f also measure delay distribution for dropped packets 2015-06-05 12:30:27 +02:00
bacba17c5c fix: handle new size of sequence number correctly during overflow 2015-06-05 12:26:06 +02:00
93aca598f1 added some doxygen files to the ignore list 2015-06-05 12:18:59 +02:00
c9ed2a1f74 cleanup codestyle 2015-06-05 12:15:31 +02:00
e91d826e74 updated copyright headers of client code 2015-06-05 12:12:14 +02:00
8490d289fb unify message validation across S2SS server and OPAL and GTFPGA PPC clients 2015-06-05 11:57:35 +02:00
b17bd51236 added copy of libOpalAsyncApi to contrib directory 2015-06-05 11:19:15 +02:00
502128a5a3 updated OPAL AsyncIP code to new message version 2015-06-05 11:05:39 +02:00
a777f45850 fix: Makefile whitespace fuckup -.- 2015-06-03 10:26:51 +02:00
45736c1d9c add missing node_init & node_deinit calls to test tool 2015-06-03 10:14:02 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +02:00
73fc4da932 removed broken TCP support 2015-06-02 22:53:19 +02:00
5928e29bba updated DIA figure to new message format 2015-06-02 22:46:34 +02:00
5cb89c1ac8 added histogram of delay distribution 2015-06-02 22:45:37 +02:00
375a16243e cleanups 2015-06-02 22:44:57 +02:00
81c0a9e431 adapt tools to new message format 2015-06-02 22:43:57 +02:00
c7835f92e5 fix: allow non-integer rate 2015-06-02 22:39:36 +02:00
e28b77666d fix: message verification 2015-06-02 22:39:15 +02:00
258d5414dc added new message format 2015-06-02 22:36:17 +02:00
ecbc4bc247 remove timestamp prepending 2015-06-02 22:30:08 +02:00
a3908af4da cleanups and documentation 2015-06-02 22:29:15 +02:00
ef8011725b fix: missing reference 2015-06-02 22:26:15 +02:00
f81c8125be fix: proper shutdown 2015-06-02 22:24:44 +02:00
b4ac52afa4 fix: proper checks and teardown of traffic controller 2015-06-02 22:07:58 +02:00
9fae6d1ef8 fix: use "online" e.g. "running" calculation of mean and variance 2015-06-02 22:06:59 +02:00
a87799404a fix: missing includes 2015-06-02 22:06:15 +02:00