16.3 Provisioning information setting file (provisioning.properties)
This file specifies the provisioning information for JP1/ITDM2 - SDM (Smart Device Agent) that runs on a smart device.
Format
communicationserveraddress=connection-destination-communication-server-address messagingseverurl=connection-destination-message-server-address inventoryinterval=inventory-data-collection-interval gpsinterval=GPS-information-collection-interval lowbattery=battery-capacity-to-send-inventory-data-at-low-voltage
Setting items
The following describes the setting items and specifiable values for the provisioning information setting file:
Setting item |
Description |
Specifiable value |
Initial value |
---|---|---|---|
communicationserveraddress |
Specify the address of the connection destination communication server. This item must be specified. |
host-name:port-number
|
None |
messagingseverurl |
Specify the address of the connection destination messaging server (for Android only). This item must be specified. |
host-name:port-number
|
None |
inventoryinterval |
Specify the inventory data collection interval. |
1 to 24 (in hours) |
24 |
gpsinterval |
Specify the GPS information collection interval. |
1 to 24 (in hours) |
24 |
lowbattery |
Specify the battery level for sending inventory data in the event of low voltage. You can specify multiple values separated by commas. Example: 15,10,5 |
1 to 100 (%) |
5 |
- #1
-
This port number must be the same as the port number specified in the httpsd.conf file for the communication server.
- #2
-
This port number must be the same as the port number to be set for HttpPort in the messaging server setting file (SdMessagingServer.ini).
Example
communicationserveraddress=xxxxxxx.xxxxxxx.co.jp:26055 messagingseverurl=xxxxxxx.xxxxxxx.co.jp:26079 inventoryinterval=24 gpsinterval=24 lowbattery=10,5
Related Topics