Skip to content

Federal-Aviation-Administration/comm_app-log_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comm_app-log_parser

DESCRIPTION:

This app parses the FAA Comm App log files

The Comm App http://nas.amc.faa.gov/ajw17/ajw173/ajw1731/ag_comm/Supplemental/ produces log files. This library parses the comm app log files and returns has values of the results

Requirements

Install 0ptions

comm_app-log_parser can be installed using (a) the gem install command, (b) Bundler

(a) gem install

Open a terminal and type $ gem install comm_app-log_parser

Tip
Upgrading your installation

If you have an earlier version of comm_app-log_parser installed you can update it using:

$ gem update comm_app-log_parser

If you install a new version of the gem using gem install instead of gem update, you’ll have multiple versions installed. If that’s the case, use the following gem command to remove the old versions:

$ gem cleanup comm_app-log_parser

(b) Bundler

  1. Create a Gemfile in the root folder of your project (or the current directory)

  2. Add the comm_app-log_parser to your Gemfile as follows:

    source 'https://rubygems.org'
    gem 'comm_app-log_parser'
    # or specify the version explicitly
    # gem 'comm_app-log_parser', '0.0.5'
  3. Save the Gemfile

  4. Open a terminal and install the gem using:

    $ bundle

To upgrade the gem, specify the new version in the Gemfile and run bundle again. Using bundle update is not recommended as it will also update other gems, which may not be the desired result.

Usage

  require 'comm_app/log_parser'

  parser = CommApp::LogParser.new
  results = parser.parse_log('./8-17-2006.txt')
  radio = results[0]
  puts radio[:serial]

Getting Help

But we can’t do that without your feedback! We encourage you to ask questions and discuss any aspects of the project on the discussion list, Twitter or IRC.

Mailing list

{uri-discuss}

#Twitter (Chat)

#asciidoctor hashtag

#Gitter (Chat)

Gitter

#IRC (Chat)

{uri-irc}[#asciidoctor] on FreeNode IRC

Further information and documentation about Asciidoctor can be found on the project’s website.

{uri-project}/[Home] | {uri-news}[News] | {uri-docs}[Docs]

The project’s source code, issue tracker, and sub-projects are on github

Copyright © 2012-2016 Dominic Sisneros and the comm_app-log_parser-Ruby Project. Free use of this software is granted under the terms of the MIT License.

See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages