Overview
- This section will cover how to install the WEDA Device Library for different programming languages.
- It will also explain the system information that can be controlled and retrieved using the WEDA Device Library.
- Detailed usage will be explained in the following sections.
Dependencies
WEDA Device Library requires the following software dependencies. Please verify with your sales representative if your hardware supports them. In principle, they should be pre-installed on your system. If you need to reinstall them, please visit the website below:
Software dependencies
Get the library
Containers
We provide base containers that allow users to operate in a containerized environment. You can search for these containers on the Advantech Container Catalog: EdgeSync Base Container.
For a better understanding of the containerized usage and development workflow experience, please refer to our Use Cases article.
Python
pip install advantech-edge
#or
pip3 install advantech-edge
Require Python 3.8 aborve, View on Advantech-Edge Pypi
.Net C#
dotnet add package Advantech.Edge
Require .Net8 / .Net9, View on Advantech.Edge NuGet