Skip to content

Latest commit

 

History

History

README.MD

Sample App

To understand the connection flow and behaviors of the library, you can play around, debug, and run the sample SwiftUI App that you can customize to connect to any broker that you want.

Alt text

Features

  • Configure connection (ip, port, clientid, username, password, ping, clean session)
  • Subscribe/Unsubscribe to broker and visualize current subscriptions
  • Publish message to broker
  • Display received messages history

Requirement

  • Xcode 13

Steps

  • Clone the project from GitHub
  • Run pod install
  • Open CourierE2EApp.xcworkspace
  • Build and Run using simulator or device