mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
680 B
680 B
Nodes
Every server needs clients which act as sinks / sources for simulation data. In case of S2SS these clients are called nodes. Every node is an instance of a node type. S2SS currently supports the following node types:
@subpage gtfpga @subpage opal @subpage file @subpage socket @subpage websocket @subpage ngsi
Use cases:
- RTDS via GTFPGA and UDP (
socket
) - RTDS via GTFPGA and PCIexpress (
gtfpga
) - OPAL via Asynchronous Process and UDP (
socket
) - OPAL via Asynchronous Process and Shared memory (
opal
) - NGSI 9/10 (FIRWARE context broker,
ngsi
) - WebSockets for live monitoring (
websocket
) - Labview (planned)
- Simulink (planned)