e9b9e85d64
added missing timestamp metadata to NGSI node type
...
fixes #1
2015-10-07 16:53:15 +02:00
7b772e42ce
Merge branch 'armo' of github.com:RWTH-ACS/S2SS into armo
2015-09-28 21:32:26 +02:00
aba9362650
added debug message about request time
2015-09-28 21:32:04 +02:00
acd72ea501
fixed implementation of FIR filter hook with thread local storage
2015-09-28 19:53:42 +02:00
ec26e4c346
added "deduplication" hook: do not send messages which are too similar to their precursors
2015-09-28 19:18:39 +02:00
ed05263795
handle larger sequence number and message length correctly with ntoh()
2015-09-25 03:17:14 +02:00
83e03070a5
fixed two buffer overflows
2015-09-25 03:16:02 +02:00
cbf2276a8e
fixed EOF handling in send tool and msg_fscan() function
2015-09-22 16:15:30 +02:00
1a1ea0b938
some cleanups
2015-09-22 15:58:19 +02:00
2bc8a71825
do not send asynchronously as long no message was received
2015-09-22 15:33:55 +02:00
f53d7284d1
added new hook type for asynchronous path
2015-09-22 15:33:01 +02:00
c89107af4d
make SSL certificate checks configurable
2015-09-22 14:49:42 +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
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
d1dbc8e915
Added new LIMIT option to random message generator
2015-09-21 17:10:30 +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
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
a35906c437
fixed some problems when compiling without ENABLE_SOCKET
2015-09-15 14:20:12 +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
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
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
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
5f038bf6bd
removed trailing whitespace
2015-08-07 01:11:43 +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