Skip to content

WhyKickAmooCow/luamqtt-computercraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.