- 06 Feb, 2018 5 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
Resolve "CLEANING: Server/Client renovation" Closes #63 See merge request !44
-
Yori Fournier authored
Merge branch '63-cleaning-server-client-renovation' of gitlab.aip.de:yfournier/myplotlib into 63-cleaning-server-client-renovation
-
Yori Fournier authored
Merge branch 'progress_bar' of gitlab.aip.de:yfournier/myplotlib into 63-cleaning-server-client-renovation
-
- 05 Feb, 2018 1 commit
-
-
Philipp Gast authored
-
- 02 Feb, 2018 11 commits
-
-
Philipp Gast authored
Merge branch '63-cleaning-server-client-renovation' of gitlab:yfournier/myplotlib into 63-cleaning-server-client-renovation
-
Philipp Gast authored
newSyncFigure now accepts the data from the server. The data has still to be set on client side with syncFigFormatRawData
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
-
Yori Fournier authored
This Unpickler translate any pickled object into the correct (local) namespace. Add the first functional test 1. to setup: ./setup_test_folder.sh 2. to test: python test_com.py 3. to clean: ./clean_test_folder.py
-
- 01 Feb, 2018 1 commit
-
-
Philipp Gast authored
-
- 31 Jan, 2018 2 commits
-
-
Philipp Gast authored
-
Philipp Gast authored
This branch aims to reimplement MplServer based on python socketserver. Additionally the objects are now serialized by pickle instead of our homebrew string representation. With this commit a remote call of readData is already working. If successful the classes Mplserver2 MplClient2 are drop in replacements for the unnumbered versions.
-
- 27 Oct, 2017 2 commits
-
-
Yori 'AGy' Fournier authored
-
Philipp Gast authored
-
- 20 Sep, 2017 4 commits
-
-
Yori Fournier authored
-
Yori Fournier authored
tested with mfdv2, not yet clean and too many verbose
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
tested and working, not yet very clean
-
- 16 Sep, 2017 4 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
not yet clean, need to see if pack/unpackRawdata are needed for server and myFig-client need to unify message format: STATUS/RECEIPT/SIGNAL: 'HEADER-fix-size MSG-fix-size STATUS-fix-size' INSTRUCTIONS/DATA: 'HEADER-fix-size MSG-fix-size CONTENT-var-size' the fixed size are configurable. if user need longer msg he can overwrite class with constants. The default pack/unpack of myAxes are just eval of the string. Can be overloaded by user.
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-
- 15 Sep, 2017 2 commits
-
-
Yori 'AGy' Fournier authored
tested
-
Yori 'AGy' Fournier authored
tested
-
- 06 Sep, 2017 6 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
Status handling was wrong.
-
Yori 'AGy' Fournier authored
working as expected.
-
Yori 'AGy' Fournier authored
readData is now working with the clean version. Only remaining issue the unpacking of the instruction, done in a single step should be done in two step. 1. removing header 2. extracting the content of instructions
-
Yori 'AGy' Fournier authored
imports not yet tested
-
- 05 Sep, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
readData should now work, need to be tested.
-
- 03 Sep, 2017 1 commit
-
-
Yori 'AGy' Fournier authored
-