Giter Site home page Giter Site logo

bolshoibooze / hone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pupeng/hone

0.0 2.0 0.0 47.88 MB

A research project from Princeton CS on joint host/network traffic management solution for data centers

License: BSD 3-Clause "New" or "Revised" License

Python 95.61% Shell 0.27% C 2.27% Makefile 0.10% C++ 1.74%

hone's Introduction

HONE Project

Programmable Host-Network Traffic Management from Princeton CS.

Project website: http://hone.cs.princeton.edu/
I highly encourage you to visit our website. You can get an overview of the system, and find various management applications we have built. Those examples can give you a quick sense of what HONE can do, and how you will program on HONE.

Author: Peng Sun

Contributors:
Zhihong Xu, Lavanya Jose, Minlan Yu, Jennifer Rexford, Michael J. Freedman, David Walker

Public Amazon EC2 AMI:
ami-bd0a7dd4 (HONE-enabled Ubuntu Cloud Image 11.04)

Public VirtualBox VM image:
HONE VM image

Dependency:

  • psutil 0.7.0
  • web10G kernel patch 3.2
  • estats userland library (included with web10G kernel patch 3.2)
  • Python 2.7+
  • ipaddr-py 2.1.10
  • Python Twisted 13.0.0

Setup steps:

  1. Insert HONE kernel module on host machine. The current kernel module is for HONE-enabled image only, since we have modified kernel NETLINK to make it work.

    cd ~/hone/HostAgent/kpsimple
    sudo make up
    
  2. Compile C++ implementation into python modules.

    cd ~/hone/HostAgent
    ./swig_modules
    
  3. Start network module (if necessary for your scenario). HONE interacts with the network devices via Floodlight. Please check out how to install and start Floodlight on its Getting-started page.

  4. Start the HONE controller.

    cd ~/hone/Controller
    python hone_run.py mgmtProgramName
    
  5. Start the HONE host agent.

    cd ~/hone/HostAgent
    python agentRun.py controllerIP controllerPort # default port is 8866
    

hone's People

Contributors

pupeng avatar

Watchers

James Cloos avatar Arthur Mwai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.