mmac-README
上传用户:sdhqmy
上传日期:2015-12-07
资源大小:63k
文件大小:1k
源码类别:

3G开发

开发平台:

C/C++

  1. Multichannel Mac implementation
  2. by Jungmin So (jso1@uiuc.edu)
  3. - The PSM code (beacon transmissions) is based on
  4. Lindgren's work (http://www.sm.luth.se/~dugdale/index/software.shtml)
  5. - MMAC is implemented on ns-2.1b9a version
  6. - put ns-mmac.tar in folder ns-2.1b9a
  7. - tar xvf ns-mmac.tar
  8. - make (maybe you want to do "make clean" to rebuild all)
  9. - ./ns mmac-test.tcl to test it out.
  10. - If you want to, you can run ./ns dca-test.tcl to test DCA protocol.
  11. - the list of modified files is in the file "modified-files"
  12. The code also has implementation of DCA protocol,
  13. so I hope you don't get confused.