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

22 commits

Author SHA1 Message Date
Sonja Kolen
6c99e45264 Multiple samples can be received in a single MQTT message (Fixes #178) 2018-07-17 11:20:38 +02:00
7936b0f626 Merge branch 'cmake-include' into develop 2018-07-16 20:20:05 +02:00
b70c86cff6 fix indention 2018-07-16 20:17:08 +02:00
60f55ec178 improve naming of struct node_type function pointers (closes #150) 2018-07-16 11:00:15 +02:00
Sonja Kolen
bfd25b55db check if publish/ subscribe topic is set before subscribing or publishing, provide a warning to the user in case subscribing/ publishing cannot be done because of lack of topic 2018-07-13 13:36:13 +02:00
Dennis Potter
72e627b327 Fixes #166, all node interfaces are modified
The functions now look like this

int node_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
int node_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);

This commit enables nodes to control how many samples will
be released by the framework through *release
2018-07-11 18:14:29 +02:00
Dennis Potter
6150a36411 Changed all node_write() functions 2018-07-07 17:48:07 +02:00
Dennis Potter
4663f55e4b Changed all node_read() functions to support a *cnt instead of cnt 2018-07-07 17:07:45 +02:00
bb70be0b2c memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
5252dc1059 mqtt: fix memory leak 2018-05-26 02:53:40 +02:00
26c567e8cb improve logging 2018-05-26 02:33:16 +02:00
851bfa78b4 mqtt: remove broken threading mode and fixed a race condition 2018-05-26 02:23:32 +02:00
fb0547a163 mqtt: do not show username if not provided 2018-05-24 15:50:43 +02:00
9e7bde5efa mqtt: fix some bugs in threading mode 2018-05-24 09:08:20 +02:00
a7bb0b5abe mqtt: improve logging 2018-05-23 14:59:48 +02:00
4ba077d14e io: remove state-less IO calls 2018-05-12 15:25:29 +02:00
c0313c7963 refactored: io_format -> format_type 2018-05-12 13:57:39 +02:00
c59e0948c3 io: use dots instead of hyphens in format names 2018-05-08 08:45:18 +02:00
03247eeba8 mqtt: fix memory leak 2018-04-26 09:31:39 +02:00
35cc8ca6e8 mqtt: reduce debug level 2018-04-19 11:04:01 +02:00
e5afb8ec48 fix several build system related issues 2018-02-06 23:29:54 +01:00
2a1bdbc639 mqtt: initial implementation of MQTT node-type 2018-01-17 01:22:12 +01:00