or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
How to Batch Provision to Your Devices
WISE-Agent will connect to DeviceOn server through Credential URL and IoT Key and those setting in agent_config.xml, if you have many devices (that has WISE-Agent in it) need to connect to the server, it takes time to modify agent_config.xml in each device. Here, we build-in the “Local Provision” Plugin to speed up this process. You will learn how to trigger all local devices to connect to the server with the same Credential URL and IoT Key.
The WISE-Agent local provision plugin will send Credential URL and IoT key to other local agent devices, and the local agent devices can connect to the server successfully. In following figure, you can send trigger command to make device A and B connect to a server with a Windows GUI tool.

Prerequisite
Steps to Local Provisioning
Step 1: Download and unzip the local provision GUI tool.
Step 2: Place valid “agnet_config.xml” file (with correct Credential URL and IoT Key) to “GUI tool\resources\tools” folder

Step 3: Double click “LocalProvision.exe”

Step 4: Click Discover button

If windows display a firewall dialog, please click allow to enable TCP server permission in tool.
Step 5: Wait for 10 second and then you can get the devices on checkbox list

Step 6: Pick-up the device that you would like to connect to the server and click Active.

Until now, the checked devices should connect to server after few second later.