Skip to content

Commit 2355ffe

Browse files
committed
updated repo to estnet v1.0
This commit updates the Github repository to the latest version of ESTNeT
1 parent a7b431c commit 2355ffe

263 files changed

Lines changed: 10293 additions & 1844 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cproject

Lines changed: 249 additions & 124 deletions
Large diffs are not rendered by default.

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ precompiled_*.h.*
3030
/tutorials/*/cache/
3131
/tutorials/*/data/
3232
/tutorials/wireless/html/
33+
/tests/work/
3334
/tests/*/work/
3435
/tests/*/*/work/
3536
/tests/*/results*/
@@ -71,7 +72,7 @@ out/
7172
.cmdenv-log
7273
netanim-trace.txt
7374
*.out
74-
#contact plan tools for linux users
75+
# contact plan tools, only applies to unix os
7576
contactplan/ContactGraphEval
7677
contactplan/ContactPlanPostProcessor
7778
contactplan/IndependentSetsCreator
@@ -86,4 +87,9 @@ backups
8687
*~
8788
xxx
8889
/tmp/
89-
*.tmp*
90+
*.tmp*
91+
92+
# workspace config files
93+
.vscode/
94+
*.code-workspace
95+

.gitlab-ci.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
default:
2+
image: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/estnet_docker/archlinux/opp-estnet-headless
3+
4+
stages:
5+
- build
6+
- test
7+
8+
build_release:
9+
stage: build
10+
cache:
11+
policy: push
12+
paths:
13+
- src/Makefile
14+
- src/libESTNeT.so
15+
- src/libESTNeT_dbg.so
16+
- out
17+
script:
18+
- cd src && INET4_PROJ=/workspace/inet4 ./makemake
19+
- make MODE=release
20+
21+
test_examples:
22+
stage: test
23+
cache:
24+
policy: pull
25+
paths:
26+
- src/Makefile
27+
- src/libESTNeT.so
28+
- src/libESTNeT_dbg.so
29+
- out
30+
script:
31+
- env -C tests/examples ./runtests.sh
32+
- env -C examples/orbitpropagation opp_run -u Cmdenv -c Kepler -n '../../src/estnet;/workspace/inet4/src' -l ../../out/gcc-release/src/ESTNeT
33+
34+
test_non_opp:
35+
stage: test
36+
cache:
37+
policy: pull
38+
paths:
39+
- src/Makefile
40+
- src/libESTNeT.so
41+
- src/libESTNeT_dbg.so
42+
- out
43+
script:
44+
- env -C tests/unit ./runtests.sh

.nedfolders

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
examples
12
src

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,9 @@ Further information on ESTNeT can be found in the following paper: https://doi.o
88

99
If you use ESTNeT for publications please cite this paper.
1010

11-
![A System Overview should be shown here.](./figures/estnet_diagram.png?raw=true "System overview")
12-
1311

1412
# Getting started
1513

1614
Guidelines for the installation of ESTNeT can be found in the file **[INSTALL.md](INSTALL.md)**
1715

1816
A template project is provided [here](https://github.com/estnet-framework/estnet-template) to simplify the use of ESTNeT as a library.
19-
20-
# User guidelines:
21-
- [Running a simulation from the command line](wiki/Running-a-simulation-from-the-command-line.md)
22-
- [Creating a contact plan](wiki/creating-a-contact-plan.md)
23-
- [ini file options](wiki/ini-file-options.md)
24-
- [Creating earth map for offline use](wiki/creating-earth-map-for-offline-use.md)
25-
- [Publisher Subscriber](wiki/Publisher-Subscriber-Feature-for-external-interfacing.md)
26-
- [Submitting Code](wiki/Submitting-Code.md)

data/UWEModel.STL

1.97 MB
Binary file not shown.

data/a_b_raindrop_attenuation.csv

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
#f[GHz];a_LPL; a_LPH; a_MP; a_J-T; a_J-D; b_LPL; b_LPH; b_MP; b_J-T; b_J-D
2+
1.0;0.0000641;0.0000526;0.0000860;0.0000471;0.0000863;0.8910;0.9470;0.8530;0.8990;0.8430
3+
1.5;0.0001450;0.0001140;0.0001930;0.0000931;0.0001950;0.9080;0.9760;0.8700;0.9670;0.8470
4+
2.0;0.0002610;0.0001960;0.0003450;0.0001360;0.0003470;0.9300;1.0120;0.8910;1.0690;0.8510
5+
2.5;0.0004160;0.0002960;0.0005460;0.0001630;0.0005480;0.9550;1.0540;0.9170;1.2020;0.8570
6+
3.0;0.0006150;0.0004120;0.0007990;0.0002090;0.0008010;0.9840;1.1000;0.9470;1.3030;0.8640
7+
3.5;0.0008610;0.0005420;0.0011100;0.0003080;0.0011100;1.0150;1.1500;0.9810;1.3510;0.8710
8+
4.0;0.0011600;0.0006840;0.0014700;0.0005080;0.0014800;1.0490;1.2020;1.0160;1.3500;0.8790
9+
5.0;0.0019400;0.0011200;0.0024100;0.0013800;0.0024000;1.1130;1.2740;1.0790;1.2880;0.8960
10+
6.0;0.0030500;0.0019900;0.0037100;0.0030600;0.0035900;1.1580;1.2850;1.1240;1.2210;0.9130
11+
7.0;0.0045500;0.0033600;0.0054400;0.0055700;0.0050700;1.1800;1.2700;1.1470;1.1670;0.9290
12+
8.0;0.0064900;0.0053500;0.0076500;0.0090700;0.0068600;1.1870;1.2450;1.1560;1.1180;0.9430
13+
9.0;0.0088800;0.0080300;0.0104000;0.0129000;0.0089600;1.1850;1.2160;1.1550;1.0910;0.9570
14+
10.0;0.011700;0.0114000;0.0136000;0.0169000;0.0114000;1.1780;1.1890;1.1500;1.0760;0.9680
15+
11.0;0.015000;0.0152000;0.0173000;0.0212000;0.0141000;1.1710;1.1670;1.1430;1.0650;0.9770
16+
12.0;0.018600;0.0196000;0.0215000;0.0262000;0.0172000;1.1620;1.1500;1.1360;1.0520;0.9850
17+
15.0;0.032100;0.0347000;0.0368000;0.0466000;0.0282000;1.1420;1.1190;1.1180;1.0100;1.0030
18+
20.0;0.062600;0.0709000;0.0719000;0.0938000;0.0530000;1.1190;1.0830;1.0970;0.9460;1.0200
19+
25.0;0.105000;0.1320000;0.1210000;0.1730000;0.0861000;1.0940;1.0290;1.0740;0.8840;1.0330
20+
30.0;0.162000;0.2260000;0.1860000;0.2740000;0.1280000;1.0610;0.9640;1.0430;0.8230;1.0440
21+
35.0;0.232000;0.3450000;0.2680000;0.3720000;0.1800000;1.0220;0.9070;1.0070;0.7810;1.0530
22+
40.0;0.313000;0.4670000;0.3620000;0.4510000;0.2410000;0.9810;0.8640;0.9720;0.7600;1.0580
23+
50.0;0.489000;0.6690000;0.5790000;0.6290000;0.3870000;0.9070;0.8150;0.9050;0.7090;1.0530
24+
60.0;0.658000;0.7960000;0.8010000;0.8040000;0.5580000;0.8500;0.7940;0.8510;0.6020;1.0350
25+
70.0;0.801000;0.8690000:1.0000000;0.8330000;0.7400000;0.8090;0.7840;0.8120;0.6610;1.0090
26+
80.0;0.924000;0.9130000:1.1900000;0.8090000;0.9220000;0.7780;0.7800;0.7810;0.6740;0.9800
27+
90.0;1,020000;0.9450000:1.3500000;0.8570000;1.1000000;0.7560;0.7760;0.7530;0.6630;0.9530
28+
100.0;1.08000;0.9660000:1.4800000;0.9610000;1.2600000;0.7420;0.7740;0.7300;0.6370;0.9280
29+
110.0;1.12000;0.9790000:1.5900000;1.0600000;1.4100000;0.7340;0.7710;0.7140;0.6140;0.9040
30+
120.0;1.15000;0.9810000:1.6700000;1.1000000;1.5500000;0.7270;0.7710;0.7020;0.6040;0.8820
31+
150.0;1.25000;0.9930000:1.8800000;1.0400000;1.8900000;0.7030;0.7690;0.6770;0.6100;0.8290
32+
200.0;1.46000;1.0500000:2.0600000;1.0100000;2.3300000;0.6680;0.7640;0.6480;0.6120;0.7750
33+
250.0;1.49000;1,0400000:2.1300000;0.9830000;2.6000000;0.6600;0.7630;0.6340;0.6140;0.7240
34+
300.0;1.44000;1.0000000:2.2400000;0.9760000;2.7800000;0.6610;0.7640;0.6140;0.6110;0.6920
35+
350.0;1.44000;0.9900000:2.2300000;0.9680000;2.8700000;0.6590;0.7650;0.6100;0.6090;0.6730
36+
400.0;1.40000;0.9690000:2.1900000;0.9510000;2.9200000;0.6600;0.7650;0.6110;0.6100;0.6640
37+
500.0;1.33000;0.9300000:2.1400000;0.9340000;2.9400000;0.6660;0.7670;0.6110;0.6090;0.6500
38+
600.0;1.28000;0.9020000:2.1100000;0.9200000;2.9600000;0.6690;0.7680;0.6090;0.6080;0.6300
39+
700.0;1.25000;0.8840000:2.0800000;0.9010000;2.9600000;0.6710;0.7690;0.6100;0.6100;0.6200
40+
800.0;1.22000;0.8680000:2.0500000;0.8840000;2.9400000;0.6720;0.7700;0.6100;0.6110;0.6160
41+
900.0;1.21000;0.8580000:2.0300000;0.8690000;2.9100000;0.6730;0.7700;0.6100;0.6130;0.6140
42+
1000.0;1.1900;0.8500000:2.0000000;0.8560000;2.8900000;0.6740;0.7710;0.6100;0.6150;0.6120

data/blueMarble.earth

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<map name="simple" type="geocentric" version="2">
2+
<image driver="osg">
3+
<!-- Texture saved from https://visibleearth.nasa.gov/images/73726/june-blue-marble-next-generation-w-topography-and-bathymetry -->
4+
<url>blueMarble.jpg</url>
5+
<profile>global-geodetic</profile>
6+
</image>
7+
</map>

data/blueMarble.jpg

2.27 MB
Loading

data/earthObstacle.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<environment>
2+
<shape id="1" type="sphere" radius="6378137"/>
3+
<object position="center 0 0 0" orientation="0 0 0" shape="1" material="concrete" fill-color="203 65 84" opacity="0.8"/>
4+
</environment>

0 commit comments

Comments
 (0)