<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Personal Blog of Matthew Orlinski</title>
	<atom:link href="http://www.shigs.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shigs.co.uk</link>
	<description>Niche information about Social and Computer Networking research at the University of Manchester.</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:26:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads by Rajendra</title>
		<link>http://www.shigs.co.uk/2011/08/connection-simulation-based-on-the-one-simulator-without-map-and-movement-overheads/#comment-3206</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Wed, 22 Feb 2012 18:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=1204#comment-3206</guid>
		<description>hello sir,
i was try to above install and run the new simulation step but it give error like
E:\one_1.4.1&gt;one.bat -c 1 connections.txt

E:\one_1.4.1&gt;java -Xmx512M -cp .;lib/ECLA.jar;lib/
DTNSim -c 1 connections.txt
Run 1/1
Can&#039;t start: error in configuration file(s)
Can&#039;t find setting &#039;Scenario.connectionsOnlyMode&#039;
plz give me some solution....
thanking you....</description>
		<content:encoded><![CDATA[<p>hello sir,<br />
i was try to above install and run the new simulation step but it give error like<br />
E:\one_1.4.1&gt;one.bat -c 1 connections.txt</p>
<p>E:\one_1.4.1&gt;java -Xmx512M -cp .;lib/ECLA.jar;lib/<br />
DTNSim -c 1 connections.txt<br />
Run 1/1<br />
Can't start: error in configuration file(s)<br />
Can't find setting 'Scenario.connectionsOnlyMode'<br />
plz give me some solution....<br />
thanking you....</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads by shigs</title>
		<link>http://www.shigs.co.uk/2011/08/connection-simulation-based-on-the-one-simulator-without-map-and-movement-overheads/#comment-3192</link>
		<dc:creator>shigs</dc:creator>
		<pubDate>Sun, 19 Feb 2012 21:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=1204#comment-3192</guid>
		<description>Hello again Rajendra,

Sorry I don&#039;t have any experience visualising data using the One GUI - I don&#039;t use it in my work. You&#039;d be much better off asking that on The One mailing list - https://www.netlab.tkk.fi/mailman/listinfo/theone

However, message movement can be seen in the reports . Look at MessageGraphvizReport, MessageLocationReport and DeliveredMessagesReport in the directory named report.</description>
		<content:encoded><![CDATA[<p>Hello again Rajendra,</p>
<p>Sorry I don't have any experience visualising data using the One GUI - I don't use it in my work. You'd be much better off asking that on The One mailing list - <a href="https://www.netlab.tkk.fi/mailman/listinfo/theone" rel="nofollow">https://www.netlab.tkk.fi/mailman/listinfo/theone</a></p>
<p>However, message movement can be seen in the reports . Look at MessageGraphvizReport, MessageLocationReport and DeliveredMessagesReport in the directory named report.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The One Simulator by shigs</title>
		<link>http://www.shigs.co.uk/the-one-simulator/#comment-3190</link>
		<dc:creator>shigs</dc:creator>
		<pubDate>Sun, 19 Feb 2012 21:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?page_id=1382#comment-3190</guid>
		<description>Hey Rajendra,

I had the same problem as you, most of the data comes in completely different formats. What I did was to write different PHP methods to read the different data sets,  the code to output it into Connection Mode stayed the same. 

I used PHP because some of the data-sets from CRAWDAD come as MySQL dumps and I&#039;m most comfortable using PHP for MySQL, plus it&#039;s useful to have the converted files on a web server.

If you find a better way, or indeed have any more trace files which you have converted - please send them to me. I can upload them and share them here.

All the best,
Matt</description>
		<content:encoded><![CDATA[<p>Hey Rajendra,</p>
<p>I had the same problem as you, most of the data comes in completely different formats. What I did was to write different PHP methods to read the different data sets,  the code to output it into Connection Mode stayed the same. </p>
<p>I used PHP because some of the data-sets from CRAWDAD come as MySQL dumps and I'm most comfortable using PHP for MySQL, plus it's useful to have the converted files on a web server.</p>
<p>If you find a better way, or indeed have any more trace files which you have converted - please send them to me. I can upload them and share them here.</p>
<p>All the best,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The One Simulator by Rajendra</title>
		<link>http://www.shigs.co.uk/the-one-simulator/#comment-3184</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Sat, 18 Feb 2012 18:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?page_id=1382#comment-3184</guid>
		<description>Hello sir,
How did you convert the original traces to ONE format?
i make program in .net and convert dieselnet trace file into one compitable.
but different dataset has different parameter so how to make it general.
there are any logic to make it general. so please give me some suggestion.
thanhing you.</description>
		<content:encoded><![CDATA[<p>Hello sir,<br />
How did you convert the original traces to ONE format?<br />
i make program in .net and convert dieselnet trace file into one compitable.<br />
but different dataset has different parameter so how to make it general.<br />
there are any logic to make it general. so please give me some suggestion.<br />
thanhing you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads by Rajendra</title>
		<link>http://www.shigs.co.uk/2011/08/connection-simulation-based-on-the-one-simulator-without-map-and-movement-overheads/#comment-3182</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Sat, 18 Feb 2012 18:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=1204#comment-3182</guid>
		<description>hello sir,
i want to import external trace file in one simulator.
so how its possible give me step to import external file.
as well as i want to display message movment in my code so how its possible.
whenever i import that file then it display in GUI only up-down but i want to display message movement as well as.
thank you.....</description>
		<content:encoded><![CDATA[<p>hello sir,<br />
i want to import external trace file in one simulator.<br />
so how its possible give me step to import external file.<br />
as well as i want to display message movment in my code so how its possible.<br />
whenever i import that file then it display in GUI only up-down but i want to display message movement as well as.<br />
thank you.....</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Antnet for ns2.34 by shigs</title>
		<link>http://www.shigs.co.uk/2010/03/antnet-for-ns2-34/#comment-3174</link>
		<dc:creator>shigs</dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=50#comment-3174</guid>
		<description>Hi Aparna,

Appologies but i don&#039;t work in NS2 anymore. This is AntNet, not AntHocNet. I&#039;m sure somebody else has implemented AntHocNet for NS2 though, let me know how you get on.</description>
		<content:encoded><![CDATA[<p>Hi Aparna,</p>
<p>Appologies but i don't work in NS2 anymore. This is AntNet, not AntHocNet. I'm sure somebody else has implemented AntHocNet for NS2 though, let me know how you get on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads by shigs</title>
		<link>http://www.shigs.co.uk/2011/08/connection-simulation-based-on-the-one-simulator-without-map-and-movement-overheads/#comment-3173</link>
		<dc:creator>shigs</dc:creator>
		<pubDate>Wed, 15 Feb 2012 12:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=1204#comment-3173</guid>
		<description>Hi Maitrey, 

Please give the full error message and i&#039;ll see what I can do.</description>
		<content:encoded><![CDATA[<p>Hi Maitrey, </p>
<p>Please give the full error message and i'll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Antnet for ns2.34 by Aparna</title>
		<link>http://www.shigs.co.uk/2010/03/antnet-for-ns2-34/#comment-3165</link>
		<dc:creator>Aparna</dc:creator>
		<pubDate>Mon, 13 Feb 2012 03:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=50#comment-3165</guid>
		<description>hi,
      Can u plzzz send me the code for anthocnet in ns2 together with the steps to implement it</description>
		<content:encoded><![CDATA[<p>hi,<br />
      Can u plzzz send me the code for anthocnet in ns2 together with the steps to implement it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads by Maitrey Patel</title>
		<link>http://www.shigs.co.uk/2011/08/connection-simulation-based-on-the-one-simulator-without-map-and-movement-overheads/#comment-3149</link>
		<dc:creator>Maitrey Patel</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?p=1204#comment-3149</guid>
		<description>Hi Mathew,

I have downloaded all files mentioned and updated in my one 1.4.1 version.
But when i tried to compile ONE, it gives lots of errors for ConnectionFromFileInterface.java,but the error is same.

Error : class, interface or enum expected. 
I am not able to find what i have missed.
Please suggest me solution</description>
		<content:encoded><![CDATA[<p>Hi Mathew,</p>
<p>I have downloaded all files mentioned and updated in my one 1.4.1 version.<br />
But when i tried to compile ONE, it gives lots of errors for ConnectionFromFileInterface.java,but the error is same.</p>
<p>Error : class, interface or enum expected.<br />
I am not able to find what i have missed.<br />
Please suggest me solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The One Simulator by Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads &#124; Personal Blog of Matthew Orlinski</title>
		<link>http://www.shigs.co.uk/the-one-simulator/#comment-3122</link>
		<dc:creator>Connection Simulation For Trace files. Based on the ONE Simulator, without map and movement overheads &#124; Personal Blog of Matthew Orlinski</dc:creator>
		<pubDate>Thu, 02 Feb 2012 17:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.shigs.co.uk/?page_id=1382#comment-3122</guid>
		<description>[...] can get some real trace files for Connection Mode from here.   This entry was posted in ONE Simulator, Simulation, Social Data Analysis. Bookmark the [...]</description>
		<content:encoded><![CDATA[<p>[...] can get some real trace files for Connection Mode from here.   This entry was posted in ONE Simulator, Simulation, Social Data Analysis. Bookmark the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

