Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 451 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 451 Bytes

IoT Protocols Prototyping

These two projects contain MQTT and CoAP (IoT protocols) implementations for testing, evaluation and prototyping. Both of them were based on publish-subscribe architecture.

Build and Run

Requirements

  • JDK 8
  • Maven
  • HiveMQ Broker (For MQTT only. You can download and run it locally for testing (http://www.hivemq.com/downloads/) or use any HiveMQ type public broker, like broker.mqttdashboard.com:1883).