Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chirpstack/chirpstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chirpstack/chirpstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor_mesh_heartbeat
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on May 8, 2025

  1. Update gw proto & refactor Mesh Heartbeat event.

    This refactors the gateway protobuf payloads, such that the
    Concentratord can publish an Event message, containing one of the
    possible events published by the Concentratord (uplink, stats or mesh
    event). It also combines the possible Concentratord commands into a
    single Command message. This simplifies the ZMQ interface as it is no
    longer needed to match the payload type by string.
    
    This also refactors the MeshHeartbeat message into a Mesh message, which
    can contain multiple events, of which the Heartbeat is one of the
    possible events.
    
    The future goal is to make it possible to send different types of events
    from the Gateway Mesh Relay gateways (e.g. battery status, ...) and to
    make it possible to also send proprietary event types.
    brocaar committed May 8, 2025
    Configuration menu
    Copy the full SHA
    bb53821 View commit details
    Browse the repository at this point in the history
Loading