Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DarkWanderer/Elite-Log-Agent
Lightweight, non-intrusive data uploader for Elite Dangerous
https://github.com/DarkWanderer/Elite-Log-Agent
dangerous elite inara log
Last synced: 3 months ago
JSON representation
Lightweight, non-intrusive data uploader for Elite Dangerous
- Host: GitHub
- URL: https://github.com/DarkWanderer/Elite-Log-Agent
- Owner: DarkWanderer
- License: mit
- Archived: true
- Created: 2017-09-06T08:21:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T16:10:42.000Z (over 2 years ago)
- Last Synced: 2024-06-21T03:06:04.049Z (5 months ago)
- Topics: dangerous, elite, inara, log
- Language: C#
- Homepage:
- Size: 1.42 MB
- Stars: 44
- Watchers: 8
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![ELA logo](EliteLogAgent/Resources/elite-dangerous-icon.ico)
:warning::warning::warning:PROJECT SUSPENDED:warning::warning::warning:
The current tragic and unforgivable events are sending waves of impact throughout the world. Unfortunately, for this project, the ripple means that there is no possiblity to pay for hosting of ClickOnce update files - which are at the heart of fast & seamless updates ELA was providing. This may change in future - however, at the moment I have no choice but to recommend to move to alternative software
Thank you for everyone who used and helped to improve this software
# Elite Log Agent
A Windows utility, sitting in tray. Feeds your commander data to INARA and/or EDSM sites. Also helps other players by sharing trade/commodity/outfitting data via EDDN
Key features:
* Fills your player profile on INARA and/or EDSM
* Sends station data to community sites like EDDB (commodity, shipyard, outfitting)
* Supports multiple accounts
* Does not require authenticating via Frontier API site## Quickstart
* Download [ClickOnce installer][clickonce] or [portable version][release-latest]
* Input commander name(s) and api key(s) for Inara and/or EDSM
* Save settings (press 'Apply' and/or 'OK')
* Launch the game.## Plugin development
At this time, I see the best way of plugin support as incorporating them into this codebase. This will most likely change once more stable version is reached.
To contribute to development, please fork the repository and raise PRs## Contributions
You're welcome to contribute by:
1. Using the application!
2. Raising [issues](https://github.com/DarkWanderer/Elite-Log-Agent/issues) on GitHub
3. Proposing pull request with changes and/or new functionality, including plugins## SDLC
Builds are done in AppVeyor. `master` branch is the primary integration branch ('potentially releasable').
Releasing to ClickOnce installer and github is done via merging to `prod` branch| Item | Status |
| ------------- | ------------: |
| master | [![appveyor build status][buildstatus-master]][project] |
| prod | [![appveyor build status][buildstatus-prod]][project] |
| coverage | ![coverage badge][codecov-badge]
| release | ![release badge][release-badge]## Links
* [Elite: Dangerous in official store](https://www.frontierstore.net/games/elite-dangerous-cat.html)
* [INARA](https://inara.cz)
* [EDSM](https://edsm.net)[buildstatus-master]: https://ci.appveyor.com/api/projects/status/6n52i9wkthtwtb34/branch/master
[buildstatus-prod]: https://ci.appveyor.com/api/projects/status/6n52i9wkthtwtb34/branch/prod
[project]: https://ci.appveyor.com/project/DarkWanderer/Elite-Log-Agent
[clickonce]: https://elitelogagent.blob.core.windows.net/clickonce/EliteLogAgent.application
[release-latest]: https://github.com/DarkWanderer/Elite-Log-Agent/releases/latest
[releases]: https://github.com/DarkWanderer/Elite-Log-Agent/releases
[codecov-badge]: https://codecov.io/gh/DarkWanderer/Elite-Log-Agent/branch/master/graph/badge.svg
[release-badge]: https://img.shields.io/github/release/DarkWanderer/Elite-Log-Agent.svg