Documentation
HomeDocsDiscordContact
  • What is Tashi?
  • Lightpaper
  • Nodes
    • Node Architecture
    • Node Types
    • Node Specifications
  • Protocol
    • Overview
      • Tashi’s Discovery
      • Performance Analysis
    • Consensus
      • Network Traversal
      • Fairness
    • MeshNet
  • Resources
    • Github
    • Discord
    • FoxMQ
      • Features
      • Roadmap
      • Quick Start - Direct
      • Quick Start - Docker
      • Configuration Files
      • CLI Options
        • Command - Run
        • Command - AddressBook
        • Command - User
    • DePIN
      • Worker Node Install (Docker)
Powered by GitBook
On this page
  • May 2024
  • August 2024
  • Release Date TBD
  1. Resources
  2. FoxMQ

Roadmap

A non-exhaustive list of planned features for FoxMQ and their expected timeframes.

PreviousFeaturesNextQuick Start - Direct

Last updated 8 months ago

May 2024

  • Retained messages

  • Message expiry

  • Session takeover

  • Support for MQTT v3.1.1 clients

August 2024

  • Support for MQTT over Websockets (ws://)

    • Websockets over TLS (wss://) is not yet implemented, but can still be used with FoxMQ with additional setup. See the for details.

Release Date TBD

  • Support for MQTT over Websockets over TLS (wss://)

  • TLS root certificate generation

    • Would allow clients to use a single root certificate to connect to any node in the address book.

  • Dynamic cluster membership

    • Would allow a cluster to scale with load

  • Helm chart for easy setup in Kubernetes

  • Shared Subscriptions

  • Disk persistence

  • SASL authentication

  • Client certificate authentication

  • Permissioned topics

  • HTTP Message Push

  • IPv6 support

  • Advanced Message Queue Protocol (AMQP) implementation

  • Kafka bridge

Quick Start guide