From 25b6005b21b9415c05fe91eeef34ebfa1003d30b Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 1 Aug 2021 20:43:06 +0300 Subject: [PATCH] Update Readme.md: remove references about gRPC. --- Readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 3f1963a..f05e1e4 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ An attempt to create a remote weather station hub on the Raspberry Pi. The repository consists on several modules written in C# and an Android application written in Java. -Communication between the Raspberry and the Android application is done via [gRPC](https://grpc.io/). +Communication between the Raspberry and the Android application is done via the telemetry publishers. **The project is still undergoing development and it's not production ready.** @@ -139,11 +139,6 @@ Manages all the sensors. For more info see the readme file located in the projec This module is runnable and is deployed on the Raspberry Pi. -### 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. ### Docs