<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/s-bite/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/s-bite/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 05 Jan 2014 15:16:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/s-bite/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Giovanni Accongiagioco</title><link>https://sourceforge.net/p/s-bite/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,7 @@
 #
 # -------------------------------------------------------------------

-This package contains the code used for the S-BITE generator presented in:
+The "s_bite.tar.gz" package contains the code used for the S-BITE generator presented in:
 "S-BITE: a Structure-Based Internet Topology gEnerator"
 S-BITE is mostly implemented in C and depends on the igraph library wich can be found at:
 http://igraph.sourceforge.net and has been tested on UNIX distributions, 
@@ -18,10 +18,12 @@
 - ./generator/, providing the S-BITE generator both at the core
   and the whole Internet level

-The monthly-based dataset, extracted from IRL, is available inside the
-folder './extractor/topo_irl'. The file format is the following, and it
-is used for all files, both input and output, referring to a specific time step:
+The monthly-based dataset, extracted from IRL, is available as a separate package
+"irl_topologies.tar.gz" and must be extracted inside the folder './extractor/topo_irl'. 
+The file format is the following, and it is used for all files, both input and output,
+referring to a specific time step:
 - {FILENAME}_{YEAR}_{MONTH}.{EXTENSION}
+

 The package can be compiled using the Makefile provided, just running
 the command make. Please make sure to use to specify the correct includes for
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giovanni Accongiagioco</dc:creator><pubDate>Sun, 05 Jan 2014 15:16:52 -0000</pubDate><guid>https://sourceforge.net77767f0eebacfc578515ef8e30f56398d2b81949</guid></item><item><title>Home modified by Giovanni Accongiagioco</title><link>https://sourceforge.net/p/s-bite/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,9 +6,11 @@

 This package contains the code used for the S-BITE generator presented in:
 "S-BITE: a Structure-Based Internet Topology gEnerator"
-The package depends on the igraph library wich can be found at:
-http://igraph.sourceforge.net and has been tested on UNIX distributions,
+S-BITE is mostly implemented in C and depends on the igraph library wich can be found at:
+http://igraph.sourceforge.net and has been tested on UNIX distributions, 
 using the igraph library version 0.6.1-dev.
+In order to speed up the execution of the different components, 
+the package uses shell scripts which have been tested on Bash using both UNIX and MacOSX

 The algorithms provided are separated in two main folders:
 - ./extractor/, providing the algorithms used to extract
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giovanni Accongiagioco</dc:creator><pubDate>Sun, 05 Jan 2014 15:13:58 -0000</pubDate><guid>https://sourceforge.net9eff52db5e0dc735a299948064730f8c60d84618</guid></item><item><title>Home modified by Giovanni Accongiagioco</title><link>https://sourceforge.net/p/s-bite/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,101 @@
-Welcome to your wiki!
+# -------------------------------------------------------------------
+#
+#      S-BITE Topology Generator
+#
+# -------------------------------------------------------------------

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This package contains the code used for the S-BITE generator presented in:
+"S-BITE: a Structure-Based Internet Topology gEnerator"
+The package depends on the igraph library wich can be found at:
+http://igraph.sourceforge.net and has been tested on UNIX distributions,
+using the igraph library version 0.6.1-dev.

-The wiki uses [Markdown](/p/s-bite/wiki/markdown_syntax/) syntax.
+The algorithms provided are separated in two main folders:
+- ./extractor/, providing the algorithms used to extract
+  and decompose the Internet's core
+- ./generator/, providing the S-BITE generator both at the core
+  and the whole Internet level

-[[members limit=20]]
-[[download_button]]
+The monthly-based dataset, extracted from IRL, is available inside the
+folder './extractor/topo_irl'. The file format is the following, and it
+is used for all files, both input and output, referring to a specific time step:
+- {FILENAME}_{YEAR}_{MONTH}.{EXTENSION}
+
+The package can be compiled using the Makefile provided, just running
+the command make. Please make sure to use to specify the correct includes for
+the igraph library, either inside the IGRAPH_LIB variable, or providing
+the correct LD_LIBRARY PATH before the execution.
+
+# -------------------------------------------------------------------
+#          Core Extraction and Decomposition
+# -------------------------------------------------------------------
+
+As explained throught the paper, the extraction and decomposition procedure
+is made of the following steps:
+
+1) Calculate the score of the nodes
+2) Execute the algorithm which extract the core
+3) Compute the density curve for core decomposition
+
+The input file for the core extraction and decomposition is made of the
+monthly divided Internet topology, avavilable inside the folder "topo_irl".
+
+Each step has been automatized using the following scripts:
+- scorer.sh (depends on advcliques)
+  which computes the score of nodes in a given time interval 
+  and puts the results in the folder top_nodes
+- chiaddcomputer.sh (depends on maximal_cliques_findes, nodeparser, tag_subgraph)
+  which computes the growing Internet's core using the algorithm described in the 
+  paper. The core and the maximal cliques distribution for the chosen time 
+  interval are putted inside folder "top_cliques".
+- decomper.sh (depends on dens_degree)
+  which computes both the density curve and its first derivative and
+  puts the results in folder "dens_curve".
+
+By editing each script the user can specify the timeinterval for their analysis.
+
+Example:
+You can run the extraction and decomposition for the first month, january 2007,
+by just running: ./scorer.sh &amp;&amp; ./chiaddcomputer.sh &amp;&amp; ./decomper.sh
+The output core is inside the file 'top_cliques/tops_graph_2007_01.dat',
+while the density curve is in file 'dens_curve/curves_2007_01.dat'
+
+Refer to the specific program files for more informations
+
+# -------------------------------------------------------------------
+#          S-BITE generator
+# -------------------------------------------------------------------
+
+As explained throught the paper, the generation is made of two steps:
+
+1) The core generation, which is done by the 'sbcore' program
+2) The whole Internet generation, subsequently performed by 'sbite'
+
+The generation process has been automatized using the "generator.sh" script,
+which executes the whole generation process for different months.
+
+NOTE: All files, both input and output, for a specific month are indicated
+using the format: {FILENAME}_{YEAR}_{MONTH}.{EXTENSION}
+
+In order for S-BITE to properly work, the user has to specify the following
+input parameters:
+
+- The centrum size $ncentrum and left endpoint of the uniform vertical links distribution $kvert.
+  These parameters are invariant during the analyzed timespan and set to $ncentrum=60 and $kvert=48.
+
+- The density curve. We give density curves for three months inside folder 'dens_curve'
+- The size of the core $ncore , and of the whole Internet's graph $ntot.
+- The exponent $lambda for the core preferences.
+
+The output of the generator is both the topology of the core, and that of
+the whole Internet.
+
+Example:
+You can run the generation for months january 2007, june 2009 and december 2011
+by just running: ./generator.sh.
+The generated cores are inside files 'core_$year_$month.txt',
+and internet topologies are inside file 'topo_$year_$month.txt'
+
+Refer to the specific program files for more informations
+
+# -------------------------------------------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giovanni Accongiagioco</dc:creator><pubDate>Sun, 05 Jan 2014 15:06:43 -0000</pubDate><guid>https://sourceforge.net6997edca34916fa672cf734a018a79551a049ca5</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/s-bite/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="-"&gt;-------------------------------------------------------------------&lt;/h1&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;h1 id="s-bite-topology-generator"&gt;S-BITE Topology Generator&lt;/h1&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;h1 id="-_1"&gt;-------------------------------------------------------------------&lt;/h1&gt;
&lt;p&gt;This package contains the code used for the S-BITE generator presented in:&lt;br /&gt;
"S-BITE: a Structure-Based Internet Topology gEnerator"&lt;br /&gt;
The package depends on the igraph library wich can be found at:&lt;br /&gt;
&lt;a href="http://igraph.sourceforge.net"&gt;http://igraph.sourceforge.net&lt;/a&gt; and has been tested on UNIX distributions,&lt;br /&gt;
using the igraph library version 0.6.1-dev.&lt;/p&gt;
&lt;p&gt;The algorithms provided are separated in two main folders:&lt;br /&gt;
- ./extractor/, providing the algorithms used to extract&lt;br /&gt;
  and decompose the Internet's core&lt;br /&gt;
- ./generator/, providing the S-BITE generator both at the core&lt;br /&gt;
  and the whole Internet level&lt;/p&gt;
&lt;p&gt;The monthly-based dataset, extracted from IRL, is available inside the&lt;br /&gt;
folder './extractor/topo_irl'. The file format is the following, and it&lt;br /&gt;
is used for all files, both input and output, referring to a specific time step:&lt;br /&gt;
- {FILENAME}&lt;em&gt;{YEAR}&lt;/em&gt;{MONTH}.{EXTENSION}&lt;/p&gt;
&lt;p&gt;The package can be compiled using the Makefile provided, just running&lt;br /&gt;
the command make. Please make sure to use to specify the correct includes for&lt;br /&gt;
the igraph library, either inside the IGRAPH_LIB variable, or providing&lt;br /&gt;
the correct LD_LIBRARY PATH before the execution.&lt;/p&gt;
&lt;h1 id="-_2"&gt;-------------------------------------------------------------------&lt;/h1&gt;
&lt;h1 id="core-extraction-and-decomposition"&gt;Core Extraction and Decomposition&lt;/h1&gt;
&lt;h1 id="-_3"&gt;-------------------------------------------------------------------&lt;/h1&gt;
&lt;p&gt;As explained throught the paper, the extraction and decomposition procedure&lt;br /&gt;
is made of the following steps:&lt;/p&gt;
&lt;p&gt;1) Calculate the score of the nodes&lt;br /&gt;
2) Execute the algorithm which extract the core&lt;br /&gt;
3) Compute the density curve for core decomposition&lt;/p&gt;
&lt;p&gt;The input file for the core extraction and decomposition is made of the&lt;br /&gt;
monthly divided Internet topology, avavilable inside the folder "topo_irl".&lt;/p&gt;
&lt;p&gt;Each step has been automatized using the following scripts:&lt;br /&gt;
- scorer.sh (depends on advcliques)&lt;br /&gt;
  which computes the score of nodes in a given time interval &lt;br /&gt;
  and puts the results in the folder top_nodes&lt;br /&gt;
- chiaddcomputer.sh (depends on maximal_cliques_findes, nodeparser, tag_subgraph)&lt;br /&gt;
  which computes the growing Internet's core using the algorithm described in the &lt;br /&gt;
  paper. The core and the maximal cliques distribution for the chosen time &lt;br /&gt;
  interval are putted inside folder "top_cliques".&lt;br /&gt;
- decomper.sh (depends on dens_degree)&lt;br /&gt;
  which computes both the density curve and its first derivative and&lt;br /&gt;
  puts the results in folder "dens_curve".&lt;/p&gt;
&lt;p&gt;By editing each script the user can specify the timeinterval for their analysis.&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;
You can run the extraction and decomposition for the first month, january 2007,&lt;br /&gt;
by just running: ./scorer.sh &amp;amp;&amp;amp; ./chiaddcomputer.sh &amp;amp;&amp;amp; ./decomper.sh&lt;br /&gt;
The output core is inside the file 'top_cliques/tops_graph_2007_01.dat',&lt;br /&gt;
while the density curve is in file 'dens_curve/curves_2007_01.dat'&lt;/p&gt;
&lt;p&gt;Refer to the specific program files for more informations&lt;/p&gt;
&lt;h1 id="-_4"&gt;-------------------------------------------------------------------&lt;/h1&gt;
&lt;h1 id="s-bite-generator"&gt;S-BITE generator&lt;/h1&gt;
&lt;h1 id="-_5"&gt;-------------------------------------------------------------------&lt;/h1&gt;
&lt;p&gt;As explained throught the paper, the generation is made of two steps:&lt;/p&gt;
&lt;p&gt;1) The core generation, which is done by the 'sbcore' program&lt;br /&gt;
2) The whole Internet generation, subsequently performed by 'sbite'&lt;/p&gt;
&lt;p&gt;The generation process has been automatized using the "generator.sh" script,&lt;br /&gt;
which executes the whole generation process for different months.&lt;/p&gt;
&lt;p&gt;NOTE: All files, both input and output, for a specific month are indicated&lt;br /&gt;
using the format: {FILENAME}&lt;em&gt;{YEAR}&lt;/em&gt;{MONTH}.{EXTENSION}&lt;/p&gt;
&lt;p&gt;In order for S-BITE to properly work, the user has to specify the following&lt;br /&gt;
input parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The centrum size $ncentrum and left endpoint of the uniform vertical links distribution $kvert.&lt;br /&gt;
  These parameters are invariant during the analyzed timespan and set to $ncentrum=60 and $kvert=48.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The density curve. We give density curves for three months inside folder 'dens_curve'&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;The size of the core $ncore , and of the whole Internet's graph $ntot.&lt;/li&gt;
&lt;li&gt;The exponent $lambda for the core preferences.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The output of the generator is both the topology of the core, and that of&lt;br /&gt;
the whole Internet.&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;
You can run the generation for months january 2007, june 2009 and december 2011&lt;br /&gt;
by just running: ./generator.sh.&lt;br /&gt;
The generated cores are inside files 'core_$year_$month.txt',&lt;br /&gt;
and internet topologies are inside file 'topo_$year_$month.txt'&lt;/p&gt;
&lt;p&gt;Refer to the specific program files for more informations&lt;/p&gt;
&lt;h1 id="-_6"&gt;-------------------------------------------------------------------&lt;/h1&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giovanni Accongiagioco</dc:creator><pubDate>Sun, 05 Jan 2014 15:06:00 -0000</pubDate><guid>https://sourceforge.net68f76b7b71b5c5f65ad81c8352de2c385765ac02</guid></item><item><title>Home modified by Giovanni Accongiagioco</title><link>https://sourceforge.net/p/s-bite/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/s-bite/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/gacon5/"&gt;Giovanni Accongiagioco&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52c972e07929e5278f08b9fc" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giovanni Accongiagioco</dc:creator><pubDate>Sun, 05 Jan 2014 14:57:36 -0000</pubDate><guid>https://sourceforge.net5a51268bdd2c41025874bbc67c646d5860ec91be</guid></item></channel></rss>