File | Date | Author | Commit |
---|---|---|---|
repo | 2014-04-29 |
![]() |
[d08428] initial commit |
resources | 2014-05-20 |
![]() |
[56e210] progress toward a functioning coverage display |
src | 2014-05-25 |
![]() |
[64b293] added functionality to satellite info button |
test | 2014-05-23 |
![]() |
[5f0bb9] updated license info |
.gitignore | 2014-05-04 |
![]() |
[6d3b93] added constellation info-panel updates |
CREDITS | 2014-04-30 |
![]() |
[dc14b2] added license, readme, and credits info |
LICENSE | 2014-05-23 |
![]() |
[5f0bb9] updated license info |
README.md | 2014-05-25 |
![]() |
[4030a1] Update README.md |
project.clj | 2014-05-25 |
![]() |
[64b293] added functionality to satellite info button |
Satellite constellation analysis software.
Currently a work in progress. The purpose of this software is to efficiently
model satellite coverage, and possibly other useful constellation management
metrics. To build from source, import the project into Nightcode (tested
using version 0.3.5) and select Build
to download the code dependencies and
generate a stand-alone (executable) JAR.
To run the stand-alone JAR file, using Java 7 or higher, execute:
java -jar satmod-lambda-XXX-standalone.jar
replacing XXX
with the version number.
Copyright (c) 2014 David RC Dayton
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.