Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ntamas/unibinlog
- Owner: ntamas
- License: mit
- Created: 2014-06-22T22:54:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T11:55:06.000Z (about 5 years ago)
- Last Synced: 2023-03-10T23:12:56.705Z (over 1 year ago)
- Language: C
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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