- 02 Feb, 2018 8 commits
-
-
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.
-
- 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 4 commits
-
-
Yori 'AGy' Fournier authored
-
Yori 'AGy' Fournier authored
Functionalize connection, signals and instructions. Add comments and docs. not running, not tested.
-
Yori 'AGy' Fournier authored
Merge branch 'modulate-servant-myplotlib' of gitlab.aip.de:yfournier/myplotlib into modulate-servant-myplotlib
-
Yori 'AGy' Fournier authored
add the fig-level pack in server.py add the fig-level unpack in MyFig_client.py
-
- 02 Sep, 2017 4 commits
-
-
Yori Fournier authored
-
Yori 'AGy' Fournier authored
that fig.datas is less than 1024 bits and that all data type are evaluable
-
Yori Fournier authored
-
Yori Fournier authored
The readData signal is well understood and read the data properly not yet clean neither tested.
-
- 31 Aug, 2017 4 commits
-
-
Yori Fournier authored
Resolve "FEATURE - make the client version of myAxes" See merge request !43
-
Yori 'AGy' Fournier authored
Merge branch '49-make-myaxes-client' of gitlab.aip.de:yfournier/myplotlib into 49-make-myaxes-client
-
Yori 'AGy' Fournier authored
and treat the data such that win = MyWin(fig) will works.
-
Yori Fournier authored
tested now win = MyWin(fig) works
-