Skip to content

Latest commit

 

History

History
 
 

ns3-sat-sim

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Low earth orbit satellite network simulation using ns-3

Hypatia makes use of ns-3 to simulate the satellite networks at packet-level granularity. It builds upon two ns-3 modules:

Getting started

  1. Install dependencies (inherited from basic-sim ns-3 module):

    sudo apt-get update
    sudo apt-get -y install openmpi-bin openmpi-common openmpi-doc libopenmpi-dev lcov gnuplot
    pip install numpy statsmodels
    pip install git+https://github.com/snkas/[email protected]
    git submodule update --init --recursive
    
  2. Build optimized:

    bash build.sh --optimized