hightower-node
Hightower node client - connects to a Hightower gateway and joins the mesh network.
Usage
Options
--kv <DIR>- Path to the key-value data directory (optional, defaults to temporary directory)
Environment Variables
HT_AUTH_KEY- Required. Authentication token for connecting to the gatewayRUST_LOG- Log level (default:info). Example values:debug,info,warn,errorHT_DEFAULT_USER- Default admin username (default:admin)HT_DEFAULT_PASSWORD- Default admin password (default:admin)
Example
# Run with authentication token
HT_AUTH_KEY=your-auth-token
# Run with custom KV directory and debug logging
HT_AUTH_KEY=your-auth-token RUST_LOG=debug
# Run with custom gateway URL (stored in KV as gateway/url key)
HT_AUTH_KEY=your-auth-token
Building
Testing