7232bc7e1ff1abbff4cd3f2ff32e966c7b6e4c49
use RLock instead of Lock, as queued actions might call the set/clear methods recursively Change-Id: Id43aa8669955e6be9f61379d039a4f65eb7b2dc4 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/34950 Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch> Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Frappy: Framework for programming secnodes in Python
Frappy is a Python-framework for writing 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.
To get started, look at the provided demo, the provided examples, or have a look at the INTRODUCTION section.
Main development is done here and a readonly GitHub-mirror for easier access is available here.
Requirements
See requirements.txt.
Demo
Use the following command after installing the dependencies:
$ make demo
Documentation
Description
Languages
Python
99.9%