kersing / packet_forwarder

Multi protocol packet forwarder supporting the TTN gateway-connector protocol.
Other
86 stars 56 forks source link

Configurable TTN router port #6

Closed cambierr closed 3 years ago

cambierr commented 7 years ago

I think the ttn port for the TTN forwarding protocol should be configurable, and same goes for ssl support since both are planned.

What do you think about this ?

kersing commented 7 years ago

TTN port is now configurable (add :port to and of address string, defaults to 1883). SSL support requires an SSL library that supports timeouts on read which I haven't found yet.