Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 961 Bytes

File metadata and controls

18 lines (11 loc) · 961 Bytes

Collection-and-processing-of-sensory-data

The goal of this lab exercise is to build a model-based centralized distributed system client-server for sensing environmental parameters. During the build software solution, I use gRPC' technologies and transmission-based web services representation of the state of the resource (REST). This exercise consists of three parts:

  • studying program code examples from lectures (gRPC and web services)
  • design and implementation of a distributed system server that maintains information about sensors
  • design and implementation of a distributed system client representing a sensor for parameters environment

Getting Started

Prerequisites

Requirements for the software and other tools to build, test and push