Skip to content
  • Orne Brocaar's avatar
    Implement protobuf based integrations + separate API. · 1b6d4d9c
    Orne Brocaar authored
    This adds a configuration value that configures the integration payload
    marshaler. Options are:
    
    * json_v3: v3.x JSON format, will be removed but is the current
    default for backwards compatibility.
    * protobuf: Binary Protobuf encoding.
    * json: JSON Protobuf encoding.
    
    This also separates the Protobuf API definitions. These provided by the
    chirpstack-api/go package.
    1b6d4d9c