We'd like to perform a Bluetooth network simulation. As far as we have researched, Bluetooth module has not been implemented in ns-3 and ns-2 modules recommended in this question have not been updated for years. We have not found any other simulation tool supporting this protocol apart from this mention to Qualnet, which I have not been able to verify on their website. Is there any current network simulation tool that includes a Bluetooth module or should we still use ns-2?
相关问题
- Why shouldn't I use pixels as unit with Box2D?
- Exchange data between google-glass and a android d
- Sending and Receiving an Invitation with Multipeer
- Seed setting: why is the output different after no
- How can I establish an AVRCP connection from Windo
相关文章
- Algorithm for partially filling a polygonal mesh
- Android 4.4: Bluetooth Low Energy; Connect without
- Converting a string to uint8_t array in C++
- Detect or Approximate Bluetooth Latency on Android
- Android Bluetooth - Paired vs Connected, what'
- bluetoothctl No default controller available
- Bluetooth LE Scanning Sometimes Doesn't Find D
- Can we wakeup the Android app via bluetooth or BLE
All the Bluetooth examples in ns-2.29/ucbt-0.9.8.2a/test/ are working OK :
$ ns-nist-pmipv6 1f.tcl
etc. etc. ( Except tcp.tcl, which causes "Segmentation fault", when the old executable 'ns-nist-pmipv6' is used with a contemporary "Linux OS".)Examples are :
Code : ns-2.29-nist-mob-022707.tgz ( + pmip6-for-ns-2.29-nist.patch )
NIST-MOB info :
. https://groups.google.com/forum/?fromgroups#!searchin/ns-users/nist|sort:date
. http://www.linuxquestions.org/questions/tags/nist-mob/
The compat-gcc-34-**-3.4.6 compilers from CentOS ( RHEL ) which can compile the old nist-mob code have been repacked to Debian packages. Versions are available for Ubuntu 10.04 + 10.10 and for Ubuntu 11.10 .. 15.04 .