Skip to main content

A package for IoTs to interact with Alfons

Project description

Alfons IoT

This is a package for IoT's to interact with Alfons.

import alfonsiot

def onMessage(iot, topic, payload):
	print("onMessage", topic, payload)

def onTopicMessage(message):
	print("Got message from specified", message)

def onConnect(iot):
	print("Connected!", iot)

	iot.subscribe("topic", onTopicMessage)

	iot.publish("topic", "Message!")

iot = alfonsiot.start(host="", port="", username="", password="")

iot.onConnect = onConnect
iot.onMessage = onMessage

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

alfonsiot-0.0.11.tar.gz (3.7 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