pdxlocations 84246aefd9 Move user config into JSON file (#68)
* working changes

* Reduce redraws in settings (#66)

* Reduce redraws in settings

* Fix drawing sensitive settings in red

* Update other settings to use new color API

* Update reduce redraw changes to use new color API

* Fix highlight/unhighlight red settings

* add settings colors

* format json file

---------

Co-authored-by: Russell Schmidt <russ@sumonkey.com>
2025-01-24 21:00:00 -08:00
2025-01-24 21:00:00 -08:00
2025-01-22 20:54:51 -08:00
2025-01-22 12:42:35 -08:00
2024-04-15 15:36:00 -07:00
2025-01-24 21:00:00 -08:00
2025-01-14 20:58:29 -08:00
2025-01-24 09:55:42 -08:00
2025-01-24 18:12:57 -08:00

Contact - A Console UI for Meshtastic

Powered by Meshtastic.org

Screenshot_2024-03-29_at_4 00 29_PM



Settings can be accessed within the client or can be run standalone

Screenshot 2024-04-15 at 3 39 12 PM

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
S
Description
Languages
Python 100%