<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>Elmurod A. Talipov</title>
	<link>http://elmurod.net/wps</link>
	<description>Me and My Research</description>
	<lastBuildDate>Wed, 21 Apr 2010 10:58:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Getting Node Position and Energy in NS2</title>
		<description><![CDATA[It has been really long time since my last post my and  I am back. Finally, I could make little time to write this post. I believe such information is available in elsewhere. But, I also believe explaining simple method of obtaining node position and current remaining energy would help  a lot of people. I [...]]]></description>
		<link>http://elmurod.net/wps/?p=348</link>
			</item>
	<item>
		<title>How to Add  New Routing Protocol in NS2</title>
		<description><![CDATA[Writing routing protocol is fairly easy in NS2, but for beginners it seems very difficult.  Therefore, if you are new to NS2 and want to write your own routing protocol, I would strongly recommend to revise AODV source code. Because, I believe AODV source code is straightforward and fairly easy to understand due to the [...]]]></description>
		<link>http://elmurod.net/wps/?p=157</link>
			</item>
	<item>
		<title>Simple method to analyze NS2 Trace file</title>
		<description><![CDATA[Today I am going to show a simple perl code to analyze NS2 trace file as an example of AODV routing protocol. As you know when you run simulation, NS2 generates a trace file like sometrace.tr. It will give a lot of information about your simulation result. Not knowing how to analyze this file it [...]]]></description>
		<link>http://elmurod.net/wps/?p=302</link>
			</item>
	<item>
		<title>Adding Malicious Node to AODV</title>
		<description><![CDATA[Many people have asked me how to implement malicious drop in AODV. I have decided to write simple code for adding malicious node in AODV ( or in any routing protocol).
First you need to modify aodv.cc and aodv.h files.  In aodv.h after
/*  The Routing Agent */
class AODV: public Agent {
...
/*
* History management
*/
double 		PerHopTime(aodv_rt_entry *rt);
...

add following [...]]]></description>
		<link>http://elmurod.net/wps/?p=196</link>
			</item>
	<item>
		<title>Re-gaining Root Access after Cupcake Install</title>
		<description><![CDATA[The Official HTC website has been updated to offer instructions on how users can flash their Android Dev Phones with a factory Android platform system image and associated radio images.
With these system image files, Android dev phone users can:
Keep their Dev Phone up to date with the latest Android system images Test their application on [...]]]></description>
		<link>http://elmurod.net/wps/?p=192</link>
			</item>
	<item>
		<title>Connect G1 to Ad-hoc network</title>
		<description><![CDATA[This guide will help you to connect your G1 to laptop's Ad-hoc wireless network.
Requirements:
1. Rooted G1 phone.
2. Terminal emulator. (You can download it here or from Android market)
3. Busybox for android. (download)
Steps:
1. Install Terminal emulator
I assume that most of you guys already have this since it is essential for root access.
For those who don't have [...]]]></description>
		<link>http://elmurod.net/wps/?p=186</link>
			</item>
	<item>
		<title>Login as a root from GUI Fedora 11</title>
		<description><![CDATA[WARNING : It is not advised to login as root in graphical mode ! Don't blame me if something goes wrong !
In Fedora 11 You cannot login from gui as a root.By Default only users are allowed to login from gui mode.
I Managed to Login as a root from GUI on Fedora 11. Follow these [...]]]></description>
		<link>http://elmurod.net/wps/?p=181</link>
			</item>
	<item>
		<title>A Wireless Sensor Networks Bibliography</title>
		<description><![CDATA[Here is the list of sensor network bibliography prepared by Autonomous Networks Research Group at USC. () means the number of papers available on this topic. I believe this list will be very useful to decide your future research, and write your related work.
Topic 1: Introduction
1. Visions and Applications (27)
2. Hardware (15)
3. Surveys and Taxonomy [...]]]></description>
		<link>http://elmurod.net/wps/?p=144</link>
			</item>
	<item>
		<title>Sensor Network 802.15.4 AODV Simulation</title>
		<description><![CDATA[The reason to write this topic is many people asked me how to simulate sensor networks. Obviously, authors of 802.15.4/Zigbee protocol developers on NS2 have given a sample examples. But, these examples do not run correctly, and give some kind of unknown error (at least I don't know what errors mean). Therefore, I have decided [...]]]></description>
		<link>http://elmurod.net/wps/?p=72</link>
			</item>
	<item>
		<title>How do I restart Linux network service?</title>
		<description><![CDATA[RedHat Linux command to reload or restart network (login as root user):
service network restart
OR
/etc/init.d/network restart
To start Linux network service:
service network start
To stop Linux network service:
service network stop
Debian Linux command to reload or restart network:
/etc/init.d/networking restart
To start Linux network service:
/etc/init.d/networking start
To stop Linux network service:
/etc/init.d/networking stop
Ubuntu Linux user use sudo command with above Debian Linux command:
sudo [...]]]></description>
		<link>http://elmurod.net/wps/?p=62</link>
			</item>
</channel>
</rss>
