Skip to content

Proof of concept for logging facility that unloads formatting from embedded device unto host

License

Notifications You must be signed in to change notification settings

matthiaskraaz/binary-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-logger

Proof of concept for logging facility that unloads formatting from embedded device unto host
See https://travis-ci.org/matthiaskraaz/binary-logger for output of a current test run.

What you find here:

  • src contains the sources of a small C library for the embedded device to write log messages in a binary format without formatting
  • scripts contains Ruby scripts for the PC to format the binary output from the embedded device into nicely formatted human-readable log messages
  • test contains the sources of a demo program that uses the C library to write a few binary log messages
  • Makefile builds and runs the demo

About

Proof of concept for logging facility that unloads formatting from embedded device unto host

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published