From ceb4a8edfb6fa058646ba2638bb7487d148c9087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kom=C3=A1rek?= Date: Fri, 10 Mar 2023 08:28:51 +0100 Subject: [PATCH] C and C# clients I'm developing C and C# implementations and would like to share them with people who might find them useful. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71759c3..0fff85b 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ More implementations will follow, feel free to create one and make a pull reques While the Python2 and Bash clients only support GNU/Linux, Python2-psutil supports a wide range of operating systems, such as BSD or Windows, see [Python2-psutil](#python2-psutil-client) +### Clients in development +* C implementation - https://github.com/filip2cz/status-client-c (created for computers with linux, but really small performance) +* C# implementation - https://github.com/filip2cz/status-client-csharp (created as native client for Windows) + ## Automatic installation The bash script client-setup.sh in other/ is an easy way to set up a new client. You need to have wget and ca-certificates (or use wget --no-check-certificate) installed for it to work. @@ -246,4 +250,4 @@ If you plan on modifying this project I'd be happy if you let me know! ## Credits Obviously the original script from [BlueVM](http://www.lowendtalk.com/discussion/comment/169690#Comment_169690) and [mojeda's](https://github.com/mojeda) [fork](https://github.com/mojeda/ServerStatus). -I'd also like to thank the [Teeworlds](https://github.com/teeworlds/teeworlds) project for some of the code which has been used in this project. \ No newline at end of file +I'd also like to thank the [Teeworlds](https://github.com/teeworlds/teeworlds) project for some of the code which has been used in this project.