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"
}