cmdrmcdonald / EliteDangerousDataProvider

Apache License 2.0
133 stars 31 forks source link

More details on how to interact with modules? #174

Closed Tkael closed 7 years ago

Tkael commented 7 years ago

Would you please expand the documentation on how to query and get information from modules?

For example:

How can I discover the details that are contained within the module object for my power distributor? EDDI is able to pass the information to Coriolis, but I don't know how to drill down and extract that level of detailed information via Cottle.

cmdrmcdonald commented 7 years ago

EDDI does not contain the module information that you require. It is limited to names, values and health of modules. EDDI does hold the raw information for modified modules but it does not parse it in any way, as the data provided by Elite requires a significant amount of manipulation to provide any useful value.

Although it would be possible to provide this depth of information it would be a large and complex undertaking and isn't something that I'm looking to add to EDDI myself.