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
  1. When EdgeStreaming Studio is running, terminate EdgeStreaming Studio.

    For the termination method of EdgeStreaming Studio, refer to Stopping of EdgeStreaming Studio.

  2. Copy mssql-jdbc-7.4.1.jre11.jar directly under the $EDGESTREAMING_HOME\server\plugin\data_processing\share\lib directory.

  3. 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
  1. When EdgeStreaming Studio is running, terminate EdgeStreaming Studio.

    For the termination method of EdgeStreaming Studio, refer to Stopping of EdgeStreaming Studio.

  2. Copy the required library directly under the $EDGESTREAMING_HOME\server\plugin\data_processing\share\lib directory.

  3. 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
  1. Connect to the execution environment of EdgeStreaming Runtime.

    Perform connection to the execution environment of EdgeStreaming Runtime.

  2. Install the library.

    Perform installation of the library.

    Example:

    sudo apt-get update
    sudo apt-get install libusb-1.0-0-dev