Skip to content

LSTS/neptus

Folders and files

NameName
Last commit message
Last commit date
Aug 24, 2024
Jan 7, 2025
Jan 19, 2025
Jun 2, 2020
Jan 7, 2025
Mar 18, 2025
Jan 7, 2025
Jan 7, 2025
May 18, 2020
Feb 19, 2025
Oct 19, 2020
Dec 4, 2015
Dec 16, 2023
Feb 26, 2025
Mar 21, 2025
Sep 11, 2015
Jan 7, 2025
Apr 9, 2024
Feb 3, 2024
Feb 17, 2021
Dec 16, 2015
Nov 14, 2024
Jun 2, 2020
Nov 25, 2021
Jan 7, 2025
Jan 7, 2025
Feb 19, 2025
Jan 18, 2022
Nov 30, 2021
Nov 30, 2021
Nov 26, 2021
Dec 29, 2015
Aug 3, 2023

Repository files navigation

Neptus, Command and Control Framework

Copyright © 2004-2025 Universidade do Porto - Faculdade de Engenharia Laboratório de Sistemas e Tecnologia Subaquática (LSTS) All rights reserved. Rua Dr. Roberto Frias s/n, sala I203, 4200-465 Porto, Portugal

This software is provided using a dual license. One commercial and for that contact licensing@lsts.pt or lsts@fe.up.pt, and another using a modified "European Union Public Licence - EUPL v.1.1 Usage" (check the included LICENSE.md file).

For developers: please read javadoc/overview-and-developers-guide.html.

For more information check Neptus web site (http://www.lsts.pt/toolchain/neptus/).

Build Status Java CI with Gradle


You can tweak the launching of the application by creating a file named "neptus.vmoptions" next to the launcher at the root directory. In it you can set scaling for hi dpi monitors (only needed on Linux), or expand the maximum memory to use by the application. Example bellow, (one argument per line, and '#' means comment out):

# For 4GB of max memory
-Xmx4g
# For a 200% scaling
-Dsun.java2d.uiScale=2.0