1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/clients
2016-02-09 05:33:19 +01:00
..
labview added Eyke's LabView interface 2016-01-15 00:04:43 +01:00
opal updated copyright year to 2016 2016-02-09 05:33:19 +01:00
rtds@ee704b84dc added submodule for GTFPGA stuff 2015-09-22 19:01:01 +02:00
README.md added Eyke's LabView interface 2016-01-15 00:04:43 +01:00

S2SS clients

This directory contains code and projects to connect various simulators and tools to the S2SS server. Usually, this are projects which are not based on the S2SS source code but which are using the same protocol as defined by the socket node-type. For a protocol specification, please see include/msg_format.h.

  • opal/udp Contains the implementation of an asynchronous process block for RT-LAB. This block allows exchanging sample values with S2SS over UDP using the socket node-type. Author: Steffen Vogel stvogel@eonerc.rwth-aachen.de

  • labview This example model is using LabView standard UDP blocks to exchange sample values with S2SS over UDP using the socket node-type. Author: Eyke Liegmann ELiegmann@eonerc.rwth-aachen.de