File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/examples/src/quickstart Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const core_1 = require("@node-wot/core");
1818const binding_coap_1 = require ( "@node-wot/binding-coap" ) ;
1919// create Servient add CoAP binding with port configuration
2020const servient = new core_1 . Servient ( ) ;
21- servient . addServer ( new binding_coap_1 . CoapServer ( 5685 ) ) ;
21+ servient . addServer ( new binding_coap_1 . CoapServer ( 5686 ) ) ;
2222core_1 . Helpers . setStaticAddress ( "plugfest.thingweb.io" ) ; // comment this out if you are testing locally
2323let minuteCounter = 0 ;
2424let hourCounter = 0 ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { CoapServer } from "@node-wot/binding-coap";
2020
2121// create Servient add CoAP binding with port configuration
2222const servient = new Servient ( ) ;
23- servient . addServer ( new CoapServer ( 5685 ) ) ;
23+ servient . addServer ( new CoapServer ( 5686 ) ) ;
2424
2525Helpers . setStaticAddress ( "plugfest.thingweb.io" ) ; // comment this out if you are testing locally
2626
You can’t perform that action at this time.
0 commit comments