EDDN icon indicating copy to clipboard operation
EDDN copied to clipboard

EDDN - Elite: Dangerous Data Network

Results 32 EDDN issues
Sort by recently updated
recently updated
newest added

We have now confirmed that compression does allow for larger plain-text messages to make it through `bottle`'s body size check. It's only lookin at the 'raw', and thus compressed if...

enhancement
resiliency

The recent changes to better log problematic uploads doesn't seem to be causing an increase in the 'invalid messages' counts. Double-check this is being done. It's possible it's working, but...

enhancement

- [ ] Keeping up with softwareVersions 1. It should treat softwareVersion as a minimum to report on, so that any later versions are *also* reported on. It's currently a...

enhancement
resiliency

Whilst monitoring the gateway output after deploying the latest code this came up: ```python Traceback (most recent call last): File "/home/eddn/live/python2.7-venv/bin/bottle.py", line 862, in _handle return route.call(**args) File "/home/eddn/live/python2.7-venv/bin/bottle.py", line...

bug
python

EDO Update 5 is adding an array of available pads/sizes to both `Docked` and `DockingRequested`. We might feel we get enough data about available pads at EDO settlements (specifically, but...

enhancement
journal event
schemas

With the way the schema validation, performed on the Gateway, is specified it might start getting convoluted to disallow some fields only for some events and not others. One proposal...

journal event
schemas

The Monitor (for the stats) and Relay (to save outbound bandwidth) detect if a message is a duplicate based on recent messages. If the Gateway also did this detection then...

enhancement

This event is very similar to SAASignalsFound except it doesn't contain Human/Thargiod/Guardian Signals It is generated when a Body is FSS scanned if it has biology or geology which makes...

enhancement
journal event
schemas

Commodites data can come from either CAPI or Journal. It seems that CAPI `/market` does *not* contain any rare commodities, but if a user causes Journal `Market.json` to be utilised...

enhancement
schemas

When I was just writing documentation for the `blackmarket` schema it came to light that this has been 'soft' deprecated since September 2017 ! The same data has been available...

schemas