Skip to content

Rupakpoddar/WebNestCodeTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebNest Logo WebNest

License Contributions Welcome

WebNest is a rapid, straightforward solution for implementing home automation or remote device control using Firebase or a local server. It allows for quick prototyping and real-time updates without extensive setup or configuration.

🚀 Features

  • Universal Compatibility: Use with any MCU or MPU of your choice.
  • Flexible Backend: Supports both Firebase and local servers for seamless data handling.
  • Real-time Control: Instantly update and control your devices without delays.
  • Easy Setup: Simply plug in your Firebase Project Reference URL or local server IP, configure permissions, and start controlling your devices.
  • Persistent Storage: WebNest stores device configurations directly in your browser for quick and easy access.
  • Import/Export Configurations: Save and share your setup with a single click using the import/export feature.

🛠️ Getting Started

🔗 Supported Platforms

WebNest can be used with any MCU or MPU, including but not limited to:

🔐 Firebase Rules Setup

To get started with Firebase, ensure your Firebase rules are set to allow public access. Set your Firebase rules as follows:

{
    "rules": {
        ".read": "true",
        ".write": "true"
    }
}

🌟 Contributions

We welcome contributions! Feel free to open issues or submit pull requests to enhance WebNest.