From 3d949874de90b0e5c06cb62726629133d0ea76e3 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 16 Jul 2023 21:07:31 +0100 Subject: [PATCH] docs(ipc): add link to luajit library --- docs/Controlling Ironbar.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Controlling Ironbar.md b/docs/Controlling Ironbar.md index 1a8f7c0..f8d8877 100644 --- a/docs/Controlling Ironbar.md +++ b/docs/Controlling Ironbar.md @@ -31,6 +31,12 @@ Commands and responses are sent as JSON objects, denoted by their `type` key. The message buffer is currently limited to `1024` bytes. Particularly large messages will be truncated or cause an error. +The full spec can be found below. + +## Libraries + +- [Luajit](https://github.com/A-Cloud-Ninja/ironbar-ipc-luajit) - Maintained by [@A-Cloud-Ninja](https://github.com/A-Cloud-Ninja) + ## Commands ### `ping`