RAKWireless / rak_common_for_gateway

214 stars 124 forks source link

multi-homed configuration (to serve TTN v3 and Gateway_RS (helium) #78

Open rjwelling2 opened 2 years ago

rjwelling2 commented 2 years ago

does anyone have any experience in configuring the common gateway to serve TTN v3 & Gateway_RS (helium)

TaylorIsAGoodboy commented 2 years ago

Hi, rjwelling2 You can clone the code and do as what says in README. The code now support TTN v3 and not support TTN v2. For helium Gateway_RS, you should do as https://github.com/helium/gateway-rs.

TaylorIsAGoodboy commented 2 years ago

But it cannot support both two server. because the configure only one server_address. If you want to support both, you may have a try to modify packet_forward and add another server_adrress in configure file. It may not works.