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

2652 commits

Author SHA1 Message Date
Manuel Pitz
8b558a97db update wit niklas 2020-10-21 21:04:45 +02:00
Manuel Pitz
d983e36e25 first non working version of pll pps_ts sync 2020-10-21 21:04:45 +02:00
Manuel Pitz
18b6797e7d enable external trigger and fix readable uldaq errors 2020-10-21 21:04:45 +02:00
Manuel Pitz
3b0d89c525 reanable the average 2020-10-21 21:04:45 +02:00
Manuel Pitz
3a7ddb0f75 add avg capabilities 2020-10-21 21:04:45 +02:00
Manuel Pitz
6e0c7a9fe7 add avg to pps time estimation 2020-10-21 21:04:45 +02:00
Manuel Pitz
ec962c5e53 added error lookup for uldaq 2020-10-21 21:04:45 +02:00
Manuel Pitz
cb8e31cf84 add capability to sync dft on time tag of sample 2020-10-21 21:04:45 +02:00
Manuel Pitz
fe6e309305 added moving window dft capabilities and realtime checking 2020-10-21 21:04:45 +02:00
Manuel Pitz
41b12a0d88 updated version including cleanup and parsing of configuration 2020-10-21 21:04:45 +02:00
Manuel Pitz
fb5869b9fa updated dft 2020-10-21 21:04:45 +02:00
Manuel Pitz
69a7810842 update dft and add more debug info 2020-10-21 21:04:45 +02:00
Manuel Pitz
2d4fd8b7ed added dumping capabilities to export arrays 2020-10-21 21:04:45 +02:00
Manuel Pitz
c60ba7bbc0 working version with 0 padding and simpel signal repeat padding 2020-10-21 21:04:45 +02:00
Manuel Pitz
265dc8b0b7 add other window functions 2020-10-21 21:04:45 +02:00
Manuel Pitz
eb79b7c567 tmp commit with added window function 2020-10-21 21:04:45 +02:00
Manuel Pitz
356fe36624 Fist working version of DFT algorithm 2020-10-21 21:04:45 +02:00
Manuel Pitz
22f1e8be8e First peliminary revision of dft algorithm 2020-10-21 21:04:45 +02:00
62bed4953d api: rework request/response API and add new endpoint for fetching a graph repr of the currently loaded config 2020-10-20 22:17:55 +02:00
19fc8bd8fe super_node: generate graph of configuration 2020-10-20 22:11:08 +02:00
838417a6ad fix graph generation 2020-10-16 17:31:32 +02:00
4ccc101f9e api: another bugfix in the status endpoint 2020-10-16 13:01:51 +02:00
751f941304 api: fix compiler error 2020-10-16 12:57:12 +02:00
e08ebfaf2c api: list supported node-types and IO formats in capabilities 2020-10-16 11:40:49 +02:00
48e4a4a736 Merge branch 'node-uuid-unique' of git.rwth-aachen.de:acs/public/villas/node into node-uuid-unique 2020-10-16 11:39:51 +02:00
d79fd3de6d api: allow passing configuration via API during restart 2020-10-16 11:39:46 +02:00
7708980e2d derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid 2020-10-16 11:08:40 +02:00
1bd4d8b2d4 node/path: generate UUIDs using new util funcs 2020-10-16 09:25:23 +02:00
8a6902bd90 api: extend status endpoint 2020-10-15 14:57:13 +02:00
11d1786d9d super_node: remove name setting 2020-10-15 13:13:04 +02:00
335440d8ad node: ensure unique UUID for simple websocket nodes 2020-10-15 12:53:00 +02:00
fe69d015f0 uldaq: fix buffering issue 2020-10-12 17:43:30 +02:00
29f3b23eb3 api: fixed busy-polling of worker 2020-10-10 22:46:42 +02:00
770e9c2f2c api: refactoring to fix undefined behavior 2020-09-30 21:54:28 +02:00
e59cd8ac15 api: improve error responses 2020-09-30 16:18:09 +02:00
c7f96e1a97 websockets: add missing slash in destination path 2020-09-30 16:07:39 +02:00
925a315ca5 mqtt: fix initialization 2020-09-30 11:38:38 +02:00
ffa57f5e7a mqtt: a bunch of fixes and updates for the MQTT node-type 2020-09-30 11:22:59 +02:00
795ef6e1a2 influxdb: fix invalid use of strncpy() 2020-09-30 10:56:58 +02:00
e3ce379c36 if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233) 2020-09-13 11:11:46 +02:00
6ddc34f028 hooks: fix segfault during destruction of stats hook 2020-09-13 08:47:07 +02:00
a36b93a46d add support to set affinity on a per path/thread basis (closes #4) 2020-09-13 08:37:09 +02:00
85e9af4289 make rate of periodic statistics configurable (closes #273) 2020-09-13 08:14:41 +02:00
2014b8b61a final cppcheck fixes 2020-09-11 16:27:22 +02:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
e895d1479c fixed a bunch of errors found by cppcheck 2020-09-10 18:24:27 +02:00
Niklas Eiling
f3e8876627 fix memory leak error in lib/nodes/exec.cpp and lib/nodes/opal.cpp 2020-09-10 18:24:27 +02:00
1aebd550de path: add support for using a node as a source in multiple paths 2020-09-10 17:41:31 +02:00
baddec2228 fix a lot of small bugs 2020-09-10 17:41:30 +02:00
6b4e9bbcbd mapping: fix intialization 2020-09-10 17:41:30 +02:00