Stands for Elite Dangerous Data Network.
A stream that contains data from all players of Elite Dangerous who share their logs.
Here's the projects Wiki.
If you know what you're doing, you can use this to plug into the stream and do whatever you want after.
- Ruby 3+
Locally:
$ irb
> load './subscriber_poc.rb'
> eddn = EDDN::SubscriberPoc.new
> eddn.run! # This will start fetching data from the stream, prepare to have your screen bombarded.Docker:
make build
make run # This will open a bash session inside the docker container.
# Follow the steps above
This is the work of a bored dev who wants to create cool shit. Don't expect this to be maintained constantly or to have a lot of guides on how to use it.
Feel free to PR tho :)
This requires some level of expertise with Ruby, ZeroMQ and the EDDN API itself.