-
Notifications
You must be signed in to change notification settings - Fork 218
PlatformConfigFile
Jereme Haack edited this page Sep 25, 2014
·
1 revision
The VOLTTRON platform config file can contain any of the command line arguments for starting the platform...
-c FILE, --config FILE
read configuration from FILE
-l FILE, --log FILE send log output to FILE instead of stderr
-L FILE, --log-config FILE
read logging configuration from FILE
-q, --quiet decrease logger verboseness; may be used multiple
times
-v, --verbose increase logger verboseness; may be used multiple
times
--verboseness LEVEL set logger verboseness
--help show this help message and exit
--version show program's version number and exit
agent options:
--autostart automatically start enabled agents and services
--publish-address ZMQADDR
ZeroMQ URL for used for agent publishing
--subscribe-address ZMQADDR
ZeroMQ URL for used for agent subscriptions
control options:
--control-socket FILE
path to socket used for control messages
--allow-root allow root to connect to control socket
--allow-users LIST users allowed to connect to control socket
--allow-groups LIST user groups allowed to connect to control socket
Boolean options, which take no argument, may be inversed by prefixing the option with no- (e.g. --autostart may be inversed using --no-autostart).
- Platform Agent
- VOLTTRON Central Agent
- Platform Commands
- Platform Configuration
- [Platform Hardening Security Recommendations] (Linux-Platform-Hardening-Recommendations-for-VOLTTRON-users)
- ...
- [Building VOLTTRON] (Building-VOLTTRON)
- Example Agents
- Agent Development
- [Shortcut Scripts] (Scripts)
- [VOLTTRON Conventions] (Conventions)
- [sMAP Test Server] (sMAP-Test-Instance)
- [Design Discussions] (Design Discussions)
- VIP
- VIP - VOLTTRON Interconnect Protocol
- RPC by example
- VIP - Known Identities
- VIP - Authentication
- VIP - Authorization
- Protecting Pub/Sub Topics
- Setup Eclipse for VOLTTRON
- Deployment Walkthrough
- Forward Historian Walkthrough
- [Create New Historian Agent] (Developing-Historian-Agents)
- [Create New Driver Agent] (Develop-Driver-Agent)
- [Developing With Eclipse] (Eclipse)
- Migrations
- [2.x to 3.x Migration](2.x-to 3.x-Migration)
- 1.2 to 2.0 Migration
- [Deployment Recommendations](Recommendations for Deployments)
VOLTTRON Versions and Features
Transactional Network Platform Overview
- Established Topics
- Working with the Actuator Agent
- Logging
- [Multi-Node Communication] (MultiBuildingMessaging)
Information Exchange Standards