chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
425 stars 273 forks source link

Support for custom fields in The Things Network packet forwarder #8

Closed htdvisser closed 8 years ago

htdvisser commented 8 years ago

The Things Network's version of the packet forwarder adds a number of custom fields to the stat message:

I can implement these fields myself as soon as I have time. If anyone else wants to do this, please add a comment.

brocaar commented 8 years ago

I've added a CustomData field, which is a map[string]interface{} to the stats struct (https://github.com/brocaar/loraserver/commit/25876c69ca395361440e98b1f71c6ce298d01dd9).