Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. Lua is cross-platform, since the interpreter of compiled bytecode is writtten ...
Today, I want to talk about Lua. The reason is that recently I came across this programming language and found it really fascinating. Over the years, while working on different projects, I kept ...
This tutorial will walk you through the main tasks for exchanging LCM messages using the Lua API. The topics covered in this tutorial are: Initialize LCM in your application. Publish a message.
The MQTT (Message Queue Telemetry Transport) protocol is a lightweight and efficient messaging protocol for IoT (Internet of Things) applications. It follows a publish-subscribe model, where clients ...