Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML/JS log viewer #1429

Open
peabody124 opened this issue Dec 31, 2014 · 3 comments
Open

HTML/JS log viewer #1429

peabody124 opened this issue Dec 31, 2014 · 3 comments

Comments

@peabody124
Copy link
Contributor

As an alternative/complement to #1428 it might be useful to have a HTML or JS logviewer. I'm not entirely sure of the structure, but a system to upload a log file and then visualize flight paths and such.

It could be quite a bit of work off the top, though, since there is no log parsing framework that would work in javascript. It could be done with preprocessing the log with python to JSON but that defeats the main purpose.

@elafargue
Copy link
Contributor

I am a big fan of FlotCharts (flotcharts.org) which I have used for many projects. Super flexible framework too.

@elafargue
Copy link
Contributor

UAVObjectgenerator with javascript as the output language anyone?

@Gussy
Copy link

Gussy commented Jan 6, 2015

This seemed like a good way for me to get back into development again. I actually wrote most of a UAVO parser in javascript last year, so I've started with that for now.

What I do need is a good selection of lots to run through the parser as a test. If anyone wants to send me a zip with a variety of logs that would be great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants