Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Latest commit

 

History

History

ext

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SCION Chrome Proxy Visualization Extensions

To install in Chrome (one time):

  1. Open the Chrome browser.
  2. Go to chrome://extensions.
  3. Developer mode should be checked.
  4. Click Load unpacked extension...
  5. Select the local directory of the SCION Proxy Manager extension: ext/proxy_mgr
  6. Click Load unpacked extension... again.
  7. Select the local directory of the SCION Visualization app: ext/visualization
  8. Click on the SCION Proxy Manager extension button to the right of the address window.
  9. Select Use SCION proxy settings, settings will begin automatically.

To launch the proxy and knowledge-base (each run):

  1. If running SCION, stop it: ./scion.sh stop
  2. Be sure the socket library is built: ./scion.sh build
  3. For wide topology, update it if desired: ./scion.sh topology zkclean -c topology/Wide.topo
  4. Run SCION: ./scion.sh run
  5. Start 2 processes in separate terminals:
  6. endhost/scion_proxy.py -f -s --WARNING-insecure-kbase
  7. endhost/scion_proxy.py -p 9090 -s --WARNING-insecure-kbase
  8. Launch the SCION Visualization app by opening a new tab and clicking on the Apps button in the top left of the window. This can also be done by going to chrome://apps.
  9. Click on any URL in the SCION Visualization app window to view SCION statistics.