Used to provide extra utility with MeshCore
519
MeshLink runs on top of a WiFi enabled MeshCore node to provide extra utility and functionality to the mesh. It can be used with the following example configuration, which has all of the environment variables that you will need:
services:
meshlink:
image: rubymetro/meshlink:latest
container_name: meshlink
environment:
- NODENAME="My MeshLink"
- IP="270.0.0.0"
- LATITUDE=0.0
- LONGITUDE=-0.0
- PORT=5000
- PREFIX="/"
- FLOOD_ADVERT_ON_START=false
restart: unless-stopped
note that there is no need to expose any ports on the container as all it is doing is accessing your radio's exposed port (usually 5000)
Content type
Image
Digest
sha256:87da8a6c8…
Size
54.8 MB
Last updated
over 1 year ago
docker pull rubymetro/meshlink