Skip to content

R1SK-Org/eddn-ruby

Repository files navigation

EDDN Ruby

What's EDDN?

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.

How can I use this?

If you know what you're doing, you can use this to plug into the stream and do whatever you want after.

Requirements:

  • Ruby 3+

Usage:

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

Acknowledgements:

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.

Useful links:

About

A connector for EDDN made in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published