Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntamas/unibinlog

Universal binary logging library, primarily for storing large amounts of sensor data
https://github.com/ntamas/unibinlog

Last synced: about 1 month ago
JSON representation

Universal binary logging library, primarily for storing large amounts of sensor data

Awesome Lists containing this project

README

        

=========
unibinlog
=========
-------------------------------------------
Universal binary log file reader and writer
-------------------------------------------

This library allows you to create compact binary log files (and of course
parse them later) in UNIBIN format. UNIBIN log files are designed to store
tables of (mostly) numeric data without using too much space, although it can
also be used to store text if necessary.

TODO: document the UNIBIN format