1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/doc/Nodes.md

30 lines
859 B
Markdown
Raw Normal View History

2016-02-10 19:58:05 +01:00
# Node-types {#nodes}
2015-12-11 19:20:50 +01:00
2016-06-08 23:21:42 +02:00
Every server needs clients which act as sinks / sources for simulation data. In case of VILLASnode these clients are called _nodes_.
Every node is an instance of a node-type. VILLASnode currently supports the following node-types:
2015-12-11 19:20:50 +01:00
#### @subpage villasfpga
- VILLASfpga sub-project connect RTDS via GTFPGA and PCIexpress (Linux vfio, uio)
2016-02-10 19:58:05 +01:00
#### @subpage opal
- OPAL via Asynchronous Process (libOpalAsyncApi)
2015-12-11 19:20:50 +01:00
2016-02-10 19:58:05 +01:00
#### @subpage file
- Log & replay of sample values
- Static load profiles
2015-12-11 19:20:50 +01:00
2016-02-10 19:58:05 +01:00
#### @subpage socket
- RTDS via GTFPGA and UDP
- OPAL via Asynchronous Process and UDP
#### @subpage websocket
- WebSockets for live monitoring and user interaction
#### @subpage ngsi
- NGSI 9/10 a.k.a. FIRWARE context broker
#### @subpage labview
- NI LabView RT-targets
#### @subpage cbuilder
- RTDS CBuilder Control System components