runtime/WampClient.py
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Mon, 16 Feb 2015 16:23:51 +0100 Edouard Tisserant Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
Tue, 10 Feb 2015 00:25:17 +0100 Edouard Tisserant More versatile registering of wamp callees
Mon, 09 Feb 2015 10:55:06 +0100 Edouard Tisserant WAMP : prefix callee names with given ID so that multiple PLC and IDE can join the same realm
Sun, 08 Feb 2015 22:39:17 +0100 Edouard Tisserant Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE.
Sun, 08 Feb 2015 16:50:54 +0100 Edouard Tisserant Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
Thu, 05 Feb 2015 23:32:31 +0100 Edouard Tisserant Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails.