Communication handling for all MeT IOT devices
Project description
MeT IOT Communication
Protocol Information
Communication between MeT IOT devices and this library are conducted over TCP sockets. To see more in-depth details about this protocol including encryption standard see Protocol Docs
How To Use
For all information on how to use go to HowToUse Docs. Also see examples of use in the Examples folder
How to Compile
Linux based systems:
- Create and navigate into build directory
mkdir build
cd build
- Compile library using CMake
cmake ..
cmake --build . --config Release
- Export path to python
export PYTHONPATH=./src/python_bindings:$PYTHONPATH
- Now you can use the library. If you first want to test it you can try
python3
import MeTIOT
client = MeTIOT.DeviceClient("0.0.0.0", 12345)
type(client)
client.connect()
How to Add More Features
WIP docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metiot-0.1.0.tar.gz
(95.4 kB
view details)
File details
Details for the file metiot-0.1.0.tar.gz.
File metadata
- Download URL: metiot-0.1.0.tar.gz
- Upload date:
- Size: 95.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
715b0710a1db1bf0f2dadd8c0e7316586def3b57acc254a08cdeb2195de98a91
|
|
| MD5 |
12e528cf344d08da45ecd214f5070d43
|
|
| BLAKE2b-256 |
f1560e9b976040e06a186dbce6e810c721571f20d2971754739eb58873d1d357
|