Skip to main content

Server listener and iot_message handler

Project description

What it is === App used at Raspberry Pi as receiver of incoming messages and pas them to registered handlers (relay, screen, some sensors)

from message_listener.server import Server

msg = Message(‘rpi1’) svr = Server(msg) svr.add_handler(‘20x4’, Handler(lcd)) svr.start()

Read more: [https://koscis.wordpress.com/2017/03/03/raspberry-pi-as-a-node/](https://koscis.wordpress.com/2017/03/03/raspberry-pi-as-a-node/)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

message_listener-0.1.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page