User Tools

Site Tools


projects:ip-link

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:ip-link [2011/11/01 18:05] cedricprojects:ip-link [2015/12/23 22:58] cedric
Line 1: Line 1:
 ====== IP-Link ====== ====== IP-Link ======
 The goal of IP-Link is to see the relationships between different IP from network traffic capture, thus quickly for a given address with the IP that communicates the most. The goal of IP-Link is to see the relationships between different IP from network traffic capture, thus quickly for a given address with the IP that communicates the most.
- 
  
 IP-Link is written in [[http://www.python.org/ | Python]] and is under [[http://www.python.org/download/releases/2.0.1/license/ | Python license]]. IP-Link is written in [[http://www.python.org/ | Python]] and is under [[http://www.python.org/download/releases/2.0.1/license/ | Python license]].
  
 Python 2.4 -> 2.7 Python 2.4 -> 2.7
-  * [[http://ip-link.wikidot.com/ | Home page]];+  * [[https://ip-link.readthedocs.org | Home page]];
   * Getting IP-Link:   * Getting IP-Link:
-    * hg clone http://bitbucket.org/cedricbonhomme/ip-link //(main)// +    * git clone https://github.com/cedricbonhomme/IP-Link.git 
-    * hg clone http://hg.cedricbonhomme.org/ip-link/ //(backup)// +  * [[https://www.openhub.net/p/IP-Link | Open Hub page]] of IP-Link; 
-    * hg clone http://code.google.com/p/ip-link/ //(backup)// +  * [[http://freecode.com/projects/ip-link | Freecode page]] of IP-Link.
-  * [[http://www.ohloh.net/p/IP-Link | Ohloh page]] of IP-Link; +
-  * [[http://freecode.com/projects/ip-link | freecode page]] of IP-Link.+
  
 {{:projects:circos_transparent1.png|}} {{:projects:circos_transparent1.png|}}
- 
-<html> 
-<table> 
-<tr> 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/485459/widgets/project_basic_stats.js"></script></td> 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/485459/widgets/project_factoids.js"></script></td> 
-<td><script type="text/javascript" src="http://www.ohloh.net/p/485459/widgets/project_languages.js"></script></td> 
-</tr> 
-</table> 
-</html> 
- 
  
 =====  License ===== =====  License =====