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

6319 commits

Author SHA1 Message Date
6862fa0061 we cant test without super user privs 2015-09-15 16:22:01 +02:00
8b10602aaa added newest doxygen binary for travis 2015-09-15 16:21:52 +02:00
c2236c18c7 fixed travis makefile 2015-09-15 16:21:40 +02:00
bac5644b9e updated link to documentation 2015-09-15 14:20:38 +02:00
6892024a86 added deploy stage 2015-09-15 14:20:38 +02:00
5f0e8b013e added missing packages for travis 2015-09-15 14:20:38 +02:00
a35906c437 fixed some problems when compiling without ENABLE_SOCKET 2015-09-15 14:20:12 +02:00
f5d8453b30 added Travis-CI build status 2015-09-15 12:51:09 +02:00
28a28b0b4e added Makefile for Travis-CI 2015-09-14 19:44:28 +02:00
8483e9d4aa Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-09-14 19:44:05 +02:00
b502e0acf7 Merge branch 'libnl3' 2015-09-14 19:43:46 +02:00
e196d01ffd fixed several bugs for new libnl3 based netem implementation 2015-09-14 18:05:03 +02:00
85f3707554 smaller fixes and cleanups 2015-08-22 17:42:38 +02:00
0524afa630 rewrite of network emulation support using libnl3
iproute2 is now not required anymore. everything is handled by nettling sockets
2015-08-22 17:42:02 +02:00
538a222607 updated installation instructions 2015-08-22 17:40:17 +02:00
755c3e93f4 fix: suppres statistic output if no samples have been received 2015-08-22 17:39:06 +02:00
9e44ecfa05 moved stats header to separate function 2015-08-22 17:38:21 +02:00
b42f1ca2ed another rewrite of the file node type 2015-08-21 11:35:07 +02:00
a5a23ab3ae changed indention for #ifdef's 2015-08-21 10:19:32 +02:00
0196f36447 Create LiveSystem.md 2015-08-10 14:17:17 +02:00
b05886a5e2 Rename Setup.md to Install.md 2015-08-10 14:13:40 +02:00
5aed63b84c Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-08-10 14:12:52 +02:00
bae2136827 Create Hooks.md 2015-08-10 13:54:10 +02:00
26af700336 added image 2015-08-10 12:29:00 +02:00
28c625a373 Update README.md 2015-08-10 12:20:58 +02:00
00b4cf4084 converted README to markdown format 2015-08-10 12:19:36 +02:00
712ea58b78 Rename README.txt to README.md 2015-08-10 12:11:45 +02:00
55b8b9a8ab updated loopback example config 2015-08-09 23:58:50 +02:00
9a7e95691d updating documentation 2015-08-09 23:58:03 +02:00
41305049e2 cleanups 2015-08-09 23:57:38 +02:00
1dd7aaca19 rework of the file node-type 2015-08-09 23:57:25 +02:00
d1ad5b78b6 fixed whitespace 2015-08-09 23:51:48 +02:00
1b526a5d59 added setting to disable netem 2015-08-07 01:52:13 +02:00
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