EmbeddedBLFLogger
No description available
Install / Use
/learn @driftregion/EmbeddedBLFLoggerREADME
EmbeddedBLFLogger
Write uncompressed Vector BLF CAN log files on embedded devices.
Status: Experimental
Usage
#include "can_common.h"
#include "blflogger.h"
BLFWriter writer('name.blf');
int main()
{
frameobject_t fobj;
fobj.frame.id = 0x123;
fobj.bus_number = 5;
writer.log(&fobj);
writer.stop();
}
Credit
Most of this is transcribed verbatim from the python-can BLF module. That module credits TobyLorenz' comprehensive vector_blf.
Why not just use vector_blf directly?
I made this for a project that uses the Arduino libraries and toolchain on ESP32. I tried cross-compiling , but found that the version of ESP-IDF pinned by Arduino doesn't support C++ exceptions, a language feature which vector_blf makes use of.
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
