Commit graph

3 commits

Author SHA1 Message Date
Anthony Bourguignon
b0481f1110 klippy: Allow to listen to a TCP socket
docs: add instructions to use TCP sockets

This changes the way that the apiserver parameter is handled. It now
uses a URL instead of a string which was the path of the unix socket.
The string representing a path is still allowed, if no scheme is present
it considers its a unix socket. I also log errors if klippy cannot bind
to a file or the IP, instead of raising an exception.

Signed-off-by: Anthony Bourguignon <contact@toniob.net>
2025-02-18 10:39:33 +01:00
Kevin O'Connor
8a530cbcce scripts: Update whconsole tool to support python3
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-10-21 22:16:11 -04:00
Kevin O'Connor
ebc79a1ee8 whconsole: Add utility for testing the "webhooks" interface
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-08-16 13:20:25 -04:00