mirror of
https://github.com/pe1hvh/meshcore-gui.git
synced 2026-03-28 17:42:38 +01:00
10 lines
232 B
Python
10 lines
232 B
Python
"""
|
|
MeshCore Bridge — Cross-Frequency Message Bridge Daemon.
|
|
|
|
Standalone daemon that connects two meshcore_gui instances on
|
|
different frequencies by forwarding messages on a configurable
|
|
bridge channel.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|