Exec Lua - Lua IDE & HTTP/MQTT
by Michael Lauer
Development environment and runtime for Lua. HTTP/MQTT client. OpenAI GPT prompt
App Name | Exec Lua - Lua IDE & HTTP/MQTT |
---|---|
Developer | Michael Lauer |
Category | Education |
Download Size | 3 MB |
Latest Version | 1.35 |
Average Rating | 3.38 |
Rating Count | 167 |
Google Play | Download |
AppBrain | Download Exec Lua - Lua IDE & HTTP/MQTT Android app |
This app is a development environment for the scripting language Lua for Android. You can develop, run and manage Lua scripts.
The Lua scripts are executed by the Lua Script Engine 5.4.1.
Features:
- code execution
- syntax highlighting
- line numbering
- Input form
- save/open file
- http client (GET, POST, PUT, HEAD, OAUTH2, etc).
- REST client
- mqtt client (publish/subscribe)
- OpenAI Prompt Engineering.
- OpenAI chatbot example.
- Develop and test OpenAI GPT-3 prompts with lua script.
Android specific functions:
Open input form:
x = app.inputForm(title)
Open input form with a default value:
x = app.inputForm(title, default)
Show a pop up notification message:
x = app.toast(message)
HTTP request:
statuscode, content = app.httprequest(request)
OAuth2 support:
Browser flow.
MQTT support:
mqtt.connect(options)
mqtt.onMqttMessage(onMessage)
mqtt.subscribe(topic, qos)
mqtt.publish(topic, payload, qos, retained)
mqtt.disconnect()
Many sample files are included.
Recent changes:
Buy me a coffee menu link added.
The Lua scripts are executed by the Lua Script Engine 5.4.1.
Features:
- code execution
- syntax highlighting
- line numbering
- Input form
- save/open file
- http client (GET, POST, PUT, HEAD, OAUTH2, etc).
- REST client
- mqtt client (publish/subscribe)
- OpenAI Prompt Engineering.
- OpenAI chatbot example.
- Develop and test OpenAI GPT-3 prompts with lua script.
Android specific functions:
Open input form:
x = app.inputForm(title)
Open input form with a default value:
x = app.inputForm(title, default)
Show a pop up notification message:
x = app.toast(message)
HTTP request:
statuscode, content = app.httprequest(request)
OAuth2 support:
Browser flow.
MQTT support:
mqtt.connect(options)
mqtt.onMqttMessage(onMessage)
mqtt.subscribe(topic, qos)
mqtt.publish(topic, payload, qos, retained)
mqtt.disconnect()
Many sample files are included.
Recent changes:
Buy me a coffee menu link added.