Thanks for the step-by-step. I've linked to it from the wiki. -- Murphy
On Jul 10, 2014, at 2:45 AM, Rizwan Jamil <rizwan.ja...@outlook.com> wrote: > For those who are trying to use Gephi_Topo in their Ubuntu VM, here is the > summary of the steps involved: > > 1. INSTALL JAVA IN UBUNTU: > sudo apt-get install openjdk-7-jre > sudo apt-get install openjdk-7-jdk > > 2. DOWNLOAD GEPHI: > https://gephi.github.io > > 3. EXTRACT GEPHI (TAR.GZ) FILE (IN THE DOWNLOADS FOLDER): > tar -xzf gephi-0.8.2-beta.tar.gz > > 4. EXECUTE GEPHI_TOPO MODULE (FROM WITHIN POX DIRECTORY): > ./pox.py samples.pretty_log --DEBUG openflow.discovery misc.gephi_topo > host_tracker > > 5. EXECUTE GEPHI (FROM WITHIN ITS EXTRACTED FOLDER): > ./bin/gephi & > > 6. INSTALL GRAPH STREAMING PLUGIN IN GEPHI: > In Gephi, go to Tools > Plugins > Available Plugins > Search Graph Streaming > > Install > (GEPHI WILL RESTART) > > 7. ADD CLIENT IN GEPHI: > -> In Gephi, go to Streaming pane > Click the ADD sign > Set > http://127.0.0.1:8282 > -> (If required, go to Streaming Settings > Set Port = 8282 and Uncheck SSL) > -> Right Click Client > Select Synchronise > -> Increase thickness and zoom to improve graph's view. > > ENJOY!!! :)