Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodomon2/mqtt-chat
A simple MQTT chat in lua
https://github.com/sodomon2/mqtt-chat
gtk3 lgi lua mqtt
Last synced: 19 days ago
JSON representation
A simple MQTT chat in lua
- Host: GitHub
- URL: https://github.com/sodomon2/mqtt-chat
- Owner: sodomon2
- Created: 2021-02-19T07:00:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T03:47:14.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T21:46:27.184Z (2 months ago)
- Topics: gtk3, lgi, lua, mqtt
- Language: Lua
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MQTT-Chat
A simple MQTT chat in lua## Dependencies
- GTK+ 3.20+
- GLib 2.0+
- LibNotify
- GObject-Introspection
- [lua-mosquitto](https://github.com/flukso/lua-mosquitto)
- [lua-cjson](https://www.kyne.com.au/~mark/software/lua-cjson.php)
- [Lua5.1+](https://www.lua.org/download.html) (or [LuaJIT 2.0+](https://luajit.org/))
- [LGI](https://github.com/pavouk/lgi)### Execute
```bash
$ git clone https://github.com/sodomon2/mqtt-chat.git
$ cd mqtt-chat && cd src/
$ lua5.1 init.lua (or luajit init.lua)
```