Skip to content

C++ Implementation of the RETF's TIDE logging container format.

Notifications You must be signed in to change notification settings

iluetkeb/libtidelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a proof-of-concept implementation of the Robot
Engineering Task Force's (RETF) Time-Indexed Data Entry (TIDE)
log container format.

Dependencies
------------

To build, you need at least CMake 2.6 -- see http://www.cmake.org/
Also, a C++ compiler is needed. This code has been tested with gcc 4.4

Building
--------

This project uses a regular CMake build, so you can just do 
"cmake . ; make". However I recommend building in a subdir. To
use that, do
	$ mdkir build
	$ cd build
	$ cmake ..
	$ make

About

C++ Implementation of the RETF's TIDE logging container format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published