runtime/PyroServer.py
15 months ago Edouard Tisserant Runtime/win32: no sys.stdout with pythonw.exe
20 months ago Edouard Tisserant Use msgpack and remove serpent's bytes workaround
20 months ago Edouard Tisserant Pyro5: fix runtime typo + IDE exception handling
20 months ago Edouard Tisserant WIP python3 support for runtime
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2021-09-10 Edouard Tisserant Runtime/unix: Fix typo preventing start of Pyro server wxPython4
2021-09-07 Edouard Tisserant Runtime: avoids using "pipe to self" bailout unblocking trick on windows, since select() only takes sockets. wxPython4
2019-07-14 Edouard Tisserant Fixed code quality according to pep8 and pylint.
2019-04-18 Edouard Tisserant Add some "pipe to self" trick in Pyro server to accelerate runtime shutdown instead of waiting for arbitrary pyro timeout. fix_PLC_runtime_shutdown
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2018-12-21 Edouard Tisserant PyroServer: fixed naming of class, and reorganized methods in order to ease subclassing, in case of customization of service publication on the local network (i.e. zeroconf)
2018-10-18 Edouard Tisserant merge
2018-10-15 Edouard Tisserant Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
2018-10-02 Edouard Tisserant Please pylint and pep8
2018-08-21 Edouard Tisserant Refactoring. Separated PLC Object, PYRO Server and MainWorker :