Skip to content

geethz2908/MQTT_broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT_broker

MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol designed for constrained devices and low-bandwidth, high-latency, or unreliable networks. Plays a crucial role in the realm of computer networks, particularly in the Internet of Things (IoT), where it facilitates communication between device-to-device and device-to-server communication.

MQTT broker using python and socket programming.

Features

  • Support for multiple subscribers and publishers.
  • Implementation of nested topics for hierarchical organization.
  • Authentication support to ensure secure connections.
  • Socket programming for network communication.
  • SSL encryption for data security.
  • Compliance with MQTT protocol specifications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages