Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First try for a pull request #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on May 20, 2014

  1. ccnxmn is an extension of Mininet

    Changes:
    1/- setup.py is modified
    2/- new directory "ccnxmn" is created with 4 new files:
      - __init__.py
      - CCN_cli.py
      - CCN_node.py
      - conf_parser.py
    3/- bin/miniccnx is changed
    -from mininet.cli import CLI
    -from mininet.node import CPULimitedCCNHost, CCNHost
    +from ccnxmn.CCN_cli import CCNxCLI
    +from ccnxmn.CCN_node import CPULimitedCCNHost, CCNHost
    
    -from mininet.conf_parser import parse_hosts,parse_routers, parse_links
    +from ccnxmn.conf_parser import parse_hosts,parse_routers, parse_links
    
    -    CLI(net)
    +    CCNxCLI(net)
    Phi-Ho committed May 20, 2014
    Configuration menu
    Copy the full SHA
    5e71f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976ccc9 View commit details
    Browse the repository at this point in the history
  3. Fixing white spaces

    Phi-Ho committed May 20, 2014
    Configuration menu
    Copy the full SHA
    c2f60cc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Configuration menu
    Copy the full SHA
    f7c81a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d6b19 View commit details
    Browse the repository at this point in the history