Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1 KB

README.md

File metadata and controls

17 lines (13 loc) · 1 KB

This repository has documentation and scripts for developers of the modular version of VOLTTRON code. In this version VOLTTRON is split into three components

  1. volttron-server
  2. volttron-client
  3. volttron-utils

We have developed a white paper detailing the changes from the monolothic (8.x) version of the platform.

If you want to contribute to any of the above three repositories, please refer to the core developer documentation for details on how to set up your environment, debug with PyCharm, and create pull requests

If you want to use the VOLTTRON core as is and develop/update VOLTTRON agents, please refer to the agent development documentation for details on how to install VOLTTRON core, how to set up your agent development environment, and contribute code for community use