Release EDDN - Elite Dangerous Data Network. Trading tools sharing info in an unified way.

Status
Thread Closed: Not open for further replies.
If you mean 'ship outfitting' information as in what equipment can I by in a station/outpost then the answer is currently NOT.

Otis B. has created a pull-request for that: " Deploy outfitting schema #32". Based on (enhancement) issue #20: Proposal: Schema for Outfitting. Its is unknown to me why its not in EDDN. I've been over my eyeballs in work for EDCodex and haven't been able to follow EDDN carefully enough. I've put it NOW on my TODO list, sending an email to James.

This might be a good time to have a look at the proposal by Otis B.

The main proposal was already pushed, only the deploy one and some comments needed.
It is now done.

I might test it on my website to see how we can handle the data.
With specific outfit by ship, it is a little harder than the other scheme.
 

wolverine2710

Tutorial & Guide Writer
Hi All,

EDDN and EDCodex are currently down.
I'll try to have more intel on that.

Anthornet contacted me. At the same I noticed that edcodex.info is down. Both use the same server.
Have contacted James by email. Fingers crossed.

Note: In eddb.io the last eddn message is from: 2015-09-23 07:43:36. Now exactly one hour ago.
 
Last edited:

wolverine2710

Tutorial & Guide Writer
Anthornet contacted me. At the same I noticed that edcodex.info is down. Both use the same server.
Have contacted James by email. Fingers crossed.

Note: In eddb.io the last eddn message is from: 2015-09-23 07:43:36. Now exactly one hour ago.

James responded: "Acknowledged. It's more than just nginx. Will investigate as soon as I can."
Fingers crossed that eddn and edcodex.info will be up and running again soon(ish)TM. As its a normal working day James ofc is probably at work atm, so please be patient ;-)

Antornet: thanks for the headsup, appreciated.
 
Last edited:
James responded: "Acknowledged. It's more than just nginx. Will investigate as soon as I can."
Fingers crossed that eddn and edcodex.info will be up and running again soon(ish)TM. As its a normal working day James ofc is probably at work atm, so please be patient ;-)

Antornet: thanks for the headsup, appreciated.

It seems to be online again, at least for EDDN.
 

wolverine2710

Tutorial & Guide Writer
It seems to be online again, at least for EDDN.

Correct and GREAT work James !!!
Tomorrow morning the last EDDN message was 2015-09-23 07:43:36 UTC.
As of 2015-09-23 10:42:25 UTC data is distributed by EDDN again, monitored with eddb.io.

EDCodex tomorrow displayed "Hello World". Now I´m getting an error. It seems James is performing CPR (the kiss of life) on EDCodex atm.
It probably will be walking around soon again ;-)
 
Last edited:

wolverine2710

Tutorial & Guide Writer
For edcodex.info users: its purring like a little kitten ;-)
Hence working!! Lots of good stuff to be found there: 215 + entries. 104 tools!!
 
Last edited:
Hi guys!

I'm very interested in supporting outfitting on eddb. For this I required EDDN to support this. Manual data input only is out of the question due to the huge amount of data. I talked to Marginal and Anthornet and it looks like it's ready to go. James, when can the outfitting schema be implemented? I'm eagerly waiting!

Best
themroc
 

wolverine2710

Tutorial & Guide Writer
I've been in contact with James (email). He is currently extremely busy - RL stuff.
He will implement it when he has time. We are looking into it if someone else could do the upgrade.
 
Last edited:

wolverine2710

Tutorial & Guide Writer
Blatant abuse of my own thread...

EDCodex has been added to the fan site section of the Official ED Community website.


EDCodex is a website with a database of currently approx 215+ tools,threads,websites,videos for ED. Any one can and is encouraged to add entries there. EDCodex is and should be community-driven. EDCodex companion thread. Its equally suited for PC's, tablets and smartphones and has RSS feeds.

Cmdr Biobob
Cmdr Wolverine
 
Last edited:
EDDN now carries outfitting messages thanks to AnthorNet and others.

Hey great!

So... has there been any discussion on how to implement this schema? A lot of the data it looks for appears to be static. Seems like I'd have to keep a database in my app to fill in all this info, and it would always bee the same. For example, the API only offers this info:

'128672156': {'category': 'module',
'cost': 29009502,
'id': 128672156,
'name': 'Federation_Gunship_Armour_Grade3',
'sku': None},
'128049455': {'category': 'weapon',
'cost': 8550,
'id': 128049455,
'name': 'Hpt_MultiCannon_Fixed_Small',
'sku': None},

IDs appear constant from what I can tell. I suppose the idea of just tracking those in the schema was already shot down?
 
Last edited:
So... has there been any discussion on how to implement this schema? A lot of the data it looks for appears to be static. Seems like I'd have to keep a database in my app to fill in all this info, and it would always bee the same.
There was some discussion on just sending the IDs, but the decision was to go for text strings as displayed in-game.

If you want a database then here's a mapping from ID to the text values expected by the outfitting schema. This is current for 1.4, but expect new ones in 1.5.
Or you can break out the module "name"s as I have done.
 
Last edited:
Hi,
Please be careful while copying the list
You made a mistake on first line leading to some mistake going to EDDN.

Thx

Sorry about that. I've fixed the Sidewinder Lightweight Alloy.

I think this is the problem with leaving it up to the tool authors up to their own devices when gathering these details. Some community effort to standardize item IDs to the details EDDN wants would be great.
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom