[ns] WiMAX System Model releases for ns-2

2009-07-24 Thread Erich Izdepski
The ns-2 WiMAX System Model latest release (2.6) is available. See this forum for info: http://community.4gdeveloper.com/projects/community/boards/show/11 If you are interested in assisting in the further development of the WiMAX System Model for ns-2, please contact 4gdevad...@gmail.com

[ns] Link Layer + Protocols

2009-07-24 Thread Dalton Cézane
Can anyone explain me how I can link my protocol (code) with the link layer (code of MAC 802.11), for instance? In this case I have a protocol that communicates with the link layer and network layer... I would be very grateful! [ ] -- === Dalt

Re: [ns] tracefile events not sorted by time error warning

2009-07-24 Thread Oladapo Oluwadiya
i m able to get a probable solution on this website which shows how to solve the problem  (tracefile events not sorted by time) http://sokoyo.csit.tw/~blog/2008-07-10/155 but i dont know how to convert %.9f to time format characters bearing in mind that the TR files produces time in the format

[ns] tracefile events not sorted by time error warning

2009-07-24 Thread Oladapo Oluwadiya
I got this error when i tried running my nam simulation:  tracefile events not sorted by time. What could be wrong? below is the tcl script # Copyright (c) 1997 Regents of the University of California. # All rights reserved. # # Redistribution and use in source and binary forms, with or without

[ns] NS execution fault

2009-07-24 Thread El hadi Cherkaoui
hi all, i have this error when i execut my code: terminate called after throwing an instance of 'std::out_of_range' what():  vector::_M_range_check Someone can tell me what's this fault due ? thanx

[ns] Strange TCP Cubic behavior (maybe)

2009-07-24 Thread dgenin
Hello, I am currently working on mathematical analysis of TCP Cubic and have been digging through ns2-2.33 code in tcp/linux/src to try to understand exactly how the congestion control of Cubic works. To trace the internal variables I added the following line printf("%lu %lu %lu %llu %lu %lu\n"

[ns] QoS Information

2009-07-24 Thread MikeAngelo
Hi, I am working on the Wimax patch for NS and trying to study QoS and Scheduling How do I obtain QoS information such as : Delay Packet Loss Jitter Throughput and use the above QoS data in variables in the tcl script. I have tried using variable binding but it doesn't seem to work. What c

[ns] Good approach to extend MAC 802_11Ext

2009-07-24 Thread Karsten Roscher
Hello. I am working on incorporating some MAC functionalities from the 802.11e standard and later based on this some ideas from the 802.11s draft into ns-2 (version 2.34) for my thesis. After some analysis I thought that the new 802.11 MAC (found in mac-802_11Ext) should be a good basis and the a