-
Notifications
You must be signed in to change notification settings - Fork 218
VOLTTRON Prerequisites
Craig edited this page Dec 1, 2015
·
3 revisions
The following packages will need to be installed if they are not already:
- git
- build-essential
- python-dev
- openssl
- libssl-dev
- libevent-dev
sudo apt-get update
sudo apt-get install build-essential python-dev openssl libssl-dev libevent-dev git
If you have an agent which requires the pyodbc package, install the following:
- freetds-bin
- unixodbc-dev
sudo apt-get install freetds-bin unixodbc-dev
The /tmp directory must allow exec. This error could manifest itself during the building of gevent.
# Executing mount should have an entry like the following
mount
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
To change the mount you can use the following code
# remount /tmp to allow exec
sudo mount -o remount,exec /tmp
# remount /tmp to disallow exec
sudo mount -o remount,noexec /tmp
- 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