nikotine1/meshcore-repeater

By nikotine1

Updated about 2 months ago

Meshcore repeater for Raspberry Pi, based on pymc_repeater with the pymc_console dashboard.

Image
Networking
0

1.3K

nikotine1/meshcore-repeater repository overview

Container running pymc_repeater as a Meshcore repeater, with optional pymc_console dashboard.

Check out: https://github.com/rightup/pyMC_core/tree/dev and https://github.com/dmduran12/pymc_console-dist

Docker-compose file:

services:
  meshcore-repeater:
    container_name: meshcore-repeater
    image: nikotine1/meshcore-repeater:latest
    restart: unless-stopped
    privileged: true
    volumes:
      - [local path to]/config.yaml:/etc/pymc_repeater/config.yaml
      - [local path to]/data:/var/lib/pymc_repeater
      - [local path to]/identity.key:/root/.config/pymc_repeater/identity.key
      - /etc/localtime:/etc/localtime:ro
    ports:
      - "8000:8000"

Remove the identity.key volume for the first run. The file will then be created in /root/.config/pymc_repeater. Copy it from there and mount it as a volume as shown.

For the config.yaml, see https://github.com/rightup/pyMC_Repeater/blob/dev/config.yaml.example.

Tag summary

Content type

Image

Digest

sha256:53ba02031

Size

85.2 MB

Last updated

about 2 months ago

docker pull nikotine1/meshcore-repeater