tests/wamp/project_files/wampconf.json
author Edouard Tisserant
Tue, 09 Jan 2018 15:08:08 +0100
changeset 1893 971de876b1af
parent 1444 c162f1b0fbac
child 2195 2cef75d036c2
permissions -rw-r--r--
WAMP runtime : changes from dporopat and agregorcic, adding CRA (-s) and changed way to load WAMP conf (-c)
- added Challenge Response Authentication,
- use -s commandline switch to give the shared secret.
- WAMP configuration now either given as -c commandline switch
or taken as default wampconf.json in project files.
{
    "url":"ws://127.0.0.1:8888",
    "realm":"Automation",
    "ID":"wamptest",
    "password":"1234567890",
    "key":"ABCDEFGHIJ"
}