Skip to content

zy200510/ICN-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICN Networking Dashboard

Dependencies

  1. This example was developed and tested using Python version 2.7.13. Follow the instructions to prepare python environment.

  2. The sample code will need a Preconfigured Flask used for RESTful APIs. Use these steps to install:

    pip install flask

    or sudo pip install flask

    If you have any further issues, visit Flask

Installation

  1. Use git clone or download the source code onto your machine.
  2. Open the terminal on your machine.
  3. Navigate to the directory where you downloaded the code.
  4. Launch server. python server.py you will be ask for inputting the the ip address of your machine
  5. Open the http://your machine ip:5003/ in your browser

Run it with docker

- docker build -t icn
- docker run --name icn_demo -p 5013:5013 icn
- docker restart icn_demo

About

Yang Zhang BA Visualizing ICN edge cache consumption for the IoT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors