mirror of https://github.com/Desuuuu/klipper.git
docs: Add link to Moonraker in API_Server.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
6e61e47a23
commit
4d4c8d8f94
|
@ -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
|
can then open a connection on that socket and send commands to
|
||||||
Klipper.
|
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
|
## Request format
|
||||||
|
|
||||||
Messages sent and received on the socket are JSON encoded strings
|
Messages sent and received on the socket are JSON encoded strings
|
||||||
|
|
Loading…
Reference in New Issue