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

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

Ruby gem for reading Spektrum TLM telemetry log files.
https://github.com/code-lever/spektrum-log

Last synced: about 1 year ago
JSON representation

Ruby gem for reading Spektrum TLM telemetry log files.

Awesome Lists containing this project

README

          

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

TODO: Write a gem description

Research:

* http://www.rcgroups.com/forums/showthread.php?t=1726960
* http://www.rcgroups.com/forums/showthread.php?t=1725173
* http://www.rcgroups.com/forums/showthread.php?t=1725173&page=6#86 -- more refinement

## Installation

Add this line to your application's Gemfile:

gem 'spektrum-log'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spektrum-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