Metadata-Version: 2.1
Name: pyiotdevice
Version: 1.0.6
Summary: A Python library for IoT device security and communication
Home-page: https://github.com/yourusername/pyiotdevice
Author: iota Labs
Author-email: info@iotalabs.co.in
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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


