araxis / Dotnet_Rc_Car

This is a Remote Control Car, implemented entirely by DOTNET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotnet Rc Car

This is a Remote Control Car, implemented entirely by DOTNET.

The project consists of a web application, mobile application, an esp32 hardware and MQTT broker.

  • Web application is a Blazor WASM application.
    • Libraries
      • MQTTnet is a high performance .NET library for MQTT based communication
      • Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Bulma, AntDesign and Material.
      • Blazored LocalStorage is a library that provides access to the browsers local storage APIs for Blazor applications
  • Mobile application is a MAUI application.
    • Libraries
      • MQTTnet is a high performance .NET library for MQTT based communication
      • .NET MAUI Community Toolkit is a collection of common elements for development with .NET MAUI that developers tend to replicate across multiple apps.
      • MVVM Helpers Collection of MVVM helper classes for any application.
  • Esp32 app is a .net nanoframework application.
  • The MQTT broker that I used is EMQX.

Tips

About

This is a Remote Control Car, implemented entirely by DOTNET


Languages

Language:C# 83.9%Language:HTML 11.3%Language:CSS 4.8%