The maps on the website indeed don’t show gateway owners anymore. We plan to bring this functionality back, but until December that would be too complicated as the website would have to support both V2 and V3 databases and somehow figure out which gateways are or aren’t migrated to V3. After V2 shuts down in December, we’ll bring back the missing functionality, and hopefully add more interesting stats, leaderboards, etc.
Until then, gateway owner information is available from the V3 API, it’s just not (yet) very easy to access.
You can use the command-line interface as follows:
$ ttn-lw-cli gateways collaborators list [gateway-id]
This will print something like
[{
"ids": {
"user_ids": {
"user_id": "htdvisser"
}
}
}]
We do want to bring this functionality to the web Console as well, but we’re a bit short on front-end developers. If you are or know a front-end developer who may be interested in working on our web Console (built with React), please point them to our open source repository on GitHub or to this front-end developer job at The Things Industries.