Closed htdvisser closed 8 years ago
The Things Network's version of the packet forwarder adds a number of custom fields to the stat message:
stat
platform
contact_email
description
I can implement these fields myself as soon as I have time. If anyone else wants to do this, please add a comment.
I've added a CustomData field, which is a map[string]interface{} to the stats struct (https://github.com/brocaar/loraserver/commit/25876c69ca395361440e98b1f71c6ce298d01dd9).
CustomData
map[string]interface{}
The Things Network's version of the packet forwarder adds a number of custom fields to the
stat
message:platform
contact_email
description
I can implement these fields myself as soon as I have time. If anyone else wants to do this, please add a comment.