Official | HULFT IoT EdgeStreaming First Step Guide Fourth Edition: July 1, 2021
Installation of libraries
Some adapters of HULFT IoT EdgeStreaming require a library when used.
The library installation procedure is described below.
SQL Server adapter
- Required library
-
mssql-jdbc-7.4.1.jre11.jar
- Driver version
-
Microsoft JDBC Driver 7.4 for SQL Server
- Method for obtaining the library
-
Download Microsoft JDBC Driver 7.4 for SQL Server from the Microsoft Download Center (https://www.microsoft.com/en-US/download/details.aspx?id=58505).
- Installation procedure
-
-
When EdgeStreaming Studio is running, terminate EdgeStreaming Studio.
For the termination method of EdgeStreaming Studio, refer to Stopping of EdgeStreaming Studio.
-
Copy mssql-jdbc-7.4.1.jre11.jar directly under the $EDGESTREAMING_HOME\server\plugin\data_processing\share\lib directory.
-
Start EdgeStreaming Studio.
For the startup method of EdgeStreaming Studio, refer to Startup of EdgeStreaming Studio.
-
MySQL adapter
- Required library
-
mysql-connector-java-8.0.24.jar
- Driver version
-
MySQL Connector/J 8.0.24
- Method for obtaining the library
-
Download the JDBC driver from the MySQL Connector/J 8.0 download website (https://dev.mysql.com/downloads/connector/j/8.0.html).
- Installation procedure
-
-
When EdgeStreaming Studio is running, terminate EdgeStreaming Studio.
For the termination method of EdgeStreaming Studio, refer to Stopping of EdgeStreaming Studio.
-
Copy the required library directly under the $EDGESTREAMING_HOME\server\plugin\data_processing\share\lib directory.
-
Start EdgeStreaming Studio.
For the startup method of EdgeStreaming Studio, refer to Startup of EdgeStreaming Studio.
-
USB HID adapter
- Required library
-
libusb-1.0
- Method for obtaining the library
-
Use the package manager of the distribution to install the libusb development package.
- Installation procedure
-
-
Connect to the execution environment of EdgeStreaming Runtime.
Perform connection to the execution environment of EdgeStreaming Runtime.
-
Install the library.
Perform installation of the library.
Example:
sudo apt-get update sudo apt-get install libusb-1.0-0-dev
-
Official | HULFT IoT EdgeStreaming First Step Guide Fourth Edition: July 1, 2021