Commit Graph

52 Commits

Author SHA1 Message Date
mslot a9ae8e1683 Update 'README.md' 2023-02-02 20:51:52 +00:00
mslot 009396a95c Update 'README.md' 2023-02-02 20:25:34 +00:00
mslot be098eda84 Update 'README.md' 2023-02-02 20:17:39 +00:00
Martin Slot b92bf8ee3c Removed debug info
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-08-18 20:11:35 +02:00
Martin Slot 3ff31bd5c5 Added bullseye for build instead
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-08-18 20:04:41 +02:00
Martin Slot b79d5d6d88 Added update
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-08-18 19:58:56 +02:00
Martin Slot 75f14a50e5 Added cmake
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-08-18 19:58:03 +02:00
Martin Slot 765789fbe6 Fixed wrong image name
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-08-18 19:55:52 +02:00
Martin Slot 1e7b04ac69 Added some echos
ci/woodpecker/push/woodpecker Pipeline failed Details
2022-08-18 19:54:20 +02:00
Martin Slot c89d865658 Added woodpecker pipeline
I have never used woodpecker to build and test rust with, so this is
first try where i only test one aspect of the system, that i know works
on my local workstation.
2022-08-18 19:52:35 +02:00
Martin Slot 4868f39806 added router 2022-08-09 20:29:03 +02:00
Martin Slot 3e68cc5896 Fixed buffered stream and tcp reader 2022-07-26 17:02:46 +02:00
Martin Slot 7365ec706e Updated TcpReader 2022-07-26 08:57:40 +02:00
Martin Slot 9cb8912c6d Added some logic to cut off the byte stream slice 2022-07-24 16:33:48 +02:00
Martin Slot 859e55b337 Added some unit tests for the fake stream 2022-07-24 11:10:51 +02:00
Martin Slot 8770dffbca Added a very simple buffer to store bytes of data 2022-07-14 12:41:25 +02:00
Martin Slot ee13854925 fixed merge conflict 2022-07-13 13:09:12 +02:00
Martin Slot f77426037c Updated lib 2022-07-13 13:06:44 +02:00
Martin Slot bc80a21407 added barrier to test 2022-07-13 10:27:45 +02:00
Martin Slot 0b76892ffb Merge branch 'main' of gitlab.com:mslot/statusd 2022-07-07 20:39:10 +02:00
Martin Slot 396b36e762 in the process of implementing the statusd server in rust 2022-07-07 20:38:48 +02:00
Martin Slot feb04ccebe Added pipenv and protobuf to setup 2022-06-24 23:34:24 +02:00
Martin Slot ff4287563a Added sleep because reboot on rpi doesnt support -r 2022-06-24 21:36:57 +02:00
Martin Slot 8599b52eee Added a one minute delay for reboot 2022-06-24 21:18:54 +02:00
Martin Slot d57565c6b3 updated server so it can receive multiple requests. There can still be overflows etc if package is to large 2022-06-24 20:31:36 +02:00
Martin Slot 9459a820ea added makefile and pipefile updates 2022-06-22 19:54:27 +02:00
Martin Slot cbf0375f8b Moved one back to do cp 2022-06-08 22:50:22 +02:00
Martin Slot c5165194f8 Fixed recursive 2022-06-08 22:38:31 +02:00
Martin Slot 14ab42a120 Added -I to protoc 2022-06-08 22:23:45 +02:00
Martin Slot bf5692fe2e Removed relative path to proto file 2022-06-08 21:39:24 +02:00
Martin Slot 8893ae4a0e Added relative path to proto file 2022-06-08 21:26:30 +02:00
Martin Slot 2ac78d01f2 Added cat of Pipfile 2022-06-08 21:18:24 +02:00
Martin Slot 7846529471 Deleted Pipfile not used 2022-06-08 21:15:52 +02:00
Martin Slot ff7820604e Removed cd 2022-06-08 21:12:56 +02:00
Martin Slot 1e26e5c6e5 Added non interactive way of running pipenv shell commands 2022-06-08 21:01:18 +02:00
Martin Slot 63f2ee2bd1 Added pyenv and python version 3.10 2022-06-08 19:14:11 +02:00
Martin Slot 95411e7f58 Added version output for python 2022-06-08 18:19:43 +02:00
Martin Slot e9a8497d7a Added python to the stack 2022-06-08 18:15:07 +02:00
Martin Slot d63454d108 rearanged CI 2022-06-08 18:12:18 +02:00
Martin Slot 59c7fdcd91 Added local/bin to PATH 2022-06-08 17:15:36 +02:00
Martin Slot 1f8763c5f6 Added pipenv. I hope it works 2022-06-08 17:12:13 +02:00
Martin Slot 41af7b3ec4 Moved copy down as last statement 2022-06-08 17:05:13 +02:00
Martin Slot 8bdad0cc5a create proto if not exists 2022-06-08 17:01:21 +02:00
Martin Slot 1956d6bb78 Added pip and protoc 2022-06-08 16:58:46 +02:00
Martin Slot 4e9827782e Added protobuf compiler to CI 2022-06-08 16:56:17 +02:00
Martin Slot 1b05c46088 Added tcp server and test client
I have added a simple tcp server and a test client that communicates
through proto. There is currently three supported types: Cpu, Ram and
ProcessList. I am only focused on getting the Cpu to work for now.
2022-06-08 16:50:44 +02:00
Martin Slot 7ddb7e2012 Fixed script to start and added threads again 2022-05-26 12:41:15 +02:00
Martin Slot 69a0ee9389 Added a start.sh script so i can start python program correctly 2022-05-26 12:31:10 +02:00
Martin Slot 4556edb6d4 Added simple main loop for debuggin on rpi zero 2022-05-26 12:19:59 +02:00
Martin Slot 183b7b4b1b Added simple main python server and updated ci pipeline
* Added a simple python server to test threading on pi zero
2022-05-25 20:05:26 +02:00