Backend interfaces meant to be run downstream from the Helium Packet Router.
Create a Route in the Config Service using the Helium Config Service CLI.
Set the protocol of the route to packet_router
, and point it to wherever this service is running.
All available settings are in settings/default.toml.
Override the settings you need to change, and that will be applied on top of settings/defualt.toml
.
There is a sample docker-compose.yml. Or run directly.
cargo run settings.toml
The protocol is determined by settings protocol
field in the settings.toml
to "gwmp" | "http"
.