Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 516 Bytes

File metadata and controls

12 lines (9 loc) · 516 Bytes

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

pip install pyiotdevice