tests/wamp/README
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 25 May 2018 17:40:29 +0300
changeset 2167 b8f795bdfe9f
parent 1896 2081de16e726
child 2194 35d6b9321ffd
permissions -rw-r--r--
fix hangs on mouse selection in case if wxPython uses wxWidgets with GTK3+ support

This is default configuration on Debian Buster+ and Ubuntu 18.04+.
Probably it'll fix completely problem with 'clipboard already open'
described in the previous commit 5ce6d08f ("make clipboard open minimal time as wxPython documentation recommends")
Crossbar test router configuration is available in .crossbar directory.

Starting command:
crossbar start

This project contains wamp client config to be loaded at runtime startup.

project_files/wampconf.json

wampconf.json is in "Project Files", so it is copied to runtime's working directory, and then loaded after program transfer + runtime restart.

Otherwise, wamp config file path can be forced :
./Beremiz_service.py -c /path/to/my/wampconf.json /working/dir

Otherwise, path for CRA secret can be forced :
./Beremiz_service.py -s /path/to/my/secret /working/dir

Tested on version:
 Crossbar.io        : 17.12.1 (Crossbar.io COMMUNITY)
   Autobahn         : 17.10.1 (with JSON, MessagePack, CBOR, UBJSON)
   Twisted          : 17.9.0-EPollReactor
   LMDB             : 0.93/lmdb-0.9.18
   Python           : 2.7.12/CPython