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

9 commits

Author SHA1 Message Date
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
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