Deploying Agent module
Deploy Agent modules from the product media to the IoT equipment.
1. Prepare the Agent module (HULFT_IoT_Agent_Windows_ARCHITECTURE_VERSION.zip) that is stored in the product media.
2. On the IoT equipment, open the file explorer of Windows.

3. Right-click on the Local Disk (C:), and then select [Flolder] from [New].

4. A new folder is created on the local disk. Change the folder name to "temp".

5. Click the temp folder to open.
6. Copy the "HULFT_IoT_Agent_Windows_ARCHITECTURE_VERSION.zip" file in the product media to the temp folder.

7. Right-click on the "HULFT_IoT_Agent_Windows_ARCHITECTURE_VERSION.zip" file, and then select "Extract All".

If any compression and extraction software is installed, the "Extract All" may not be displayed. In this case, extend the file according to the usage of that compression and extraction software.
8. Click [Extract] button on the "Extract Compressed (Zipped) Folders" panel.

9. Confirm that a working folder for installation named "iot_agent" is created.
10. Confirm the contents of the working folder for installation are as follows:
+- iot_agent +- modules | +- huliotcore.exe | +- huliotinfo.exe | +- huliotsend.exe | +- huliotservice.exe +- defaultsettings.ini +- huliotsetup.exe +- huliotsetup.ini |
(2) In Linux
1. Prepare Agent module
Prepare the Agent module (HULFT_IoT_Agent_Linux_ARCHITECTURE_VERSION.tar.gz) that is stored in the product media.
2. Copy Agent module
Copy the Agent module from the product media to the /tmp directory on the installation destination.
3. Deploy Agent module
Deploy the copied Agent module. Execute the following command:
cd /tmp tar zxvf ./HULFT_IoT_Agent_Linux_ARCHITECTURE_VERSION.tar.gz |
4. Confirm working directory for installation
Confirm the following working directory for installation is created.
/tmp/iot_agent |
5. Confirm deployment result
Confirm the contents of the working directory for installation are as follows:
+- iot_agent +- modules | +- huliotcore | +- huliotinfo | +- huliotsend | +- huliotservice +- defaultsettings.ini +- huliotsetup +- huliotsetup.ini |