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.