TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
975 stars 306 forks source link

Setting and displaying gateway manufacturer info in the Console #2441

Open kschiffer opened 4 years ago

kschiffer commented 4 years ago

Summary

The console should allow to store and display relevant manufacturer info (brand, model, antenna(s)) of a gateway.

Why do we need this?

What is already there? What do you see now?

Setting and reviewing info such as gateway description, name and id.

What is missing? What do you want to see?

How do you propose to implement this?

We already have message types for gateway brand, model, version and radio. From first glance, I cannot see how these are meant to be attached to the gateway record (cc @htdvisser). Also, I believe we plan to partially gather this info automatically via gateway repositories (?). Some clarification here would be helpful.

Can you do this yourself and submit a Pull Request?

Yes. Though anyone feel free to pick up.

htdvisser commented 4 years ago

This was indeed designed around the gateway repository. The brand_id, model_id, hardware_version and firmware_version fields correspond to entries in that repository. As far as I know, no work has been done on the gateway repository since we designed the API.

johanstokking commented 4 years ago

Blocked by https://github.com/TheThingsIndustries/lorawan-stack/issues/2018