d079bd15e71b43003f6c3937bad6364171905447
Add and call shutdownModule function, in order to allow modules to clean up. use shutdownModule instead of shutdown to avoid confusion with severs/dispatchers shutdown and to make it consistent with initModule etc. Try to resolve module dependencies Change-Id: I2a091bf74ecadc2395fcdf92c599f1c49eb120f5 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/31339 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.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%