From fabb5cde3886266349c0892d9f82ace14e174aa1 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Thu, 5 Oct 2023 08:39:30 +0200 Subject: [PATCH] More on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b7b22c..8d06db5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # m32chat m32chat is a simple chat server for the [Morserino](https://www.morserino.info/). -It is a reimplementation of the Python2.7 script [m32_chat_server](https://github.com/sp9wpn/m32_chat_server). +It is (more or less) a reimplementation of the Python2.7 script [m32_chat_server](https://github.com/sp9wpn/m32_chat_server). The m32chat service listens on port 7373 for UDP messages and rebroadcasts them to the other subscribed Morserino clients.