tum-esi / testbench

Thing Description based testing framework based on eclipse-thingweb/node-wot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

counter.js script doesnt work

egekorkan opened this issue · comments

wot-servient.conf.json is missing which obliges node-wot to use the default configuration, which uses port 8080. A conf like this is required:

{ "servient": { "scriptDir": ".", "scriptAction": false },
"http": { "port": 8081, "selfSigned": false } }

commented

http port configurable now in default-config.json