Metadata-Version: 2.1
Name: pyiotdevice
Version: 1.0.17
Summary: A Python library for IoT device security and communication
Home-page: https://github.com/daikin-br/pyiotdevice
Author: iota Labs
Author-email: info@iotalabs.co.in
License: UNKNOWN
Project-URL: Source, https://github.com/daikin-br/pyiotdevice
Project-URL: Bug Tracker, https://github.com/daikin-br/pyiotdevice/issues
Project-URL: GitHub Stats, https://github-readme-stats.vercel.app/api?username=daikin-br&repo=pyiotdevice
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# pyiotdevice

`pyiotdevice` is a standalone Python library for IoT applications developed by iota labs. It provides secure communication, AES encryption, CRC checksum calculation, and device communication.

## Features
- **AES Encryption & Decryption**: Securely encrypt and decrypt data using AES in CFB mode.
- **CRC Calculation**: Compute CRC checksums for data integrity verification.
- **IoT Device Communication**: Fetch device status and send control commands.

## Installation
```sh
pip install pyiotdevice


