From ff07a7bcb3683767d748c026a36bc893b7ebb24d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 27 Jun 2017 09:32:19 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e05a5b519..a9163095a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,27 @@ This is VILLASnode, a gateway for processing and forwardning simulation data between real-time simulators. VILLASnode is a client/server application to connect simulation equipment and software such as: - - OPAL-RT eMegaSim, + - OPAL-RT RT-LAB, - RTDS GTFPGA cards, + - RTDS GTWIF cards, - Simulink, - LabView, - - and FPGA models. + - and FPGA models + +by using protcols such as: + + - IEEE 802.2 Ethernet / IP / UDP, + - ZeroMQ, + - nanomsg, + - WebSockets + - Shared Memory + - Files + +Planned: + + - IEC 61850-9-2 Sampled Values, + - IEC 61850-8-1 GOOSE, + - AMQP It's designed with a focus on very low latency to achieve almost realtime exchange of simulation data. VILLASnode is used in distributed- and co-simulation scenarios and developed for the field of power grid simulation at the EON Energy Research Center in Aachen, Germany.