MQTT4Squeak

Summary: An MQTT client library for Squeak
Author: tim@rowledge.org
Owner: tim Rowledge (tpr)
Co-maintainers:
Categories:
Homepage: http://www.squeaksource.com/MQTTClient.html
PackageInfo name: MQTTClient
RSS feed:

Description:

An MQTT client and supporting infrastructure for Squeak.

MQTT is a fairly simple to use publish and subscribe system for passing information between clients and a broker. As an example, I have assorted simple sensors attached to many ESP8266 micro controllers that use MQTT to report environmental data. They talk to a broker, which publishes data to other systems that may have subscribed to certain topics. This package is one of those systems.

Releases


Back