3569876bfc8609f547e2394478f5e44b6efec868
for host name without port, None was used for the port leading to a confusing error message - do not call parse_host_port with None as defaultport argument - improve error message when connection fails + fix an error in last line of parse_ipv6_host_and_port + fix some issues breaking PEP 8 rules Change-Id: I437360be96449c164f0080e3c60f1685825d4780 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/31911 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@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%