Releases: FuelRats/EliteDangerous-UDP-Dispatcher
v1.0.0-alpha
First release - Might contain bugs
This release will only contain the UDP Listener (The web server isn't done, so no use in using full package yet)
It should work on Windows 10 (x64), Linux (x64) and Linux (ARM)
To run the software, you first need to configure your Elite: Dangerous-installation to use the Udp setting.
You can find the AppConfig.xml
/AppConfigLocal.xml
in your installation folder for Elite: Dangerous.
For easy config, just add this (if the same element isn't already in there)
<Journal address="255.255.255.255" port="31173" />
This will make Elite: Dangerous broadcast the Journal via UDP, and if the listener is running, it should pick it up and subscribe to the stream.
You will also need to configure some Dispatchers for this to be useful
This can be done by running something like
ED.UdpListener config add console
ED.UdpListener config add tcp 127.0.0.1 1337
ED.UdpListener config add udp 127.0.0.1 1337
ED.UdpListener config add webhook https://webhookurl
You can check available commands by using ED.UdpListener help
If you get into some kind of trouble, you can find me on the EDCD discord.