Giter VIP home page Giter VIP logo

mqttswift's Introduction

A Minimal MQTT v5.0 Conforming Broker in Swift

Purpose

  • v5.0 evaluation and reference implementation

Features

  • Full v5.0 spec
  • Feature Trace
  • Conformance Trace
  • optional features
  • Basic Authentication
  • Basic ACL

CLI

Usage mqttswift [Options]
-a allow anonymous (default off)
-A server use Another server (default none)
-c do not restrict Client ID to charactes and letters (default on)
-e max session expiry interval (default 0)
-i subscription identifiers not available (default implicit true)
-I subscription identifiers available (default implicit true)
-k server keep alive (default none)
-M max receive (input) Maximum (default 1)
-O server server mOved (default none)
-p port listen to port (default 1883)
-P max maximum packet size (default 10.000)
-Q max QoS supported (default 0)
-r RETAIN is not vailable (default implicit true)
-R RETAIN is available (default implicit true)
-s shared subscriptions not available (default implicit true)
-S shared subscriptions available (default implicit true)
-T max topic alias Maximum (default 0)
-u user[:password] add user with password (default none)
-U name=value add user property
-v verbose (default off)
-w wildcard subscriptions not available (default implicit true)
-W wildcard subscriptions available (default implicit true)
-x provide response information (default false)

Exclusions

  • TLS
  • Websockets
  • other transports than TCP
  • Persistence
  • Bridging
  • Optimizations for speed
  • Specific Authentications

mqttswift's People

Contributors

ckrey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.