Configuration Parameters

Wikis > LinkSmart.net > IoTResource > Configuration Parameters

IoT Settings for the Discovery process

wsport
The port that is used for creating the IoT web services
<add key=”wsport” value=”:80″/>
Default :8080


WSEndPointAlwayLocalHost
Always bind the published WebServices to 127.0.0.1
<add key=”WSEndPointAlwayLocalHost” value=”no”/>
Default: no


IoTCreateWSImmediately
Set to yes when the IoT device is to be used without any discovery process
<add key=”IoTCreateWSImmediately” value=”yes”/>
Default: no


gateway
The name of the hardware gateway (normal a computer) where the IoTResource is executing.
<add key=”gateway” value=””/>
Default:


DeviceDBPath
Path to device databases. A database with the same name as the friendlyName of the IoTResource wiill be created in  the directory specified  by DeviceDBPath. Default is the same directory as the executable.
<add key=”DeviceDBPath” value=”.”/>
Default: .