diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-09 19:32:38 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-09 19:32:38 -0400 |
commit | 4d4c8d8f94e56f3b4f809a2f8249df37b50c741a (patch) | |
tree | ed74b5589218db607c8a954dc9fe3950c293cd7e /docs | |
parent | 6e61e47a23a1c0cd51a475684d242f81368ade2c (diff) | |
download | kutter-4d4c8d8f94e56f3b4f809a2f8249df37b50c741a.tar.gz kutter-4d4c8d8f94e56f3b4f809a2f8249df37b50c741a.tar.xz kutter-4d4c8d8f94e56f3b4f809a2f8249df37b50c741a.zip |
docs: Add link to Moonraker in API_Server.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API_Server.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/API_Server.md b/docs/API_Server.md index 95f8a8d9..4af1812a 100644 --- a/docs/API_Server.md +++ b/docs/API_Server.md @@ -16,6 +16,10 @@ This causes the host software to create a Unix Domain Socket. A client can then open a connection on that socket and send commands to Klipper. +See the [Moonraker](https://github.com/Arksine/moonraker) project for +a popular tool that can forward HTTP requests to Klipper's API Server +Unix Domain Socket. + ## Request format Messages sent and received on the socket are JSON encoded strings |