Skip to content

Commit

Permalink
working pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
skapoor68 committed Feb 18, 2024
1 parent 0ac531c commit 9b97585
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.idea
*.pyc
dev_testing/
*.pdf
*.txt
!*.basic.txt
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Hypatia

## Steps to run on ARM Mac running Ubuntu

1. Generate forwarding state:
- `cd hypatia/paper/satellite_networks_state`
- Run main_starlink_500.py and see file for how to run in command line

2. Analyze and visualize routes:
- `cd hypatia/satgenpy`
- Run methods in satgen/post_analysis which have instructions running in command line

Hypatia is a low earth orbit (LEO) satellite network simulation framework. It pre-calculates network state over time, enables packet-level simulations using ns-3 and provides visualizations to aid understanding.

<a href="#"><img alt="Kuiper side-view" src="https://raw.githubusercontent.com/leosatsim/leosatsim.github.io/master/images/Kuiper_side_view.png" width="20%" /></a>
Expand Down

0 comments on commit 9b97585

Please sign in to comment.