Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 789 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 789 Bytes

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.