Skip to content

ahelsing/simple-wireless-tdma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-wireless-tdma

This is an ns3 (nsnam.org) module that originated with Hemanth Narra. It has been updated to work under ns3 3.30.1.

Put this full tree in <ns3>/src and build using ./waf build as usual.

Example

I have been able to run the tdma-example.cc by placing it under the scratch directory and putting tdmaSlots.txt in the top-level directory so that

./waf --run tdma-example

will run.

or do ./waf --run "tdma-example --PrintHelp" to see the possible arguments, including --tdmaSlotsFile to specify the relative path to a file specifying the TDMA slots. See sample under examples.

A configuration setting is missing somewhere to allow it to run from the src/simple-wireless-tdma/examples directory.

About

Hemanth Narra's ns3 simple-wireless-tdma module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Python 1.3%