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
2017-04-27 16:43:17 +00:00
..
labview Merge branch 'master' into develop 2017-04-18 18:49:33 +02:00
opal Opal model block modification for Matlab 2011b 2017-04-27 16:43:17 +00:00
rtds/GTNETv2_SKT Add GTSYNC+GTSKT draft file and config file 2017-04-11 13:26:14 +00:00
Makefile.inc add license to headers 2017-04-27 13:20:20 +02:00
README.md Merge branch 'master' into develop 2017-04-18 18:49:33 +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 This block allows exchanging messages with an S2SS server over UDP/TCP.

  • rtds This directory contains RSCAD drafts showing how to use GTSYNC and GTNET together with VILLASnode. Author: Umar Farooq umar.farooq@rwth-aachen.de