Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect the web based LoRaWAN demo to an NS other than TTN? #30

Open
woobagooba opened this issue Apr 6, 2019 · 2 comments
Open

Connect the web based LoRaWAN demo to an NS other than TTN? #30

woobagooba opened this issue Apr 6, 2019 · 2 comments

Comments

@woobagooba
Copy link

woobagooba commented Apr 6, 2019

It is not clear how the "gateway" is configured to point to one NS versus another.

@woobagooba woobagooba changed the title How does one point the web based LoRaWAN demo to an NS other than TTN? Connect the web based LoRaWAN demo to an NS other than TTN? Apr 6, 2019
@janjongboom
Copy link
Owner

janjongboom commented Apr 8, 2019

@woobagooba

You can configure this when running locally, by setting the LORA_HOST environmental variable, e.g.:

LORA_HOST=192.168.2.100 LORA_PORT=1700 mbed-simulator .

Unfortunately I cannot really do this in the hosted version as 1) the gateway needs to be added to the network, and white listed by the operator, 2) the protocol forwarder needs to send keep-alive messages and has some state. For TTN I can do this, because the gateway can live in my personal account but not for other operators.

Does this help?

@woobagooba
Copy link
Author

Any plans to docker-ize mbed simulator? Would be helpful to remove the cross-platform install / build friction, providing a truly Quick Start. Thank you for your consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants