https://github.com/x-rays5/edjournal_server
This is a websocket server that broadcasts all events received in the elite dangerous journal. This make it possible to read these events from a different pc.
https://github.com/x-rays5/edjournal_server
cpp elite-dangerous elite-journal elitedangerous networking websocket
Last synced: 12 months ago
JSON representation
This is a websocket server that broadcasts all events received in the elite dangerous journal. This make it possible to read these events from a different pc.
- Host: GitHub
- URL: https://github.com/x-rays5/edjournal_server
- Owner: X-rays5
- License: unlicense
- Created: 2021-04-27T20:59:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T21:05:47.000Z (about 5 years ago)
- Last Synced: 2024-12-26T23:43:40.715Z (over 1 year ago)
- Topics: cpp, elite-dangerous, elite-journal, elitedangerous, networking, websocket
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EDJournal_server
This is a websocket server that broadcasts all events received in the elite dangerous journal. This make it possible to read these events from a different pc.
# Usage
When u start the program you can connect via ws://127.0.0.1:5234
or you can connect with a other pc on your local network or even via the other side of the world if you have port forwarded.
```
--h show all command line options
--p change port that the server runs on
--c turn caching of events on and of if this is on all events that have happened will be send on a new connection
```