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

5026 commits

Author SHA1 Message Date
e9cdd7dc93 Merge branch 'armo' 2015-09-28 19:56:22 +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
46bd8a011e added "deduplication" hook: do not send messages which are too similar to their precursors 2015-09-28 19:16:02 +02:00
74d163db55 fixed reference counting for jansson objects 2015-09-27 20:27:47 +02:00
eee4d61513 fixed another unimportant typo 2015-09-27 18:05:35 +02:00
cf152ad4e0 updated build dependencies in documentation 2015-09-27 18:03:41 +02:00
2c669866dd fixed typo in Makefile 2015-09-27 17:53:39 +02:00
c75e03db77 moved some stuff to InetDistSim repository because it does not belong to S2SS 2015-09-27 16:04:15 +02:00
ec2595e703 renamed README 2015-09-27 14:47:17 +02:00
51f9a855c6 fixed network byte order for sequence number and message length
restructured code
2015-09-25 15:07:03 +02:00
4d64550df6 added README for LiveUSB 2015-09-25 14:46:53 +02:00
5155d0bd92 updated arthurs config file 2015-09-25 03:17:55 +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
Marija Stevic
392f3f25ea fixed the error in opal client src code 2015-09-24 19:14:51 +02:00
876365188c disable SSL verification for ARMO Demo 2015-09-24 17:53:16 +02:00
Marija Stevic
290155dd9d added common problems and readme files for opal client 2015-09-23 19:26:52 +02:00
73afe4654d added first version of Arthur and Mohsens config file 2015-09-22 19:52:22 +02:00
814d5a2823 added submodule for GTFPGA stuff 2015-09-22 19:01:01 +02:00
df10c242af Merge branch 'gtfpga' 2015-09-22 17:40:17 +02:00
0acde59205 restructured clients directory 2015-09-22 17:33:53 +02:00
7241b20645 moved OPAL example model for UDP AsyncIP 2015-09-22 17:05:09 +02:00
cbf2276a8e fixed EOF handling in send tool and msg_fscan() function 2015-09-22 16:15:30 +02:00
52b729cd79 updated example configuration for NGSI node type 2015-09-22 15:58:39 +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
c1e2711ff8 improved documentation 2015-09-22 15:27:23 +02:00
c89107af4d make SSL certificate checks configurable 2015-09-22 14:49:42 +02:00
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