add tutorial for Berlin hands-on workshop + improve the documentation (hints for structure welcome) + remove 'optional' parameter property (is not yet used - should not appear in doc) + added test property in frappy_demo.cryo alters Parameter class ('test' property appears in Parameter doc) Change-Id: I3ea08f955a92f72451fd23a5ff00d1185c7fb00e
Frappy: Framework for programming secnodes in Python
Frappy is a Pyhthon-framework for writing SECoP servers (called SECNodes or Nodes) and Clients. It comes with its own Graphical client and a assortment(word?!) 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 frappy-demo
Description
Languages
Python
99.9%