Skip to content

Cristian-tec/Domo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation


Logo

DOMO IoT

Application for monitoring and control of devices.

Table Of Contents

About The Project

Screen Shot

Application made to connect devices anywhere in the world. The app connects to an Oracle server, through the MQTT (Message Queing Telemetry Transport) protocol, and it sends the data to the devices subscribed to it. The devices (IoT) are connected to the same server and exchange information through the same MQTT protocol. All this is displayed in our application, which allows us to easily control and monitor it, from any browser, on desktop or mobile.

Built With

Technologies

Getting Started

Just perform npm install for everything to start working To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
npm install 

Installation

  1. Clone the repository

  2. run npm install

  3. npm run dev

Usage

You can deploy the repo. This will allow you to run it from anywhere. You must previously have the device or devices already programmed and connected to Wi-Fi. Ready! This is enough, you should be able to visualize the data.

Contributing

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Authors

Acknowledgements

Releases

No releases published

Packages

No packages published

Languages