A client and server for sending and receiving status of CPU, memory etc
Go to file
mslot a9ae8e1683 Update 'README.md' 2023-02-02 20:51:52 +00:00
install Added simple main python server and updated ci pipeline 2022-05-25 20:05:26 +02:00
kernel added router 2022-08-09 20:29:03 +02:00
scripts Added pipenv and protobuf to setup 2022-06-24 23:34:24 +02:00
statusd_client Added simple main python server and updated ci pipeline 2022-05-25 20:05:26 +02:00
statusd_server in the process of implementing the statusd server in rust 2022-07-07 20:38:48 +02:00
statusd_server_old Merge branch 'main' of gitlab.com:mslot/statusd 2022-07-07 20:39:10 +02:00
test_client Added tcp server and test client 2022-06-08 16:50:44 +02:00
.gitignore Added simple main python server and updated ci pipeline 2022-05-25 20:05:26 +02:00
.gitlab-ci.yml Moved one back to do cp 2022-06-08 22:50:22 +02:00
.woodpecker.yml Removed debug info 2022-08-18 20:11:35 +02:00
Cargo.toml in the process of implementing the statusd server in rust 2022-07-07 20:38:48 +02:00
Dockerfile in the process of implementing the statusd server in rust 2022-07-07 20:38:48 +02:00
Makefile added makefile and pipefile updates 2022-06-22 19:54:27 +02:00
Pipfile added makefile and pipefile updates 2022-06-22 19:54:27 +02:00
README.md Update 'README.md' 2023-02-02 20:51:52 +00:00
docker-compose.yml in the process of implementing the statusd server in rust 2022-07-07 20:38:48 +02:00
messages.proto Added tcp server and test client 2022-06-08 16:50:44 +02:00

README.md

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