6 weeks ago Edouard Tisserant Fix: leftover debug code after partial commit default tip
6 weeks ago Edouard Tisserant merge
6 weeks ago Edouard Tisserant Tests: Add WAMP automated test
6 weeks ago Edouard Tisserant Update requirements.txt and add specific requirements for tests.
6 weeks ago Edouard Tisserant IDE: enforce CRA to WAMP connector, using known PSK as credentials. TLS support is WIP.
6 weeks ago Edouard Tisserant IDE: Enhancements in PSK management.
6 weeks ago Edouard Tisserant python runtime: more Wamp client fixes
6 weeks ago Edouard Tisserant python runtime: fix behaviour of -c when given file do not exist yet
6 weeks ago Edouard Tisserant IDE/CLI: cleaner implementation of actions To Do Before Quit
6 weeks ago Edouard Tisserant test: upgrade wamp test.
6 weeks ago Edouard Tisserant fix random python 3 porting consequences.
6 weeks ago Edouard Tisserant python runtime: use given service name (-n CLI option) as CRA ID by default.
6 weeks ago Edouard Tisserant python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
6 weeks ago Edouard Tisserant python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret.
6 weeks ago Edouard Tisserant python runtime: fix behaviour of -s CLI option when given file doesn't exist.
7 weeks ago Edouard Tisserant WAMP: enable TLS support. Add web settings for hostname verification and server certificate.
7 weeks ago Edouard Tisserant Python runtime: change meaning of -s and -c options in CLI
7 weeks ago Edouard Tisserant Fix debugger exception caused by py2/py3 merging error.
2 months ago Edouard Tisserant PY_EXT: fix exception with CSV loading.
2 months ago Edouard Tisserant merge
2 months ago Edouard Tisserant Fix csv_by_string example
2 months ago Edouard Tisserant PY_EXT: fix wrong column header produced by csv_write_by_string.
2 months ago Edouard Tisserant Add example for CSV_WRITE_BY_STRING
2 months ago Edouard Tisserant Py_ext: add CSV write by String FB + refactoring