chirpstack-tutorial/doc/100-outline.md

2.9 KiB

ChirpStack Tutorial Outline

TODO put this somewhere:

There are many more components included in ChirpStack, and they can integrate with one another to allow for lots of flexibility:

flowchart TD
    subgraph Gateway
    pf(Semtech Packet Forwarder) --> gb(ChirpStack Gateway Bridge)
    c(ChirpStack Concentratord) --> uf(ChirpStack UDP Forwarder)
    c --> mf(ChirpStack MQTT Forwarder)
    uf --> gb
    pf --> mf
    end
    mf --> mb
    gb --> mb(Mosquitto MQTT Broker)
    subgraph Cloud Server
    mb--> cs(ChirpStack)
    cs --> i(...Various integrations...)
    end