Access to Raw Data

Would be nice if we somehow get raw data to be able to build our own charts, etc. The UI you developed is basic I would like to expand on it.

There are currently at least two ways to get raw data:

  1. For any trip, you can download all of the raw data in csv, xsl, or kml formats.

  2. You can actually configure the device to transmit with your own server rather than with those used by floathub.com. The protocol it transmits is documented here:

https://modiot.com/FloatHubCommunicationsProtocol_0.38.pdf

If you can let us know more about your intended use, we might be able to extend one of the existing APIs to your needs. The current site does grab all data over an API, but we would need to add token-based authentication (similar to what we have in place for the Alexa authentication) in order to permission access from a different site or system.