Git Product home page Git Product logo

mqtt-video-server's Introduction

Overview:

This project gives you the support to create a video with your camara and save it in the server, it uses mosquitto as MQTT broker.

Components:

(server part)

  1. Broker (Mosquitto): The broker component utilizes Mosquitto, an open-source message broker that implements the MQTT protocol. MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol ideal for small, efficient IoT devices.

  2. Consumer (Python Server in ./topic): This component is a Python server designed to consume messages from the broker. It likely subscribes to specific topics and processes incoming data accordingly. The Python server is located within the ./topic directory.

(client) 3. Client: The client interacts with the broker to send data. It's a vital part of the system, responsible for initiating communication and transmitting data to the broker for further processing.

Getting Started:

To run the project, follow these steps:

  1. Execute the following command to build and launch the components using Docker Compose:

$ docker-compose up --build

  1. Once the components are up and running, start the client by running the following command:

$ python3 client.py

Data Checking:

After running the client, you should find the transmitted data stored within the ./data/ folder. This folder serves as a convenient location to inspect the data sent during the execution of the project.

mqtt-video-server's People

Contributors

borjaortizllamas avatar bortizmedida avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.