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.
- Host: GitHub
- URL: https://github.com/code-lever/eagletree-log
- Owner: code-lever
- License: mit
- Created: 2013-05-30T19:05:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:37:59.000Z (over 7 years ago)
- Last Synced: 2025-03-04T07:06:26.067Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EagleTree::Log [](https://travis-ci.org/code-lever/eagletree-log) [](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