tests/wamp/README
changeset 1896 2081de16e726
parent 1439 a68cd4253259
child 2194 35d6b9321ffd
equal deleted inserted replaced
1895:876ce4e492a1 1896:2081de16e726
     1 This project contains wamp client config to be loaded at runtime startup.  
     1 Crossbar test router configuration is available in .crossbar directory.
       
     2 
       
     3 Starting command:
       
     4 crossbar start
       
     5 
       
     6 This project contains wamp client config to be loaded at runtime startup.
     2 
     7 
     3 project_files/wampconf.json
     8 project_files/wampconf.json
     4 
     9 
     5 wampconf.json is in "Project Files", so it is copied to runtime's working directory, and then loaded after program transfer + runtime restart.
    10 wampconf.json is in "Project Files", so it is copied to runtime's working directory, and then loaded after program transfer + runtime restart.
     6 
    11 
     7 Otherwise, wamp config file path can be forced :
    12 Otherwise, wamp config file path can be forced :
     8 ./Beremiz_service.py -c  /path/to/my/wampconf.json /working/dir
    13 ./Beremiz_service.py -c /path/to/my/wampconf.json /working/dir
     9 
    14 
    10 Crossbar test router configuration is available in .crossbar directory. Start with :
    15 Otherwise, path for CRA secret can be forced :
    11 crossbar -d start
    16 ./Beremiz_service.py -s /path/to/my/secret /working/dir
    12 
    17 
       
    18 Tested on version:
       
    19  Crossbar.io        : 17.12.1 (Crossbar.io COMMUNITY)
       
    20    Autobahn         : 17.10.1 (with JSON, MessagePack, CBOR, UBJSON)
       
    21    Twisted          : 17.9.0-EPollReactor
       
    22    LMDB             : 0.93/lmdb-0.9.18
       
    23    Python           : 2.7.12/CPython
       
    24 
       
    25