TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
461 stars 276 forks source link

Feature 615 router gateway mapping in discovery #659

Closed cambierr closed 7 years ago

cambierr commented 7 years ago

This one adds the ability for the discovery service to store router <-> gateway mapping.

The router updates this mapping (metadata) in the discovery service on gateway downlink subscribe/unsubscribe

This is mainly required for class C usage.

cambierr commented 7 years ago

@johanstokking @htdvisser some feedback on my first contribution to this repo ?

htdvisser commented 7 years ago

@romeovs: please confirm token checking is ok

romeovs commented 7 years ago

@htdvisser apart from your comments it should be good.

htdvisser commented 7 years ago

665 broke a few things in the api package, so this needs to be rebased. Can you do this, @cambierr or should I?

cambierr commented 7 years ago

updates of the APIs: https://github.com/TheThingsNetwork/api/pull/14

updates of this PR: wip

cambierr commented 7 years ago

@htdvisser since it's all green and changes where done, I guess it's now ready for merge ?