json values were not converted properly, resulting in integers instead of enums at the client side + add log.debug in rx thread Change-Id: Ifc3c3b28540eb6a516d77387a3f83711f34b7480
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%