Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
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.