1 Repo
Software frameworks that handle hardware I/O and network telemetry using non-blocking, event-driven patterns.
Distinct from Asynchronous Hardware Programming: Combines hardware interfacing with asynchronous software architecture, which is not captured by general telemetry or wireless programming tags.
Explore 1 awesome GitHub repository matching hardware & iot · Asynchronous Hardware Interfaces. Refine with filters or upvote what's useful.
Blinker-py is a Python library and asynchronous hardware interface designed to connect Linux-based single board computers, such as the Raspberry Pi, to a remote IoT cloud platform. It functions as a communication bridge and hardware abstraction layer that enables the remote monitoring and control of physical components. The project provides a TCP socket communication client for bidirectional, real-time data exchange. It maps cloud-side virtual controls to physical GPIO pins, allowing remote interfaces to trigger physical actions on connected hardware through a cloud bridge. The library incor
Functions as an event-driven asynchronous interface for handling cloud commands and sensor telemetry without blocking hardware loops.