NucuCar is a .Net Core IoT application for environment monitoring and home automation powered by Raspberry Pi.
Find a file
2020-04-17 18:11:07 +03:00
.circleci Add circle ci config file 2019-12-24 00:41:59 +02:00
Docs Update readme & add fritzing diagram 2019-12-05 18:55:05 +02:00
NucuCar.Domain NUC-41: Extract concrete Telemetry implementations in a project. 2020-04-17 18:11:07 +03:00
NucuCar.Sensors NUC-41: Extract concrete Telemetry implementations in a project. 2020-04-17 18:11:07 +03:00
NucuCar.Telemetry NUC-41: Extract concrete Telemetry implementations in a project. 2020-04-17 18:11:07 +03:00
NucuCar.TestClient NUC-41: Extract concrete Telemetry implementations in a project. 2020-04-17 18:11:07 +03:00
NucuCar.UnitTests NUC-41: Extract concrete Telemetry implementations in a project. 2020-04-17 18:11:07 +03:00
.editorconfig Turn NucuCar.TestClient into a command line client 2019-11-17 16:33:24 +02:00
.gitignore NUC-27: Implement Firebase firestore telemetry publisher 2020-02-08 19:47:44 +02:00
LICENSE Create LICENSE 2020-02-02 16:22:21 +02:00
NucuCar.sln NUC-41: Extract concrete Telemetry implementations in a project. 2020-04-17 18:11:07 +03:00
NucuCar.sln.DotSettings.user Extract FirebaseRestTranslator into a nugget package 2020-03-07 16:37:14 +02:00
Readme.md Target dotnetcore3.1 2020-02-02 16:47:47 +02:00

WIP

Solution Information

An attempt to create a remote controlled toy car. Powered by Raspberry Pi and .Net Core 3.1.

https://docs.microsoft.com/en-us/dotnet/core/install/

CircleCI

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.


Building and Running.

To build the project and target the Raspberry Pi you can use the following command:

dotnet build --runtime linux-arm -p:PublishSingleFile=true