From b23fa889ff57b0e17bce5b1e3845a31d4e0f63e4 Mon Sep 17 00:00:00 2001 From: lgoenner Date: Wed, 9 Aug 2023 20:57:45 +0200 Subject: [PATCH] Fix link for TCP client commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae345f4..15a602bc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The main features of the daemon are: * log messages and problems to a log file * capture messages or sent/received bytes to a log file as text * dump received bytes to binary files for later playback/analysis - * listen for [command line client](3.1.-TCP-client-commands) connections on a dedicated TCP port + * listen for [command line client](https://github.com/john30/ebusd/wiki/3.1.-TCP-client-commands) connections on a dedicated TCP port * provide a rudimentary HTML interface * format messages and data in [JSON on dedicated HTTP port](https://github.com/john30/ebusd/wiki/3.2.-HTTP-client) * publish received data to [MQTT topics](https://github.com/john30/ebusd/wiki/3.3.-MQTT-client) and vice versa (if authorized)