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

45 commits

Author SHA1 Message Date
d5bcd02b2c remove {node, path}_create() functions 2017-03-11 23:33:41 -03:00
7626c67616 added progress bar to advio up/downloads 2017-03-07 08:03:14 -04:00
c56caf3b73 improve logging 2017-03-06 19:08:45 -04:00
4ceb3b573d add new cfg_parse_cli function 2017-03-06 08:59:28 -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
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
b37d3df332 moved cfg_parse_{hook, node, path} to {hooks, node, path}.c 2016-11-20 12:59:37 -05:00
b23484550f major rewrite with MPMC queues 2016-11-07 22:17:45 -05:00
fe90cce778 Merge branch 'gtnet_features' into feature-mpmc-queue 2016-10-30 22:05:46 -04:00
1bcd0f9ae2 moved "endian" setting to socket node-type: other node-types do not have the sense of endianess (e.g. file node-type) 2016-10-30 16:58:45 -04:00
fb30c16d2b improved check for correct queue length 2016-10-30 15:21:46 -04:00
Umar Farooq
4745a799ff Add endianness setting in config file to nodes 2016-10-27 19:25:29 +02:00
982cd91d63 simplified path_init / prepare logic 2016-10-20 21:16:01 -04:00
64ee734dc2 remove fixed-rate sending (will be replaced by new register node-type) 2016-10-20 18:01:06 -04:00
9fbe67f0da tweaked parsing of hook parameters 2016-09-14 03:37:24 +02:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
7f4f898b70 fixed compiler warnings about uninitialized use 2016-07-26 15:42:11 +02: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
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
ecc8e16552 added better error message in case of invalid config file path 2016-07-11 16:02:55 +02:00
0cc67a892c improved configuration file parsing 2016-07-11 11:36:23 +02:00
f413355d05 updated the configuration 2016-06-26 15:34:40 +02:00
d811128459 added support for dynamically loaded plugins 2016-06-26 15:31:31 +02:00
c67af15a2c fixed all major bugs in FPGA code 2016-06-19 19:30:00 +02:00
98fb370e85 first steps towards flexible and configurable VILLASfpga / VILLASnode integration 2016-06-15 20:05:09 +02:00
0fa5f5b976 introduced new directory structure for source and header files 2016-06-14 01:17:58 +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
90ae32058a prepared log functions for facilities 2016-06-08 22:29:30 +02:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
f5ccfb8afb added support for relative @include statements in configuration files 2016-02-04 17:18:30 +01:00
51fe428809 updated third party libraries 2016-02-04 17:18:30 +01:00
20534d1c3d replaced HOOK_INIT with HOOK_PATH_START and HOOK_DEINIT with HOOK_PATH_STOP 2016-02-04 17:18:29 +01:00
458976ce63 added new field to node type descriptor which specifies maximum vector length 2016-01-15 00:08:23 +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
e7df392754 moved source files to lib directory 2015-12-13 20:30:16 +01:00
Renamed from src/cfg.c (Browse further)