mirror of
https://github.com/pdxlocations/contact.git
synced 2026-07-04 08:51:35 +02:00
1675b0a116c84e603290517c571cec2d951066ec
Press Ctrl + / while the nodes or channels window is highlighted to start search Type text to search as you type, first matching item will be selected, starting at current selected index Press Tab to find next match starting from the current index - search wraps around if necessary Press Esc or Enter to exit search mode
Contact - A Console UI for Meshtastic
(Formerly Curses Client for Meshtastic)
Powered by Meshtastic.org
This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores.
Settings can be accessed within the client or can be run standalone
Arguments
You can pass the following arguments to the client:
Connection Arguments
Optional arguments to specify a device to connect to and how.
--port,--serial,-s: The port to connect to via serial, e.g./dev/ttyUSB0.--host,--tcp,-t: The hostname or IP address to connect to using TCP.--ble,-b: The BLE device MAC address or name to connect to.
If no connection arguments are specified, the client will attempt a serial connection and then a TCP connection to localhost.
Example Usage
python main.py --port /dev/ttyUSB0
python main.py --host 192.168.1.1
python main.py --ble BlAddressOfDevice
Languages
Python
100%