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

48 commits

Author SHA1 Message Date
d1e41bbcc4 pipe: do not start web module if we do not use a websocket node 2017-04-02 04:31:34 +02:00
80d3ae13d5 added new sample_io module for adding new IO formats 2017-03-27 12:28:13 +02:00
ccf2f28b9f refactoring: struct cfg => struct super_node 2017-03-12 17:01:24 -03:00
c84bfbcc7c refactoring: node_type_{init, deinit}() => node_type_{start, stop}() 2017-03-11 23:40:43 -03:00
f00d332bf2 make number of huge pages configurable 2017-03-11 23:39:00 -03:00
b28b784684 minor bug fixes 2017-03-07 08:05:04 -04:00
c2cb2c8e02 added -d option to villas-signal and villas-pipe 2017-03-06 19:17:38 -04:00
88805ce491 refactoring UNITITIALIZED -> DEINITIALIZED 2017-03-06 19:13:14 -04:00
d9bd8cf64f move signal initialisation to utils 2017-03-06 19:09:44 -04:00
c56caf3b73 improve logging 2017-03-06 19:08:45 -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
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -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
bc634ebccc first bunch of global state object 2017-02-18 10:31:42 -05:00
2b83fef2ce removed a bunch of non-needed include files (found by include-what-you-need.org) 2017-02-16 13:33:04 -03: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
4bb0aa76c9 increase number of reserved huge pages automatically if required 2016-11-20 02:45:16 -05:00
0d58df66e7 fixed segmentation fault in villas-pipe 2016-10-30 22:57:05 -04:00
fe90cce778 Merge branch 'gtnet_features' into feature-mpmc-queue 2016-10-30 22:05:46 -04:00
800e71bb96 proper return codes for incorrect CLI arguments 2016-10-30 22:05:29 -04:00
e2d47698ed fixed severe bug: argument order for pool_init() was swapped! 2016-10-30 16:52:53 -04:00
9813d2a6c2 use hard coded names for usage info 2016-10-22 20:37:02 -04:00
ba399a0b1d fixed compilation: functionality still heavily broken. its a mess right now 2016-09-22 21:20:21 -04:00
0bac78b6a4 tiny change in CBuilder documentaion 2016-09-14 03:37:24 +02:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
4d67e6ef4b various smaller cleanups before merge 2016-09-10 22:34:45 -04:00
65f46cef5f Check for maximum amount of values per sample supported 2016-09-10 22:34:45 -04:00
Umar Farooq
2f47be0ac5 Add app_hdr tag for GT-NET-Socket
GT-NET-Socket uses a tag in the config file to distinguish from default
socket node type application layer header (struct msg). For now all the
values are encoded in the struct sample without any header (no timestamp
or sequence number).
Minor improvement in pipe.c: replace 'goto' with do while
2016-07-17 01:01:43 +02:00
812eb31c95 cleaning function namespaces: config_ => cfg 2016-07-14 09:47:00 +02:00
5320830b13 added pthread cancelation points to pipe 2016-07-11 16:02:32 +02:00
def9d0ec6d code cleanup for pipe tool 2016-06-26 15:33:04 +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
5d5b36cd76 moved list destructor and added optional free() of list items 2016-04-16 19:54:26 +02: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
a057e35a41 Use same copyright message across all tools 2016-01-15 15:25:22 +01:00
b4f787b2c0 finally introduced new data structure for circular buffering of messages 2016-01-14 23:12:58 +01:00
5fc9c7bd15 Changed name of configuration setting combine to vectorize 2015-12-19 16:51:27 +01:00
6e8726a0be call node_{init,deinit} per node type (similar to nodes and paths) 2015-12-13 00:45:20 +01:00
3b91ba705f changed signature of node type initialization 2015-12-11 12:35:32 +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
bdb1737e53 replaced send and receive tools by a single pipe tool which does both directions 2015-11-29 21:27:26 +01:00