tests/wamp/README
changeset 1439 a68cd4253259
child 1896 2081de16e726
equal deleted inserted replaced
1438:19ebe96b41c0 1439:a68cd4253259
       
     1 This project contains wamp client config to be loaded at runtime startup.  
       
     2 
       
     3 project_files/wampconf.json
       
     4 
       
     5 wampconf.json is in "Project Files", so it is copied to runtime's working directory, and then loaded after program transfer + runtime restart.
       
     6 
       
     7 Otherwise, wamp config file path can be forced :
       
     8 ./Beremiz_service.py -c  /path/to/my/wampconf.json /working/dir
       
     9 
       
    10 Crossbar test router configuration is available in .crossbar directory. Start with :
       
    11 crossbar -d start
       
    12