Skip to content

Ma77h3hac83r/GalNetOps

Repository files navigation

Galaxy Network Operations (GalNetOps)

Real-time exploration companion for Elite Dangerous

GalNetOps reads your journal files and gives you live system visualization, accurate scan values, route history, exobiology tracking, exploration statistics, and route planning - all in a modern, responsive interface.

Why GalNetOps?

  1. Real-time updates - FSS, DSS, and Genetic Sampling scans appear instantly as you explore.
  2. Accurate value calculations - Base values, first discovery bonuses, terraformable bonuses, efficiency bonuses - all computed correctly (hopefully).
  3. Clean system visualization - Hierarchical tree view with body types, signals, and scan status at a glance.
  4. Route history with context - See where you've been, what you found, and what it was worth.
  5. Exobiology tracking - Species estimator based on system/body properties to help you decide if it's worth your time. Species progress, sample distances, and earnings per genus.
  6. Route planner - Input a list of system names and POIs to add in your expeditions.
  • This program does not upload or read any data from your Elite Dangerous account, EDSM profile, Inara profile etc. All data is read from your journal files local to your file system.
  • As EDMC can do all the backend updating it is highly recommended you run this program alongside it.

Features

Explorer

Live system map with hierarchical body layout, scan status indicators, and a details panel showing orbital parameters, ring systems, biological species, and estimated values.

  • NEW FEATURE Ability to select which bodies and characteristics to highlight for high-value exploration (see Exploration Settings).

Explorer Screenshot

Body Details Biological & Scan Values
Body Details Screenshot Body Details Screenshot

Route History

Paginated jump log with filtering by date, session, or system name. Export to CSV/JSON or copy system names to clipboard.

Route History Screenshot

Route Planner & POI List

New dedicated page for route planning and POI tracking. Input a list of systems to follow as you explore. Create custom a custom POI list of your discoveries!

Route Planner POI

Statistics

Exploration metrics and trends: systems visited, first discoveries, scan values over time, body type distribution, and exobiology progress.

Statistics Screenshot

Codex

Track your discoveries across biology, geology, anomalies, Thargoid, and Guardian categories.

Codex Screenshot

Settings

Journal path detection, theme selection, exploration settings, EDSM integration, database management, and journal backfill.

Feedback

A simple button that takes you directly to a new GitHub issue to submit your feedback.


Versioning

Installation

From Release

  1. Download the latest installer from Releases
  2. Run the installer
  3. Launch GalNetOps and select your journal folder. See the settings tab for further customization.

From Source

  • Clone this repository.
npm install
npm run dev        # Development mode
npm run build      # Production build
npm run package    # Create Windows installer
  • On first launch, GalNetOps will prompt you to select your journal folder and optionally import your exploration history.

Data Sources

  • Local journal files - Primary data source, parsed in real-time
  • EDSM - Optional body count lookups and system search (respects spoiler-free setting)
  • Your exploration data stays local in a SQLite database. Nothing is uploaded.

Contributing

Contributions welcome. Please open a issue to submit a request. Bug reports always welcome.


License

MIT


Acknowledgments

  • Frontier for developing Elite Dangerous.
  • EDSM for exisiting galactic data.
  • EDAstro for the Galactic Explorer Catalog (GEC) API and galactic body data.

About

A Elite Dangerous exploration companion!

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages