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.
- Host: GitHub
- URL: https://github.com/code-lever/spektrum-log
- Owner: code-lever
- License: mit
- Created: 2013-04-29T03:17:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:38:59.000Z (over 7 years ago)
- Last Synced: 2025-03-06T01:49:07.086Z (about 1 year ago)
- Language: Ruby
- Size: 4.05 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spektrum::Log [](https://travis-ci.org/code-lever/spektrum-log) [](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