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

Packet forwarder installation? #16

Closed
krasi-georgiev opened this issue Jul 14, 2019 · 13 comments
Closed

Packet forwarder installation? #16

krasi-georgiev opened this issue Jul 14, 2019 · 13 comments

Comments

@krasi-georgiev
Copy link

IIUC this docker install doesn't include the packet forwarder?

Is there a plan to add it or at least add description how to install separately?

@krasi-georgiev krasi-georgiev changed the title Packet forwarder? Packet forwarder installation? Jul 14, 2019
@bconway
Copy link
Contributor

bconway commented Jul 15, 2019

The packet forwarder normally resides on a device with a LoRa radio (i.e. a gateway). I'm not sure how much value there would be having it in a container without a radio. What are you looking to accomplish?

@brocaar
Copy link
Collaborator

brocaar commented Jul 15, 2019

There are no plans to include this. Different gateways are using different HAL libraries and / or variables. Usually the information (and packages) to get started with the Semtech UDP packet-forwarder comes from the gateway vendor. Some vendors have their own packet-forwarder, which is compatible with the Semtech UDP protocol.

@krasi-georgiev
Copy link
Author

Yes of course it will be installed where the gateway is, but simple use cases would have all components on the same host - forwarder, server etc. Similar to the lora-gateway-os.

Even if having it in a container doesn't work, at least some docs and links on where and how to install a packet forwarder would be really helpful.

@krasi-georgiev
Copy link
Author

I guess what I am after is either a docker image for the forwarder container or some instructions on how to install it.

https://github.com/Lora-net/packet_forwarder

@krasi-georgiev
Copy link
Author

would you point me to some docs on how to install the Semtek port forwarder and some example settings for the lora server and I will try to build a docker image for it.

@ltfschoen
Copy link

LoRa Gateway Bridge abstracts the packet_forwarder protocol into JSON over MQTT

@krasi-georgiev
Copy link
Author

Thanks, wow, that quite a lot of info 👍

Will need to spend some time to see how it all fits together and find the correlation and what would I need for the docker setup.

@krasi-georgiev
Copy link
Author

btw if you have the time It would help to add some more details for these links and which of these are currently missing from the current docker installation guide so I know what I would need to try and add.

@krasi-georgiev
Copy link
Author

just to clarify I am after the same setup as the LoRa Gateway OS (I will be using Rpi 3 with RAK833).

I would appreciate some more details on what would need to add to the existing docker install to have a setup like the LoRa Gateway OS.

@krasi-georgiev
Copy link
Author

From what I see in the docker-compose file the gateway bridge already has a docker image so all I need to figure out is to make the Semtec packet forwarded compiled and docker-ized.

I imagine you already have some process for building this as part of the Gateway OS so maybe I can reuse big part of it.

@krasi-georgiev
Copy link
Author

I figured it out by looking at this guide
https://github.com/Lora-net/packet_forwarder/wiki/Use-with-Raspberry-Pi

@krasi-georgiev
Copy link
Author

and here is the docker image with config file for the rak833 Rpi hat module.

https://github.com/arribada/loraserver-docker

Other modules can be suported just by passing the correct config file as a container mount.

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

4 participants