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/clients
2017-03-03 20:20:13 -04:00
..
labview added Eyke's LabView interface 2016-01-15 00:04:43 +01:00
opal updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
RTDS/GTNETv2_SKT Add gtnet-skt RSCAD drafts to the clients directory 2016-12-22 19:32:02 +01:00
README.md renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00

VILLASnode clients

This directory contains code and projects to connect various simulators and tools to VILLASnode. Usually, this are projects which are not based on the VILLASnode 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 VILLASnode 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 VILLASnode over UDP using the socket node-type. Author: Eyke Liegmann ELiegmann@eonerc.rwth-aachen.de