Skip to content

CShark-Hub/Mako-IoT.Device.Services.ConfigurationManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mako-IoT.Device.Services.ConfigurationManager

Provides configuration mode on the device. When entering configuration mode, web server is launched on the device and configuration API is exposed. After finishing config updates the device is rebooted and returns to normal operation mode.

How to manually sync fork

  • Clone repository and navigate into folder
  • From command line execute bellow commands
  • git remote add upstream https://github.com/CShark-Hub/Mako-IoT.Base.git
  • git fetch upstream
  • git rebase upstream/main
  • If there are any conflicts, resolve them
    • After run git rebase --continue
    • Check for conflicts again
  • git push -f origin main

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages