Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-30 Thread Jeff Schwentner
-Original Message- From: Daniel Mahrenholz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 1:34 AM To: Jeff Schwentner Cc: ns-users@ISI.EDU Subject: Re: [ns] Simulating an embedded ad-hoc wireless protocol Jeff, you tried to compile GEA in the wrong order. You have to: 1

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-29 Thread Jeff Schwentner
Sent: Sunday, May 28, 2006 12:27 PM To: Jeff Schwentner Cc: ns-users@ISI.EDU Subject: Re: [ns] Simulating an embedded ad-hoc wireless protocol Hi Jeff, Jeff Schwentner schrieb: So if I understand correctly, I would embed our custom packets in UDP packets. This would include the RTS/CTS

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-29 Thread Daniel Mahrenholz
Jeff, you tried to compile GEA in the wrong order. You have to: 1. install GEA using ./configure make make install in the GEA source directory. 2. compile ns Step 1 will compile and install the native GEA version. This is not required for ns-2 at runtime. But you need the different include

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-28 Thread Daniel Mahrenholz
Hi Jeff, Jeff Schwentner schrieb: So if I understand correctly, I would embed our custom packets in UDP packets. This would include the RTS/CTS/ACK MAC packets in addition to the actual data packets. The MAC layer, as far as ns-2 is concerned, would just be a pass-through (not sending its

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-22 Thread Jeff Schwentner
@ISI.EDU Subject: Re: [ns] Simulating an embedded ad-hoc wireless protocol Hi, Jeff Schwentner schrieb: Has anyone simulated a mobile node using only send/receive functions with ns-2? I have an ad-hoc wireless protocol that has been implemented and fielded in an embedded system. I would

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-22 Thread Jeff Schwentner
PM To: Jeff Schwentner Cc: ns-users@ISI.EDU Subject: Re: [ns] Simulating an embedded ad-hoc wireless protocol Hi Jeff, Jeff Schwentner schrieb: Thanks for the reply! I read your paper (Unified Development and Deployment of Network Protocols). If I understand this correctly, it looks like

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-19 Thread Daniel Mahrenholz
Hi, Jeff Schwentner schrieb: Has anyone simulated a mobile node using only send/receive functions with ns-2? I have an ad-hoc wireless protocol that has been implemented and fielded in an embedded system. I would like to simulate it for performance benchmarking. My problem is that the

Re: [ns] Simulating an embedded ad-hoc wireless protocol

2006-05-18 Thread Jeff Schwentner
] Sent: Monday, May 15, 2006 3:12 PM To: ns-users@ISI.EDU Subject: [ns] Simulating an embedded ad-hoc wireless protocol Greetings, I have an ad-hoc wireless protocol that has been implemented and fielded in an embedded system. I would like to simulate it for performance benchmarking. My problem

[ns] Simulating an embedded ad-hoc wireless protocol

2006-05-15 Thread jeff-1
Greetings, I have an ad-hoc wireless protocol that has been implemented and fielded in an embedded system. I would like to simulate it for performance benchmarking. My problem is that the code is written in C and it has it's own custom implementation for the MAC, routing protocol, queueing,