To install in Chrome (one time):
- Open the Chrome browser.
- Go to chrome://extensions.
- Developer mode should be checked.
- Click Load unpacked extension...
- Select the local directory of the SCION Proxy Manager extension:
ext/proxy_mgr
- Click Load unpacked extension... again.
- Select the local directory of the SCION Visualization app:
ext/visualization
- Click on the SCION Proxy Manager extension button to the right of the address window.
- Select Use SCION proxy settings, settings will begin automatically.
To launch the proxy and knowledge-base (each run):
- If running SCION, stop it:
./scion.sh stop
- Be sure the socket library is built:
./scion.sh build
- For wide topology, update it if desired:
./scion.sh topology zkclean -c topology/Wide.topo
- Run SCION:
./scion.sh run
- Start 2 processes in separate terminals:
endhost/scion_proxy.py -f -s --WARNING-insecure-kbase
endhost/scion_proxy.py -p 9090 -s --WARNING-insecure-kbase
- 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.
- Click on any URL in the SCION Visualization app window to view SCION statistics.