2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00
pulsar/README.md
2021-06-06 18:53:01 -02:30

1.7 KiB

Elite Observatory Core

Tool for reading/monitoring Elite Dangerous journals for interesting objects. Successor to the original Elite Observatory, rewritten from scratch using .NET 5.0 and AvaloniaUI.

How To Use

Observatory Core differs from the originsl Elite Observatory in that it is a fully generic reader for the Elite Dangerous journal files, passing those events along to plugins to do the actual work.

Observatory will attempt to locate your Elite Dangerous journal location in its default location, though other locations can be specified from the settings in the "Core" application tab. Due to the variety of possible system configurations this automatic detection does not function under Linux, so all Linux users will need to browse for the correct location.

The "Read All" button will read all journal files in the specified folder, handing their contents over to all loaded worker plugins. "Start Monitor" will begin watching files in the journal folder for changes, and pass new journal lines as they are created, as well as all changes to the status.json file, over the worker plugins.

For specifics on what each plugin does, please refer to their specific github repositories:

For information on how to create a plugin, refer to the repository for ObservatoryFramework.

Prerequisites for use

.NET 5, and by extension one of its supported OSes.

Prerequisites for building

C# 9.0, .NET 5.0, AvaloniaUI 0.10.3.