Mesh-Plug for Meshtastic
| 开发者 |
potar
|
| 更新时间 |
2026年1月26日 04:32 |
| 捐献地址: |
去捐款 |
| PHP版本: |
7.4 及以上 |
| WordPress版本: |
6.9 |
| 版权: |
GPLv2 or later |
| 版权网址: |
版权信息
|
详情介绍:
Mesh-Plug provides a simple shortcode that connects to your MQTT broker over WebSocket and prints incoming messages to a live log.
Shortcode: [mesh_plug]
安装:
- Upload the plugin folder to /wp-content/plugins/mesh-plug or install via the Plugins screen.
- Activate Mesh-Plug.
- Go to Settings → Mesh-Plug and configure your broker URL, topic, and credentials.
- Add [mesh_plug] to any page.
屏幕截图:
更新日志:
1.1.8
- Updated frontend output to use WordPress enqueue/inline-script APIs (plugin check compliance).
- Documented external services (OpenStreetMap tiles; optional broker connections).
1.1.7
- Chat now displays node longname (fallback: shortname, then node ID).
1.1.6
- Added message de-duplication to prevent double-posted chat and repeated entries.
1.1.5
- Map zoom is admin-controlled (shortcode); removed end-user zoom controls.
- Added Mesh-Plug logo branding to the Settings page.
1.1.1
- Map tab now renders a real basemap using OpenStreetMap raster tiles (no external JS libraries required).
1.1.0
- Added Map and Charts tabs for a richer dashboard experience.
1.0.8
- Added simple tabs (Log, Nodes, Chat) for non-technical viewing.
- Binary/protobuf payloads now display as a byte count instead of garbled text.
- Default topic updated to msh/2/json/# to show human-readable Meshtastic JSON by default.
1.0.7
- Fix shortcode rendering and JavaScript mount errors.
- Fix password handling: leaving password blank keeps the stored value.
- Allow ws:// and wss:// broker URLs.