This project provides a convenient Python wrapper for the Deditec RO-Series modules, including RO-USB and RO-ETH. It supports both Windows and Linux platforms.
- Cross-Platform: Works on Windows and Debian-based Linux distributions (e.g., Ubuntu 22.04 and 24.04).
- Shared Library Support: Includes support for
.solibraries on Linux. - Easy Integration: Simplifies interaction with Deditec RO-Series modules.
To get started, clone this repository:
git clone https://github.com/your-username/deditec-wrapper.git
cd deditec-wrapper- Unpack the zip file and place it in the correct driver samples location.
- Copy the
delib_eth_sodirectory to the appropriate location (see wrapper for details). - Compile the
.sofile usinggcc(instructions are inside the file).
Refer to the Python wrapper for defined constants and functions to interact with the Deditec RO-Series modules.
This project is licensed under the MIT License.
Tip
From the defined constants, you can estimate the wrapper's capabilities. Have fun!