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

312 commits

Author SHA1 Message Date
a535ec5abc node: separated node configuratio for send / receive side 2018-05-24 09:04:41 +02:00
17af0784e6 io: bug fixes to avoid segemention faults 2018-05-13 14:21:50 +02:00
d2aff3c30a io: close before destroy 2018-05-13 13:53:37 +02:00
a520e00a12 generalize: *_type_lookup() as wrappers around plugin_lookup() 2018-05-13 13:52:02 +02:00
63a4634d57 refactor: log_{start,stop} -> log_{open,close} 2018-05-12 18:14:24 +02:00
71218e939c io: close before destroy 2018-05-12 18:01:59 +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
bd72556b1d refactor: remove last appearances of old format naming scheme 2018-05-09 10:27:38 +02:00
a623eec35f convert: added new tool which converts between different IO formats 2018-05-09 09:18:10 +02:00
bb055f840a src: unify command line usage infos 2018-05-08 11:43:16 +02:00
c59e0948c3 io: use dots instead of hyphens in format names 2018-05-08 08:45:18 +02:00
05e924161d hook: reworked villas-hook tool 2018-03-28 14:17:44 +02:00
46cbb689fc signal: renamed signal node-type to signal_generator to avoid confusion 2018-03-21 16:58:36 +01:00
e5afb8ec48 fix several build system related issues 2018-02-06 23:29:54 +01:00
c69d307bc9 improve Makefiles:
- moved all build-time options to Makefile.config
- build VILLASnode without hook support
- build VILLASnode without web & API support
- build VILLASnode without IO format support
- build VILLASnode without external plugins
2018-02-04 16:45:32 +01:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
cce5bbe384 Merge branch 'new-iec61850-9-2' into develop 2017-12-06 16:57:41 +08:00
8af18ab227 pipe: fix bug in pool management which caused underruns 2017-12-06 16:57:02 +08:00
5fb48d607e moved VILLASfpga specific code to separate repo 2017-11-21 21:51:07 +01:00
702dc34052 c++: add proper casts from void * 2017-10-20 11:54:00 +02:00
19eaa85d6b pipe: fix initialization order 2017-10-18 12:49:52 +02:00
af39651d09 villas-pipe: automatically fill sequence numbers if not provided 2017-10-16 23:08:27 +02:00
80ee8d786d refactored sample by adding more *_many() functions 2017-10-16 08:09:07 +02:00
fba30731aa task: simplify interface 2017-09-16 15:33:01 +02:00
5e620942ce adding new field "flags" to struct sample 2017-09-16 15:04:59 +02:00
d587b5a817 add new '-V' option to tools which shows the version of only and exits 2017-09-16 11:52:30 +02:00
9e354e7382 stats: fixes for new stats node type 2017-09-04 23:03:55 +02:00
9193829dcc test-cmp: rewrite to support many files and make use of new sample_cmp() function 2017-09-04 18:17:10 +02:00
2d05c0853a signal: show usage info 2017-09-04 18:03:05 +02:00
bbbad2e59b fix includes 2017-09-04 16:20:07 +02:00
6922e273bb io: renamed formats (msg -> villas-binary, villas -> villas-human) 2017-09-04 14:39:15 +02:00
6d495c1a35 add new bitmask to samples to indicate which fields are valid 2017-09-04 14:28:55 +02:00
602a8f51eb signal: use pools 2017-09-03 10:52:18 +02:00
44c4e9d52f refactor: whitespace changes only 2017-09-02 22:02:01 +02:00
0897f8f87a pipe: fix handling of samples and their references 2017-09-02 21:08:10 +02:00
526be78ca5 hook: from now on both paths and nodes can have hooks! 2017-09-02 14:27:58 +02:00
415cd0de09 refactor: whitespace changes only 2017-09-02 14:20:38 +02:00
a8a0dc05ca pipe: always start API together with Web module 2017-08-30 23:28:40 +02:00
d31c48607b signal: add new option for DC bias offset and fixed random walk 2017-08-30 22:41:15 +02:00
c814148e44 hook: add new process entrypoint to villas-hook 2017-08-30 16:40:45 +02:00
5d0ba771c6 Merge branch 'node-test' into develop
# Conflicts:
#	include/villas/api/session.h
#	lib/api.c
#	lib/super_node.c
#	lib/web.c
2017-08-27 18:44:03 +02:00
68300bced9 fix typo 2017-08-27 17:04:57 +02:00
4e2cdc8efd properly handle failed read / writes to nodes 2017-08-22 12:31:12 +02:00
0f6abf4d07 test-cmp: add new options to ignore several parts of the comparison 2017-08-20 10:56:16 +02:00
3d3eb1430b log: do proper default initialization 2017-08-20 10:53:41 +02:00
3eea0c67bb - introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
2017-08-14 14:42:07 +02:00
a985d99868 node: fix high cpu usage 2017-08-10 08:07:55 +02:00
c5fc72dd78 adding pluggable IO formats 2017-08-05 21:02:09 +02:00
434fe6dbd6 replaced libconfig by jansson for parsing the configuration (huge commit) 2017-08-03 00:19:27 +02:00