Simple IOT device simulator
Project description
Simple IOT Device
IOT device simulator.
The simulated device takes a number of measurements at some fixed point of time.
The measurements data returned as Python dictionary.
IOT Device Measurements
- temperature, in °C;
- pressure, in kPa;
- relative humidity, in %;
Basic Usage
from simple_iot_device import SimpleIOTDevice
# create Simple IOT Device
device = SimpleIOTDevice(name="SDM-120230")
# make measurement
measurement = device.make_measurement()
# print measurement result
print(measurement)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple-iot-device-1.0.1.tar.gz.
File metadata
- Download URL: simple-iot-device-1.0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60748ae57a8f919f7bd325432f37e59e27a0cd23ec5e36072f3871735fa0e026
|
|
| MD5 |
69abdb381c00be025e087b32bc5f745b
|
|
| BLAKE2b-256 |
d088ea643530f0e834b22b986455df7c15010e08821ab9cae292dcc309856eb3
|
File details
Details for the file simple_iot_device-1.0.1-py3-none-any.whl.
File metadata
- Download URL: simple_iot_device-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35a9b9929bf8e3c4122263859a2cd2a908d44dff031cace97f4eb154984c6afb
|
|
| MD5 |
e38b3419136f12822d04387a89806788
|
|
| BLAKE2b-256 |
bc33be48de3834aef6d736af7da406831148bf382480e92b0c14132cc746ba5b
|