I see in this page “port 3000
is the ChirpStack Gateway Bridge default”, but in this page I see “bind=”:3001". Which port number I need to point in tc.uri file of Basic Station?
Thank you!
I see in this page “port 3000
is the ChirpStack Gateway Bridge default”, but in this page I see “bind=”:3001". Which port number I need to point in tc.uri file of Basic Station?
Thank you!
The default port is UDP/1700 for Chirpstack gateway bridge.
Port 1700 is used for UDP Packet Forwarder. But I use Semtech Basic Station, so port must be 3001? But if so, why I see “3000” in Chirp stack website?
It’s 3001.
If you look at the Chirpstack docker install: chirpstack-docker/docker-compose.yml at master · chirpstack/chirpstack-docker · GitHub . The basicstation port in the docker-compose.yml is 3001.
Where the listener is actually defined is in your basicstation regional .toml files and you can see 3001 is the default: chirpstack-docker/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-us915_1.toml at master · chirpstack/chirpstack-docker · GitHub.
This is atleast the defaults for docker, but I would imagine it is the same regardless of install.