From bbe28cf5e5301f6f7320e3ffe2273b1c9c2284a7 Mon Sep 17 00:00:00 2001 From: Denis NUTIU Date: Tue, 24 Dec 2019 00:21:56 +0200 Subject: [PATCH] Update readme --- Readme.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/Readme.md b/Readme.md index 369df70..67f1959 100644 --- a/Readme.md +++ b/Readme.md @@ -30,30 +30,4 @@ To build the project and target the Raspberry Pi you can use the following comma ```$xslt dotnet build --runtime linux-arm -p:PublishSingleFile=true ``` ---- - -# Milestones: - -- [X] Make a working BME680 module. ~~(Unit tests?)~~ - - [X] Add settings: ~~gRPC enabled~~, Telemetry Enabled, Sensor Enabled, Measurement Delay -- [X] Make a gRPC test project to test the modules. -- [X] Pretty document domain module. -- [ ] Attempt some unit tests on sensors. - - [ ] Grpc - - [ ] Telemetry - - [ ] Sensor read? -- [ ] Add systemd config file. -- [X] Add option to publish in a single file. -- [ ] ~~Make a .Net Core web api project. Add support for BME680.~~ Replaced by gRPC. -- [ ] Buy a toy car with H-Bridge. -- [ ] Make a H-Bridge Module to interface with it. -- [ ] Make a desktop application /w Xbox Controller support. -- [ ] Buy Raspbery Pi Camera & Pi Zero Camera adapter. -- [ ] Figure out how to integrate camera to stream to the dekstop. -- [ ] Buy mobile 4G router. -- [ ] Figure out how to make a reverse VPN connection on boot. (Hint: SSH tunneling) -- [ ] Improve the desktop application. -- [ ] Add additional sensors - - [ ] GPS - - [ ] Collision - \ No newline at end of file +--- \ No newline at end of file