Giter Site home page Giter Site logo

simplemqttclient's Introduction

Remote device Managment

This repository is showing a typical device managment from distance. In this project we have many devices around the world that they are publishing the measurements to a central communication hub (here we used MQTT technology), while in the control room we can read sensor values, add a new sensor, start and stop devices. These imaginary devices are identified/distinguished by their Id. each sensor is producing Speed, Battery, Temperature and Humidity values. Once they receive start command they produce message as long as they have battery.

How is works

In this project Microsoft ASP.NET Core is used as Backend and React/Vite is used as Frontend tool. The Backend part receives the messages, keeps the last value for each sensor Id and push them to the Frontend. Frontend just recieves the values from Backend part and tries to show them to the users. The current project has very limited functionality that could be improved.

What is ready

In this project most of fundation is done meaning that, the device manager is already connecting the the central hub and listens to the messages and can push messages. In addition there is two REST full endpoints to read device values as well as adding new device. On Frontend side not very much is done except establishing to the SignalR hub and listening to the messages but logging them in the console.

Requirements

  • .NET 8
  • NodeJs

Tasks

You can choose any of following tasks

  • Backend (ASP.NET C#)
    • Start sensor command
    • Stop sensor command
  • Frontend (React)
    • Showing Sensor values
    • Adding a new sensor

simplemqttclient's People

Contributors

rezaneam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.