81002c25686c76e58db59251b0a12e5451150f05
change error class on reading parameters in SEA from HardwareError to ReadFailed. This is in most cases more appropriate. TODO: find errors in SEA that should be should be HardwareErrors and a mechanism to indicate this + for errors related to disabled modules use the DISABLED status Change-Id: I0342a34185a66dcf874c6ca034b7cefc98bf9c8a Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/34022 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
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%