You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I experiment with running multiple native instances, it occurs that it may be useful to allow configuration of API port and Virtual File System in the config.yaml.
Currently they are configurable by using flags eg:
General:
MaxNodes: 200
MaxMessageQueue: 100
ConfigDirectory: /etc/meshtasticd/config.d/
VFSDirectory: ~/.portduino/default/ # The directory to use as the virtual file system
APIPort: 4403 # The local TCP port to use for running the Meshtastic API
# MACAddress: AA:BB:CC:DD:EE:FF
# MACAddressSource: eth0
The text was updated successfully, but these errors were encountered:
Platform
Linux Native
Description
As I experiment with running multiple native instances, it occurs that it may be useful to allow configuration of API port and Virtual File System in the config.yaml.
Currently they are configurable by using flags eg:
A suggestion for how they could be added:
The text was updated successfully, but these errors were encountered: