From 4cf54dcce86f52e66d4089642d959786b27196fb Mon Sep 17 00:00:00 2001 From: Alexander Zaft Date: Tue, 21 Mar 2023 13:26:08 +0100 Subject: [PATCH] Add SECoP link to readme Change-Id: I5990b59e26060f9c9a2457f455537a0af28e28bb Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30735 Tested-by: Jenkins Automated Tests Reviewed-by: Alexander Zaft --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e17402..d3ef7afc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Frappy: Framework for programming secnodes in Python ==================================================== -Frappy is a Python-framework for writing SECoP servers (called SECNodes or Nodes) and Clients. +Frappy is a Python-framework for writing [SECoP](https://github.com/SampleEnvironment/SECoP) servers (called SECNodes or Nodes) and Clients. It comes with its own Graphical client and a collection of example Nodes. It is able to use TCP and Serial connections.