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-gateway-mesh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: chirpstack/chirpstack-gateway-mesh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 34 files changed
  • 2 contributors

Commits on Apr 22, 2025

  1. Update dependencies.

    brocaar committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    c7218e8 View commit details
    Browse the repository at this point in the history
  2. Update GitHub workflow.

    brocaar committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    20193a9 View commit details
    Browse the repository at this point in the history
  3. Fix cargo clippy feedback.

    brocaar committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    b208a8e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Refactor heartbeat + Concentratord ZMQ interface.

    This refactors the heartbeat payload into an event payload, of which
    a heartbeat is one of the possible options. This also refactors the
    Concentratord ZMQ interface, moving away from multipart messages in
    favor of a single message containing an Event / Command Protobuf
    message.
    brocaar committed May 12, 2025
    Configuration menu
    Copy the full SHA
    6add599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b003a34 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Implement event / command framework.

    The events feature makes it possible to periodically send (proprietary)
    events from the Relay gateways.
    
    The commands feature makes it possible to send commands to the Relay
    gateways, in which case the output is returned as an event.
    brocaar committed May 20, 2025
    Configuration menu
    Copy the full SHA
    fbcde02 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Fix typo in config template.

    brocaar committed May 21, 2025
    Configuration menu
    Copy the full SHA
    2419a0a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Implement encryption of event / command payloads.

    This implements the encryption of event and command payloads, to avoid
    the exposure of possible sensitive data (e.g. configuration parameters).
    
    This also adds a new root_key configuration, which will be used to derrive
    the keys for mic calculation and encryption. In case the signing_key
    configuration is present, then this key will be used for mic calculation
    (for backwards compatibility).
    brocaar committed May 23, 2025
    Configuration menu
    Copy the full SHA
    fa13744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae0173 View commit details
    Browse the repository at this point in the history
  3. Fix cargo clippy feedback.

    brocaar committed May 23, 2025
    Configuration menu
    Copy the full SHA
    7071eca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33796a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Update (dev) dependencies.

    brocaar committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    10af18f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1123e6a View commit details
    Browse the repository at this point in the history
  3. Bump version to 4.1.0-test.1

    brocaar committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    63658f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Add relay_id configuration option.

    This makes it possible to override the relay_id instead of
    (automatically) using the 4 least significant bytes of the Gateway ID.
    brocaar committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    673a047 View commit details
    Browse the repository at this point in the history
  2. Update dependencies.

    brocaar committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    666faf3 View commit details
    Browse the repository at this point in the history
  3. Bump version to 4.1.0-test.2

    brocaar committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    2888016 View commit details
    Browse the repository at this point in the history
Loading