Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cho45/adif
ADIF (Amateur Data Interchange Format) Parser/Writer library for Ruby.
https://github.com/cho45/adif
adif ham ham-radio ruby
Last synced: 3 months ago
JSON representation
ADIF (Amateur Data Interchange Format) Parser/Writer library for Ruby.
- Host: GitHub
- URL: https://github.com/cho45/adif
- Owner: cho45
- License: mit
- Created: 2014-06-23T13:58:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T10:14:02.000Z (over 8 years ago)
- Last Synced: 2023-04-10T00:07:37.186Z (almost 2 years ago)
- Topics: adif, ham, ham-radio, ruby
- Language: Ruby
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ADIF
This is ADIF (Amateur Data Interchange Format) Parser/Writer library for Ruby.
ADIF is an open standard for exchange of data between ham radio software packages available from different vendors.
## Installation
Add this line to your application's Gemfile:
gem 'adif'
And then execute:
$ bundle
Or install it yourself as:
$ gem install adif
## Usage
[./spec/adif_spec.rb](./spec/adif_spec.rb )
## Contributing
1. Fork it ( https://github.com/cho45/adif/fork )
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 a new Pull Request