An open API service indexing awesome lists of open source software.

https://github.com/code-lever/eagletree-log

Ruby gem for reading EagleTree telemetry log files.
https://github.com/code-lever/eagletree-log

Last synced: about 1 year ago
JSON representation

Ruby gem for reading EagleTree telemetry log files.

Awesome Lists containing this project

README

          

# EagleTree::Log [![Build Status](https://travis-ci.org/code-lever/eagletree-log.png)](https://travis-ci.org/code-lever/eagletree-log) [![Code Climate](https://codeclimate.com/github/code-lever/eagletree-log.png)](https://codeclimate.com/github/code-lever/eagletree-log)

TODO: Write a gem description

Research:

* http://www.eagletreesystems.com/Support/Manuals/Pro,%20Glide,%20Flight%20and%20Boat%20Seagull%20and%20Data%20Recorder%20Instruction%20Manual.pdf
* http://www.eagletreesystems.com/Support/Manuals/Car%20Data%20Recorder%20Instruction%20Manual.pdf
* http://diydrones.com/profiles/blogs/eagletree-fdr-file-format

## Installation

Add this line to your application's Gemfile:

gem 'eagletree-log'

And then execute:

$ bundle

Or install it yourself as:

$ gem install eagletree-log

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request