Small service to dispatch incoming UDP packets from Elite: Dangerous to multiple registered subscribers
- Webserver is for show, but will be used to update the registered dispatchers/subscribers
- Dispatchers for TCP, UDP, Webhook/Http POST and Console
- Requires .NET Core 2.2 SDK
git clone https://github.com/FuelRats/EliteDangerous-UDP-Dispatcher.git
cd EliteDangerous-UDP-Dispatcher
dotnet build
cd ED.UdpListener
dotnet run
And it should fire up a console, that outputs the currently loaded modules (found in configuration.json
)
Ability to push to these types of clients:
- WebSocket
- File
Filter out types of events to different subscribers:
- Journal
- Status
- Shipyard
- Outfitting
- Market