Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.27 KB

IoTAS

An Intranet operated Total Audio Solution for airports. Also a Manning liveProject titled Building IoT Applications with SignalR exercise.

Functional Objectives

The ultimate goal of this project is to build an IoT type solution that distributes audi recordings in real-time to various inter/intranet connected smart public address speakers in an airport.

The liveProject consists of 4 milestones:

  1. Creating a basic SignalR setup
  2. Enabling real-time audio transfer via SignalR
  3. Enabling IoT applications to run as a single cluster
  4. Enabling IoT application deployment via Docker

Currently this repository is at the first milestone.

Technologies

The solution needs to be build with .NET 5 and SignalR technologies. While the original assignment is to use Javascript for the management website with real-time information, I have decided to use Blazor WASM instead, as learning this is one of my personal goals.