1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

67 commits

Author SHA1 Message Date
1b1643834c Use spaces for indention of .conf files
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 23:18:47 +01:00
Niklas Eiling
18aa0c8862 rework fpga node type
The various changes in fpga require a rewrite of the fpga node type.
To allow relative paths for the fpga config file, Config and SuperNode
had to be modified so they store the path of the main config file.
The syntax of the fpga node type configuration has changed - the example
config in etc has been modified accordingly.

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-02-08 11:19:51 +01:00
Steffen Vogel
0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
Philipp Jungkamp
132fe1c92d node-modbus: Add comments to the modbus node example configuration
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-08-23 16:29:53 +02:00
Philipp Jungkamp
5aacd5f49e node-modbus: Add initial modbus support
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-08-23 16:29:53 +02:00
Philipp Jungkamp
87488fc167 webrtc: Change wss:// to https://
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-21 15:16:12 +02:00
Steffen Vogel
b2e232a421 webrtc: Update docs
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-06-19 16:02:46 +02:00
Philipp Jungkamp
41099255f8 remove old go configuration examples
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-19 10:46:28 +02:00
Philipp Jungkamp
6760272a4b node-webrtc: initial working transmission
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-16 16:27:54 +02:00
2d4783599f webrtc: signaling almost working
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-06-16 16:27:54 +02:00
Philipp Jungkamp
e619cb8bf1 rename node to iec61850-8-1
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
2023-04-18 13:16:15 +02:00
Philipp Jungkamp
5a1995d901 node-iec61850-goose: Periodic resend and cleanup
- introduce resend_thread for periodic resend
- change mms_type to reflect the table in iec61850.hpp to be able to
  merge these tables in the future without breaking configs

Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
2023-03-28 13:22:16 +00:00
Philipp Jungkamp
89813a8cc7 iec61850-goose: multiple producers
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
2023-03-07 12:56:03 +00:00
Philipp Jungkamp
2d643b8f47 initial example for iec61850-goose node
Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
2023-01-31 11:27:48 +00:00
fc1a38cac5 fpga: fix example config
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
6ad4deb3c6 fpga: update example config
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
8395392239 fpga: update example config
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
845ced9dd3 implement v2 of the universal data-exchange API node-type
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:36:31 +01:00
4d27c63157 harmonize example configs 2022-07-27 15:55:45 +02:00
Philipp Jungkamp
fe68debbe0 Allow to interpret duplicate IOAs a sequence
If `duplicate_ioa_is_sequence` is enabled in the `out` section of the
node config, a duplicate ioa will be increased. This only works for
subsequently defined signals with the same IOA.
2022-07-27 11:14:55 +00:00
Philipp Jungkamp
3e787eeb85 Minor cleanup
- Move lambde `fill_asdu` to dedicated function SlaveNode::fillASDU.
- Remove "-slave" suffix from node name so it does not mess up logging
  and help message.
- Expose queue sizes settings in config
2022-07-27 11:14:55 +00:00
Philipp Jungkamp
a019465109 move example to correct directory 2022-07-27 11:14:55 +00:00
a31666809f Update etc/examples/nodes/ngsi.conf, doc/openapi/components/schemas/config/nodes/ngsi.yaml 2022-05-09 13:45:35 +02:00
d16ab6b0fc api: add OpenAPI spec and example configuration for new node-type 2022-03-29 13:33:47 +02:00
cd0430d8f8 fix typos in example configs 2022-03-24 13:29:51 +00:00
b96ee6c602 webrtc: update signaling server URL 2022-03-16 07:35:03 -04:00
53d18d4a4e go: fix tests 2022-03-14 19:51:41 -04:00
5542dfbba1 go: add WebRTC node-type 2022-03-14 15:46:31 -04:00
ca533ac8e0 raw: fix parsing of options 2022-02-24 09:22:02 +01:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
18c68f0f4f ci: fix tests 2021-09-22 17:06:08 +02:00
23f3cc9ee6 tests: fix config tests 2021-09-21 15:22:09 +02:00
d18a495274 pmu_dft: add example config 2021-09-13 11:41:42 +02:00
d72a133263 redis: add new redis node-type 2021-07-20 14:53:40 +00:00
ebce47b75b update configs to new format configuration style 2021-06-22 07:14:34 -04:00
Juan Pablo Noreña
7657b6c84b kafka-json-format-type added for (de)serialization of { schema = {...}, payload = {...} } kafka messages 2021-06-02 14:44:50 -05:00
5b76110607 kafka: simplify example config 2021-05-09 21:48:45 +02:00
db2d730d28 kafka: fix typo in example config 2021-05-09 17:44:25 +02:00
0881b38224 kafka: refactor setting "calocation" to "ca" 2021-05-09 15:23:02 +02:00
Juan Pablo Noreña
818047c6bd node-type-kafka producer and consumer separation, not working at same time as in a single node as desirable 2021-05-06 17:15:36 -05:00
Juan Pablo Noreña
ca10fd076f Adds node-type-kafka, example and packaging deps 2021-05-05 12:02:18 -05:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
2c299c69cf tests: fix URL for advio WebDav tests 2021-01-08 20:54:28 +01:00
baddec2228 fix a lot of small bugs 2020-09-10 17:41:30 +02:00
8e883cc66d examples: show how to configure signal generator with different settings per signal 2020-08-25 20:28:46 +02:00
af1bb4af9d ngsi: rewrite signal and attribute mapping based on new signal code 2020-08-14 15:00:57 +02:00
d83076d869 file: fix example configuration 2020-07-10 13:30:11 +02:00
Niklas Eiling
5739923bdd can: add integration test 2020-07-09 07:25:36 +02:00
61cfd9e195 can: use tabs instead of spaces for indention 2020-07-09 07:25:35 +02:00
Niklas Eiling
c4b21e5f26 can: add to_raw conversion and fix data conversions in can_write 2020-07-09 07:25:35 +02:00