Skip to content

A plugin for the open-source network simulator ns3 which gives a class for constructing wireless coverage regions fast using unit disk cover approximations.

Notifications You must be signed in to change notification settings

mgatc/ns3-udc-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UDC Allocator

UDC Allocator is a plugin for the open-source network simulator ns3 [1], giving a class capable of constructing wireless coverage regions fast. The underlying algorithms, solving the two-dimensional Unit Disk Cover (UDC) problem, were chosen after careful analysis in [2]. The example given shows the creation of a LoRa network with sensors placed randomly and measures the performance of networks with gateways placed by different UDC algorithms. Performance is measured by number of gateways placed and packet reception ratio.


Dependencies

  1. ns3 [1]
  2. CGAL [3]

References

[1] https://www.nsnam.org/

[2] https://doi.org/10.1007/978-3-030-34029-2_10

[3] https://www.cgal.org/

About

A plugin for the open-source network simulator ns3 which gives a class for constructing wireless coverage regions fast using unit disk cover approximations.

Topics

Resources

Stars

Watchers

Forks