2016-02-10 19:58:05 +01:00
|
|
|
# Node-types {#nodes}
|
2015-12-11 19:20:50 +01:00
|
|
|
|
|
|
|
Every server needs clients which act as sinks / sources for simulation data. In case of S2SS these clients are called _nodes_.
|
2016-02-10 19:58:05 +01:00
|
|
|
Every node is an instance of a node-type. S2SS currently supports the following node-types:
|
2015-12-11 19:20:50 +01:00
|
|
|
|
2016-02-10 19:58:05 +01:00
|
|
|
#### @subpage gtfpga
|
|
|
|
- RTDS via GTFPGA and PCIexpress (Linux vfio, uio)
|
|
|
|
|
|
|
|
#### @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
|