Skip to content

patrickamsler/control-cove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control Cove

Control Cove is a project developed using TypeScript and React. It is designed to control IoT devices using MQTT protocol directly from the browser.

Prerequisites

  • Node.js and npm installed on your machine.
  • An MQTT broker available for connection.

Configuration

Before you can run the project, you need to set up the MQTT broker configuration. Create a broker-config.json file in the src/config directory.

{
  "host": "ws://192.168.1.2",
  "port": 9001,
  "username": "<your-username>",
  "password": "<your-password>"
}

Setup

  1. Clone the repository to your local machine.
git clone <repository-url>
cd control-cove
npm install
npm run build
  1. Start the development server.
npm start

About

Control IoT devices using MQTT protocol directly from the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published