Skip to content
Server/Client interface now working with socketserver and pickle packages. 

Much more clean than the previously hand designed servers. Now the interface can transfer any python type
including user defined classes. 

The code need cleaning, documentation and tests.

We added an environment in the test folder for testing locally the changes. As well as a Continuous Integration script not yet working.