Skip to content

This is a Remote Control Car, implemented entirely by DOTNET

Notifications You must be signed in to change notification settings

araxis/Dotnet_Rc_Car

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published