diff options
| author | Mikhail Burakov <mburakov@mailbox.org> | 2023-01-28 15:37:08 +0100 |
|---|---|---|
| committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-01-28 15:37:08 +0100 |
| commit | 14b9d77b918cdcadae5b67b37990cfc4a7870e6f (patch) | |
| tree | b4943d4f3fa8ffc303082a9ce5fad0068465263f /README.md | |
| parent | ce334f1de4169d3689353ac4183c7ee88319f8ba (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ This is a lightweight lua-scriptable http gateway to mosquitto. ## Building on Linux -MQhTTp depends on libmosquitto and luajit. Once you have these installed, just +The only dependency of MQhTTp is luajit (regular lua would also work). Once you have it installed, just ``` make ``` @@ -89,3 +89,7 @@ MQhTTp would publish to mosquitto anything that arrives as an HTTP POST request ## Bugs Yes. + +## Where is toolbox? + +Note, that I don't use github for actual development anymore - it's just a mirror these days. Instead, I self-host git repos on https://burakov.eu. Read-only access is provided via cgit, i.e.: https://burakov.eu/mqhttp.git. Same stands for toolbox submodule, which is fetched via https using git commandline. You can as well access the code of toolbox directly using your browser: https://burakov.eu/toolbox.git. |
