mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
652712eb0c
- 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.
967 B
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
- Add or edit the plugin's section in
config.ini(see each plugin's doc for options). - Set
enabled = truefor that plugin. - Restart the bot.
Some plugins require additional configuration (API keys, webhook URLs, etc.) before they will run successfully.