helium / gateway-rs

The Helium Gateway
Apache License 2.0
277 stars 110 forks source link

Add support for Bobcat light gateway series #80

Closed JackeyTY closed 2 years ago

JackeyTY commented 3 years ago

Hi,

We'd also want to add support for Bobcat light gateway series. Target: arm-openwrt-linux-muslgnueabi.

We tried to install klkgw ipk and it failed with; root@OpenWrt-G220:~# opkg install helium-gateway-v1.0.0-alpha.13-klkgw.ipk Unknown package 'helium_gateway'. Collected errors:

What's the next step for us to do? Thank you!

shawaj commented 3 years ago

@JackeyTY can't test it as don't have the hardware but created a build for your target https://github.com/helium/gateway-rs/pull/84

JackeyTY commented 3 years ago

Thanks! Actually I have one question, how to generate keys or how is it provisioned?

madninja commented 3 years ago

Thanks! Actually I have one question, how to generate keys or how is it provisioned?

The code does not yet support a secured key which is why they're dataonly for now. Once the code supports secured keys (ecc608) the keys will be generated/provisioned the same way as on current full hotspots

JackeyTY commented 3 years ago

Got it, so should be using gateway-mfr-rs for provisioning keys on light hotspots. Thanks!

shawaj commented 3 years ago

@JackeyTY you said your target was arm-openwrt-linux-muslgnueabi - what is the actual architecture of your hardware?

https://doc.rust-lang.org/nightly/rustc/platform-support.html

shawaj commented 2 years ago

ping @JackeyTY - any update?

madninja commented 2 years ago

I'm going to close this due to lack of updates