statusd/README.md

576 B

statusd

A client and server for sending and receiving status of CPU, memory etc. More to come here later.

This is not finished in any way, and it is something i use to play around with different technologies (tcp, proto, rust, docker). It will forever be a playground for me, but i think the mix of technologies is interesting enough to be displayed somehow.

Python

Start shell: pyenv shell Build proto (from root dir): protoc --python_betterproto_out=statusd_server/proto messages.proto and protoc --python_betterproto_out=test_client/proto messages.proto