You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will just need track the "name" that it knows about already; this should be the hotspot pubkey.
When we buy a packet on behalf of Chirpstack, we will want to make sure that the "name"/pubkey is known to CS already. If it not known already, we want to add it before forwarding the frame:
On start, Packet Purchaser should get the list of gateways
GET /api/gateways
We will just need track the "name" that it knows about already; this should be the hotspot pubkey.
When we buy a packet on behalf of Chirpstack, we will want to make sure that the "name"/pubkey is known to CS already. If it not known already, we want to add it before forwarding the frame:
POST /api/gateways
The network server id and organization id must be known from #23 (ie:
REGION_CONFIG = #{ "IN865" => {"networkServerID", "organizationID"}
).The location information may be given from the ledger "if it's easy". If it's extra work, I would skip it for now.
The text was updated successfully, but these errors were encountered: