https://github.com/kulikov-dev/weathersensorsservice
A sample project to experience with GRPC
https://github.com/kulikov-dev/weathersensorsservice
education grpc netcore protobuf rest-api
Last synced: 22 days ago
JSON representation
A sample project to experience with GRPC
- Host: GitHub
- URL: https://github.com/kulikov-dev/weathersensorsservice
- Owner: kulikov-dev
- License: mit
- Created: 2022-10-21T03:42:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T05:12:49.000Z (over 2 years ago)
- Last Synced: 2025-04-01T14:22:00.752Z (about 1 month ago)
- Topics: education, grpc, netcore, protobuf, rest-api
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### WeatherSensorsMockService
A sample project to experience with Google Protocol Buffers (protoBuf) and GRPC.
The solution contains 3 projects:
* Weather.Data - data about sensor and samples. Provides an opportunity to aggregate samples;
* Weather.Client - get responses from Weather.Emulator. Provides to user a controller to subscribe for sensors update, get information about sensors information;
* Weather.Emulator - emulates weather sensors behaviour and sends samples information to subsribed clients.