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

28 commits

Author SHA1 Message Date
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
7075045b5d fixing undefined reference 2015-11-23 16:54:01 +01:00
3b6e7ef70c moving generic node code to libs2ss to be reusable across server, send, receive, test and 3party executables 2015-11-23 16:54:01 +01:00
9f82b91f2b cleanup of node code (preparation for libs2ss) 2015-11-23 16:54:00 +01:00
a1dff8c3bb fixed bug in NGSI combine 2015-10-17 18:30:54 +02:00
447aea0323 fixed some bugs in the NGSI rewrite 2015-10-15 18:23:57 +02:00
44bddd8b01 rewrite of NGSI node 2015-10-15 17:36:17 +02:00
61e2bd723d new NGSI node which polling support 2015-10-14 12:20:36 +02:00
3b437c1c0c do not interrupt curl_perform() during shutdown (leads to inconsistent state of Curl handle) 2015-10-13 16:11:58 +02:00
6460108c92 Improved periodic statistics 2015-10-12 16:16:42 +02:00
19fbd94e6f added 'combine' aka vector support to NGSI node 2015-10-12 15:29:26 +02:00
0d59e63be6 replaced static array for NGSI mapping by dynamic one 2015-10-12 13:49:31 +02:00
4271c17d68 added sub-second precision for json_date() ISO 8601 2015-10-12 13:45:05 +02:00
0b5358ed4b added new global 'name' setting 2015-10-11 14:52:59 +02:00
53d4b1a507 made ngsi_request capable to use different operations 2015-10-09 17:20:58 +02:00
5be85c01a5 Merge branch 'master' of github.com:RWTH-ACS/S2SS 2015-10-07 16:56:36 +02:00
741802336e adjusted debug level of NGSI request time 2015-10-07 16:54:56 +02:00
e9b9e85d64 added missing timestamp metadata to NGSI node type
fixes #1
2015-10-07 16:53:15 +02:00
aba9362650 added debug message about request time 2015-09-28 21:32:04 +02:00
e9cdd7dc93 Merge branch 'armo' 2015-09-28 19:56:22 +02:00
74d163db55 fixed reference counting for jansson objects 2015-09-27 20:27:47 +02:00
83e03070a5 fixed two buffer overflows 2015-09-25 03:16:02 +02:00
1a1ea0b938 some cleanups 2015-09-22 15:58:19 +02:00
c89107af4d make SSL certificate checks configurable 2015-09-22 14:49:42 +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
c63ad04400 first chunk of NGSI node type implementation 2015-09-19 18:55:11 +02:00