IRIG 106 Software and Utilities

Overview and News

The Irig106.org software library is a growing library of routines and utility programs for reading and manipulating IRIG 106 format data files. Software is written in portable C, and supports the following compiler environments:

Utility Programs

Utility programs are command line utilities. They can be compiled and run from a Windows console or from a Unix/Linux shell.

Individual compiled versions built as Windows Console applications can be downloaded below. Or download the complete executables zip file

Windows Console
Utility Program
Version Description MD5 Checksum
i106stat.exe Ver 1.02 Generate a summary of data channels and message types 7072760add8e2737c95aeb7223411ef7
i106trim.exe Ver 1.02 Trim a data file based on start and/or stop time. c13948b5f9640575548a1c14ed979a4c
idmptmat.exe Ver 1.01 Read and print out the TMATS record in various formats 71deb6ade6491fc98018c3cf3f7c915a
idmp1553.exe Ver 1.01 Read and dump 1553 messages in a humanly readable format. 9a2c16648bea2c9cc6cb9a967c94c10e
idmpuart.exe Ver 1.00 Read and dump UART messages in a humanly readable format. 8fc97e0aa927f62dd9621466f59408ac
idmpins.exe Ver 1.01 Read, decode, and dump INS messages in a humanly readable format. See the idmpins page for more details b3d5670fc12e794b07a1eb91ff7eee17

See i106utils.txt for more information about these programs.

Library

i106lib Ver 0.3.1 - A software library for reading, writing, and parsing IRIG 106 data files

Source Code

All source code is freely available for downloading. Release versions are available from the SourceForge File Download area. The very latest source is available from the SourceForge SVN repository

Future Plans

This software project is looking for more team members! Contact Bob Baggerman (info below) if you would like to participate in this effort. Future plans (in no particular order) are:

add a note add a comment User Contributed Notes and Comments
05/22/2007 21:59 - Bob (bob dot baggerman at gatech dot edu)
For portability reasons I've kept it a pretty generic library up until now. But lately I've been thinking about .NET specific build versions. .NET of course has no problem calling unmanaged code. A C++ wrapper is probably a good idea. From what I've been able to glean from MSDN C++ seems to offer a performance advantage over other .NET languages (C#, VB.NET, etc.) because managed C++ code can be made to call an unmanaged C/C++ library using native types with no interface marshaling, required from other languages. If someone wanted to take a swing at a C++ wrapper and .NET solution I'd be interested in posting it.

Bob
05/22/2007 10:01 - Joel A. Charbonnet Jr. (Joel dot Charbonnet at navy dot mil)
Bob, James,

Will GOVSNET be developing the C# wrapper? Is there are need for a C++ wrapper? A C++.NET wrapper (managed code)?

Regards,

Joel A. Charbonnet Jr.
NSWC Corona Division
(951) 273-5727
DSN: 933-5727
02/09/2007 16:12 - James D. Lawrence (lawrencejd at govsnet dot com)
Bob, what kind of help are you looking for on this project.

I am currently a Microsoft Certified Solutions Developer in .NET and own and operate a Microsoft Gold Certified Company in Arizona (GOVSNET LLC). We would like to assist you in the .NET C# language wrapper piece since we are currently working to build an IRIG106 telemetry parsing component that will work for the IRIG106 packet format and general linear telemetry data.

You can contact us through our website at (http://www.govsnet.com) or drop us an email at "lawrencejd@govsnet.com"

Hope we can be of assistance

Sincerely

James D. Lawrence
(520) 577-1244
lawrencejd@govsnet.com
GOVSNET LLC
Microsoft Gold Certified Partner
01/14/2007 14:57 - Bob (bob dot baggerman at gatech dot edu)
Feedback on what kind of library functionality and what kind of applications you're interested in would sure be appreciated. Feel free to drop me an email or leave comments here.

Bob

add a note add a comment  
Irig106.org Home