Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 330 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 330 Bytes

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.