https://github.com/code-lever/opentx-log
Ruby gem for reading OpenTx telemetry log files.
https://github.com/code-lever/opentx-log
Last synced: 8 months ago
JSON representation
Ruby gem for reading OpenTx telemetry log files.
- Host: GitHub
- URL: https://github.com/code-lever/opentx-log
- Owner: code-lever
- License: mit
- Created: 2013-12-11T17:59:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T14:38:29.000Z (over 7 years ago)
- Last Synced: 2025-03-25T19:46:25.516Z (about 1 year ago)
- Language: Ruby
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenTx::Log [](https://travis-ci.org/code-lever/opentx-log) [](https://codeclimate.com/github/code-lever/opentx-log)
TODO: Write a gem description
* Formats: https://github.com/opentx/opentx/blob/master/src/logs.cpp
## Installation
Add this line to your application's Gemfile:
gem 'opentx-log'
And then execute:
$ bundle
Or install it yourself as:
$ gem install opentx-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 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request