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

6046 commits

Author SHA1 Message Date
396bda3690 removed some obsolete variables from makefile 2015-09-22 13:20:38 +02:00
58673dd3d3 cleanups and some documentation 2015-09-22 13:20:20 +02:00
a0b9b56109 finished NGSI node type for Arthur's and Mohsen's demo 2015-09-22 13:19:44 +02:00
bfb0221ccf replaced strap() and vstrap() functions by strcatf() and vstrcatf()
The new versions of those string concatenating functions are using realloc() to dynamically resize the string buffer if needed.
We don't use the stack anymore.
2015-09-22 13:01:02 +02:00
a5e2eb3f83 added another script to query the context broker 2015-09-22 11:33:43 +02:00
7724d2c701 fixed example for NGSI node 2015-09-21 17:14:48 +02:00
214bc9c11a mostly finished support for NGSI publish to context broker 2015-09-21 17:13:50 +02:00
b70964a47e improved output of supported node types 2015-09-21 17:12:40 +02:00
96db8c6bac added simple shell script to query the context broker 2015-09-21 17:12:17 +02:00
bbd119bae9 adjusted height of histogram to fit window 2015-09-21 17:12:02 +02:00
47be437292 added support for pkg-config to Makefile 2015-09-21 17:11:23 +02:00
d1dbc8e915 Added new LIMIT option to random message generator 2015-09-21 17:10:30 +02:00
2a0d96bea1 updated gitignore 2015-09-19 18:55:19 +02:00
c63ad04400 first chunk of NGSI node type implementation 2015-09-19 18:55:11 +02:00
006440567a improving documentation 2015-09-19 18:48:00 +02:00
03b8874525 fixed some typos and bugs 2015-09-19 18:46:04 +02:00
7e211b4e77 updated Doxygen configuration 2015-09-19 16:01:39 +02:00
2959c44c58 applying coding conventions 2015-09-19 15:30:27 +02:00
de37528788 Replaced static arrays for hooks and node types by dynamic linked lists and REGISTER_* macros 2015-09-19 15:26:30 +02:00
17659ffc83 applying coding conventions 2015-09-19 12:24:11 +02:00
66fcf82d1c moved hook_run() function to path.c 2015-09-19 12:20:17 +02:00
f7d10ebf7b removed obsolete system2() function and added more checks 2015-09-19 12:14:35 +02:00
ace9c08812 added affinity option per node 2015-09-17 01:33:19 +02:00
3fe2008a94 smaller cleanups 2015-09-17 01:00:21 +02:00
7b49fd75e3 refactored system tests 2015-09-17 00:55:20 +02:00
dc73fbecb0 added pciutils dependency for Travis 2015-09-16 21:48:04 +02:00
1fb79ffe5d Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-09-15 16:24:22 +02:00
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