Skip to content

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

Notifications You must be signed in to change notification settings

borjaOrtizLlamas/MQTT-video-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published