Hello fellow NS2 users, We are currently working on a project to simulate optimized scheduling schemes (dynamic channel allocation and connection admission control) for UMTS UTRA TDD networks. We have coded our optimized schedulig in C++. We are trying to simulate this scheduling scheme using ns2 . We have read the Mark Greiss ( http://www.isi.edu/nsnam/ns/tutorial/index.html) and NS by Examples tutorials(http://nile.wpi.edu/NS/linkage.html ) , but don't truly understand how we should go about implementing our c++ Scheduling Scheme in ns2 simulations to carry out throughput analysis.
Our c++ code generate a 3D matrix of stations, route and channel. Assigning a channel to a station on a spesific route and assigning 1 to that entry. Due to a lot of computation, we figured it would be a good idea to generate this matrix using c++, and somehow export the result (our 3D matrix) into tcl code for simulation and throughput analysis. Are we on the right track?? Can anyone provide any guidance on this please? Nisar and Jason Queen's University, Canada
