Simulating Mobile P2P network with Clustering in NS2

219 views
Skip to first unread message

zaman alferoz

unread,
Nov 8, 2014, 1:21:41 AM11/8/14
to ns-u...@googlegroups.com

I want to create a mobile P2P network

  • with 'n' number of nodes.
  • Then according to it's location in the XY grid, nodes should self clustered and
  • finally some searching within the P2P network should applied too.

Since this has been done in Mobile P2P,

  • Chanel should be wireless and
  • a Mobility model should applied too. This can be applied from BonnMotion Generator for NS2 though

How to do this on NS2 ?

knudfl

unread,
Nov 8, 2014, 7:15:24 AM11/8/14
to ns-u...@googlegroups.com
Hi .

? Did you read about any of the already existing {ns2  p2p protocols } ?
(  My text backups are attached. )

-
p2p-bittorrent_TextFile.txt
README.md_ebine.txt
p2p-TextFile-2014.txt

zaman alferoz

unread,
Nov 8, 2014, 8:07:12 AM11/8/14
to ns-u...@googlegroups.com
Thanks for replying, but my P2P protocol is little bit different, and your links are not working either. 

--
You received this message because you are subscribed to a topic in the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-users/3042r9AEVDg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.



--
Signed by
Zaman Alferoz
--MSA--
--UCSC--

knudfl

unread,
Nov 8, 2014, 8:38:52 AM11/8/14
to ns-u...@googlegroups.com

knudfl

unread,
Nov 8, 2014, 1:17:33 PM11/8/14
to ns-u...@googlegroups.com

zaman alferoz

unread,
Nov 9, 2014, 5:56:47 AM11/9/14
to ns-u...@googlegroups.com
can you guide me how to cluster the nodes automatically? 

zaman alferoz

unread,
Nov 27, 2014, 10:11:29 AM11/27/14
to ns-u...@googlegroups.com
This is just a reply not related to this thread. But wanted to know an answer for this problem

There are some n wireless nodes in the network, each of node responsible for keeping m data items, data items can be integers or complex data items. Randomly each nodes will want to know the specific data item. So a searching mechanism should be implemented. How to do this in Ns2?

fifth...@gmail.com

unread,
Dec 16, 2015, 3:27:15 AM12/16/15
to Network Simulator 2 (NS2)
please knudfl can you help me to implement p2p in ns2.35 ?

knudfl

unread,
Dec 16, 2015, 7:19:43 AM12/16/15
to Network Simulator 2 (NS2)
@fifth...@gmail.com ,   Hi.

p2p Zetasim, ns-2.35 :
$ tar xvf ns-allinone-2.35_gcc482.tar.gz
https
://drive.google.com/file/d/0B7S255p3kFXNSGJCZ2YzUGJDVk0/view?usp=sharing
$ cd ns
-allinone-2.35/
$ patch
-p0 < p2p-ZetaSim_ns235.patch
$
./install
$ cs ns
-2.35/
$ cp ns ns235
-p2p-zeta
# make install
# cp ns235-p2p-zeta /usr/local/bin/
Simulation :  $ ns235-p2p-zeta full-connected.tcl

-

knudfl

unread,
Dec 16, 2015, 7:23:47 AM12/16/15
to Network Simulator 2 (NS2)
Correction, typo : "cs ns-2.35/" must of course be 'cd ns-2.35/'

-

fifth...@gmail.com

unread,
Dec 16, 2015, 7:39:14 AM12/16/15
to Network Simulator 2 (NS2)
thanks knudfl, but before tried to install it please i want to know some things:
is Zetasim support live video streaming?
can i combine it with other platform?

fifth year

unread,
Dec 17, 2015, 2:04:39 PM12/17/15
to ns-u...@googlegroups.com
Hello Dr.knudfl
how are you
please idon't want new packet, but i want to help me to install zitasim on my program to compatible it with my previous work
please help me

fifth...@gmail.com

unread,
Dec 20, 2015, 3:48:21 AM12/20/15
to Network Simulator 2 (NS2)
can any one provide me with all steps to add zetasim to my program
To unsubscribe from this group and all its topics, send an email to ns-users+unsubscribe@googlegroups.com.

fifth...@gmail.com

unread,
Dec 23, 2015, 1:52:52 AM12/23/15
to Network Simulator 2 (NS2)
good morning
thanks Dr. knudfl for your help
i con run zetasim .
and now i have new ques. please
how i can add new app to zeta environment "can i combine zetasim with other app?"

fifth year

unread,
Jan 2, 2016, 3:32:31 AM1/2/16
to ns-u...@googlegroups.com
i need to evaluate live video streaming in p2p network
please can you help me?

--
You received this message because you are subscribed to a topic in the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-users/3042r9AEVDg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-users+u...@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.

fifth...@gmail.com

unread,
Jan 7, 2016, 9:35:18 AM1/7/16
to Network Simulator 2 (NS2)
hello Dr. knudfl
please can you provide me with any example that use evalvid+zetasim in the same time


On Saturday, January 2, 2016 at 1:32:31 PM UTC+5, fifth year wrote:
i need to evaluate live video streaming in p2p network
please can you help me?
On Wed, Dec 23, 2015 at 11:52 AM, <fifth...@gmail.com> wrote:
good morning
thanks Dr. knudfl for your help
i con run zetasim .
and now i have new ques. please
how i can add new app to zeta environment "can i combine zetasim with other app?"

On Saturday, November 8, 2014 at 11:21:41 AM UTC+5, zaman alferoz wrote:

I want to create a mobile P2P network

  • with 'n' number of nodes.
  • Then according to it's location in the XY grid, nodes should self clustered and
  • finally some searching within the P2P network should applied too.

Since this has been done in Mobile P2P,

  • Chanel should be wireless and
  • a Mobility model should applied too. This can be applied from BonnMotion Generator for NS2 though

How to do this on NS2 ?

--
You received this message because you are subscribed to a topic in the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-users/3042r9AEVDg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-users+unsubscribe@googlegroups.com.

fifth...@gmail.com

unread,
Feb 7, 2016, 1:19:20 PM2/7/16
to Network Simulator 2 (NS2)
which type of file i can transfer over zetasim?
and how i can modify shared file?



On Saturday, November 8, 2014 at 11:21:41 AM UTC+5, zaman alferoz wrote:
Reply all
Reply to author
Forward
0 new messages