-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocs.html
188 lines (166 loc) · 8.14 KB
/
docs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="All of the available documentation for the NanoSat MO Framework.">
<meta name="author" content="NanoSat MO Framework">
<title>Documentation - NanoSat MO Framework</title>
<!-- Icon
<link rel="icon" type="image/png" href="img/myicon.png">
-->
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Bootstrap Social -->
<link href="css/bootstrap-social.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Social Media metatags -->
<meta property="og:site_name" content="NanoSat MO Framework"/>
<meta property="og:title" content="Documentation - NanoSat MO Framework"/>
<meta property="og:url" content="https://nanosat-mo-framework.github.io/docs.html"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="All of the available documentation for the NanoSat MO Framework."/>
<meta property="og:image" content="https://nanosat-mo-framework.github.io/img/NMF_logo_square_2560_1320.png"/>
<meta property="og:image:width" content="2560"/>
<meta property="og:image:height" content="1320"/>
<meta itemprop="name" content="Documentation - NanoSat MO Framework"/>
<meta itemprop="url" content="https://nanosat-mo-framework.github.io/docs.html"/>
<meta itemprop="description" content="All of the available documentation for the NanoSat MO Framework."/>
<meta itemprop="thumbnailUrl" content="https://nanosat-mo-framework.github.io/img/NMF_logo_square_2560_1320.png"/>
<link rel="image_src" href="2560" />
<meta itemprop="image" content="1320"/>
<meta name="twitter:title" content="Documentation - NanoSat MO Framework"/>
<meta name="twitter:image" content="https://nanosat-mo-framework.github.io/img/NMF_logo_square_2560_1320.png"/>
<meta name="twitter:url" content="https://nanosat-mo-framework.github.io/docs.html"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="All of the available documentation for the NanoSat MO Framework."/>
<meta name="description" content="A software framework for small satellites based on the latest CCSDS standards." />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110092286-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110092286-1');
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-white fixed-top border-bottom box-shadow">
<div class="container">
<a class="navbar-brand" href="/">
<div class="logo">
<img src="img/NMF_logo_1124_63.png" height="100%" width="100%"
style="max-width: 300px;" alt="NanoSat MO Framework logo">
</div>
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="missions.html">Missions</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/esa/nanosat-mo-framework/tree/master">GitHub</a></li>
<li class="nav-item"><a class="nav-link" href="docs.html">Documentation</a></li>
<li class="nav-item"><a class="nav-link" href="interfaces/index.html">Interfaces</a></li>
<li class="nav-item"><a class="nav-link" href="apps.html">Apps Lounge</a></li>
</ul>
</div>
</div>
</nav>
<!--
<div class="intro-apps">
<div class="container">
<div class="row">
<div class="col-lg-6">
</div>
<div class="col-lg-6">
<br><br><br>
<br><br><br>
</div>
</div>
</div>
</div>
-->
<section class="jumbotron jumbotron-fluid text-center jumbo-white-color">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Documentation</h2>
<br>
<p>A quick introduction on the NanoSat MO Framework is available: <a href="https://en.wikipedia.org/wiki/NanoSat_MO_Framework">Wikipedia</a></p>
<p>The documentation of the NanoSat MO Framework is available: <a href="https://github.com/esa/nanosat-mo-framework/tree/dev/sdk/sdk-package/src/main/resources/docs">here</a></p>
<p>The interfaces of the NanoSat MO Framework are available: <a href="interfaces/index.html">Interfaces page</a></p>
<p>There is also online documentation hosted on: <a href="https://nanosat-mo-framework.readthedocs.io/en/latest/">"Read the Docs" website</a></p>
<br><br>
<a href="https://nanosat-mo-framework.readthedocs.io/en/latest/">
<img src="img/readthedocs_logo-wordmark-dark.svg" height="100%"
width="100%" style="max-width: 300px; max-height: 60px;"
alt="Read the Docs logo">
</a>
</div>
</div>
</div>
</section>
<section class="jumbotron jumbotron-fluid text-center jumbo-white-color">
<div class="container">
<div class="row">
<div class="col-lg-3">
</div>
<div class="col-lg-6">
<h2>Literature</h2>
<br>
<p>PhD Dissertation: <a href="https://www.researchgate.net/publication/321825076">A Software Framework for Nanosatellites based on CCSDS Mission Operations Services with Reference Implementation for ESA's OPS-SAT Mission</a></p>
<p>
<a href="http://arc.aiaa.org/doi/pdf/10.2514/6.2016-2624">NanoSat MO Framework: Achieving On-board Software Portability</a>
<br><a href="https://www.researchgate.net/publication/275639081_CCSDS_Mission_Operations_Services_on_OPS-SAT">CCSDS Mission Operations Services on OPS-SAT</a>
<br><a href="http://arc.aiaa.org/doi/pdf/10.2514/6.2016-5301">OPS-SAT Experiments’ Software Management with the NanoSat MO Framework</a>
<br><a href="https://www.researchgate.net/publication/316588347_NanoSat_MO_Framework_When_OBSW_turns_into_apps">NanoSat MO Framework: When OBSW turns into apps</a>
<br><a href="https://www.researchgate.net/publication/320267505_NanoSat_MO_Framework_Drill_down_your_nanosatellite%27s_platform_using_CCSDS_Mission_Operations_services">NanoSat MO Framework: Drill down your nanosatellite’s platform using CCSDS Mission Operations services</a>
<br><a href="https://nanosat-mo-framework.readthedocs.io/en/latest/">ReadTheDocs documentation and tutorial</a>
</p>
</div>
</div>
</div>
</section>
<section class="jumbotron jumbotron-fluid text-center jumbo-white-color">
<div class="container">
<div class="row">
<div class="col-lg-12" style="text-align:center">
<img class="img-fluid" src="img/NMF_logo_1124_63.png" height="100%"
width="100%" style="max-width: 750px;" alt="NanoSat MO Framework logo">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 jumbo-gray-color border-top">
<div class="container text-center">
<div class="row">
<div class="col-lg-3 footer-phone">
</div>
<div class="col-lg-6">
<!--
<p><b>NanoSat MO Framework</b></p>
<a class="footy" href="download.php?version=Windows">Missions</a>
<a class="footy" href="download.php?version=Mac">GitHub</a>
<a class="footy" href="download.php?version=Windows">Documentation</a>
<a class="footy" href="download.php?version=Mac">Apps Lounge</a>
<br>
-->
<small>
<p>Copyright © NanoSat MO Framework<br>2022 - All rights reserved</p>
</small>
</div>
<div class="col-lg-3 footer-phone">
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>