An open API service indexing awesome lists of open source software.

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.

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
```