Files
meshcore-bot/docs/service-plugins.md
agessaman d15c58994e chore: Remove outdated documentation files and update references
- Deleted COMMANDS.md, DOCKER.md, WEB_VIEWER.md, and other related documentation files to streamline the project structure.
- Updated README.md and other documentation references to point to the new locations of the command and Docker instructions.
- Added optional dependencies for documentation generation in pyproject.toml.
2026-02-07 20:10:09 -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.