Files
meshcore-bot/docs/service-plugins.md
T
agessaman 652712eb0c Update documentation links and file references for consistency
- Renamed various documentation files to use lowercase for improved consistency, including `WEB_VIEWER.md`, `DOCKER.md`, and `PATH_COMMAND_CONFIG.md`.
- Updated references in `config.ini.example`, `docker-setup.sh`, `README.md`, and multiple documentation files to reflect the new file names.
- Removed obsolete documentation files related to the Discord Bridge, Map Uploader, Packet Capture, and Weather Service, streamlining the documentation structure.
2026-02-16 17:15:52 -08:00

967 B

Service Plugins

Service plugins extend the bot with background services that run alongside the main message loop. Each can be enabled or disabled in config.ini.

Plugin Description
Discord Bridge One-way webhook bridge to post mesh messages to Discord channels
Packet Capture Capture packets from the mesh and publish them to MQTT brokers
Map Uploader Upload node advertisements to map.meshcore.dev for network visualization
Weather Service Scheduled weather forecasts, weather alerts, and lightning detection

Enabling a plugin

  1. Add or edit the plugin's section in config.ini (see each plugin's doc for options).
  2. Set enabled = true for that plugin.
  3. Restart the bot.

Some plugins require additional configuration (API keys, webhook URLs, etc.) before they will run successfully.