NucuCar/Readme.md

54 lines
1.6 KiB
Markdown
Raw Normal View History

# WIP
## Solution Information
### NucuCar.Domain
Holds common classes and interfaces that are required by the other projects.
It provides all the types that are generated via protocol buffers.
### NucuCar.Sensors
Manages all the car sensors. For more info see the readme file located in the project directory.
### NucuCar.TestClient
Command line utility to play around with the car functionality. You can use it to remotely read data from the sensors via gRPC methods and to publish and read telemetry data.
---
2019-11-09 16:01:16 +00:00
### Building and Running.
You can build the project then run them as you would run an executable file.
```$xslt
2019-11-11 15:58:46 +00:00
dotnet build --runtime linux-arm
2019-11-09 16:01:16 +00:00
```
---
2019-11-09 16:01:16 +00:00
# Milestones:
2019-11-09 16:11:35 +00:00
2019-11-10 15:44:46 +00:00
- [X] Make a working BME680 module. ~~(Unit tests?)~~
2019-11-11 15:58:46 +00:00
- [X] Add settings: ~~gRPC enabled~~, Telemetry Enabled, Sensor Enabled, Measurement Delay
2019-11-10 15:44:46 +00:00
- [X] Make a gRPC test project to test the modules.
2019-11-23 20:22:37 +00:00
- [ ] Pretty document domain module.
- [ ] Attempt some unit tests on sensors.
- [ ] Grpc
- [ ] Telemetry
- [ ] Sensor read?
2019-11-09 16:11:35 +00:00
- [ ] Add systemd config file.
2019-11-23 20:22:37 +00:00
- [ ] Add option to publish in a single file.
2019-11-10 15:44:46 +00:00
- [ ] ~~Make a .Net Core web api project. Add support for BME680.~~ Replaced by gRPC.
2019-11-09 16:11:35 +00:00
- [ ] 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.
2019-11-10 15:44:46 +00:00
- [ ] Figure out how to make a reverse VPN connection on boot. (Hint: SSH tunneling)
2019-11-09 16:11:35 +00:00
- [ ] Improve the desktop application.
- [ ] Add additional sensors
- [ ] GPS
- [ ] Collision