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

32 commits

Author SHA1 Message Date
7d4afa6bf7 move checks for node from node_parse to node_check 2017-03-06 08:59:58 -04:00
21d6ff20c4 split node and node_type into separate files 2017-03-06 08:58:58 -04:00
10bdf4db51 properly use ne plugin system to find node-types 2017-03-06 08:57:43 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
30e0ecf544 refactored dtor_cb_t to return an integer 2017-02-18 10:43:01 -05:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
b37d3df332 moved cfg_parse_{hook, node, path} to {hooks, node, path}.c 2016-11-20 12:59:37 -05:00
15e7e78e04 mark samples with source node 2016-11-07 22:20:09 -05:00
ff48249389 fix sequence numbers for gtnet-skt 2016-10-19 01:56:00 -04:00
Umar Farooq
a5d50ea756 Add manual sequence numbers for GTNET w/o header as temp solution 2016-10-17 16:28:43 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
909bde0894 introduced new data structures 2016-06-08 22:38:21 +02:00
0cebda19c8 whitespace fixes and documentation 2016-06-08 22:36:38 +02:00
fe39f6c7a8 added 2 new node states 2016-02-09 05:35:23 +01:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
18d4051ca4 remove references to node list from library code (hooks) 2016-02-04 17:17:55 +01:00
b4f787b2c0 finally introduced new data structure for circular buffering of messages 2016-01-14 23:12:58 +01:00
49878d0b7f added more helper functions to retrieve names of nodes and their types 2015-12-13 02:02:29 +01:00
6e8726a0be call node_{init,deinit} per node type (similar to nodes and paths) 2015-12-13 00:45:20 +01:00
399f29c496 get rid of static global storage as much as possible for now 2015-12-13 00:42:59 +01:00
59d76a3d7d removed const qualifier to silence compiler warnings 2015-12-12 12:40:55 +01:00
b4940a2546 fixed node_name_long() 2015-12-11 18:19:35 +01:00
8e9bca3dde make use of INDENT macro consistent 2015-12-11 18:18:36 +01:00
0491015db9 better checks for node type specific functions 2015-12-09 15:45:10 +01:00
af62bcee16 smaller refactoring and fixes 2015-12-04 01:54:33 +01:00
9c5ac1d288 cleanups 2015-11-29 22:51:04 +01:00
cdb0a700e9 made virtual data generic 2015-11-29 22:47:57 +01:00
a4d9a232ea improved handling of node and path names / printing 2015-11-29 22:45:46 +01:00
284e05f7a5 Merge branch 'feature-fsm' into develop 2015-11-23 19:57:18 +01:00
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
Renamed from server/src/node.c (Browse further)