/luamqtt-computercraft

A MQTT Client for ComputerCraft

Primary LanguageLuaMIT LicenseMIT

LuaMQTT ComputerCraft

A fork of LuaMQTT slightly modified to work within computercraft over websockets. As websockets yield, ioloop does not work. The provided example shows how to maintain a connection using parallel coroutines to send PINGREQs to the broker instead of relying on ioloop.