Bulebots / mmlib

A library for shared code among different micromice
4 stars 3 forks source link

Add body serialization format when logging #35

Open Peque opened 6 years ago

Peque commented 6 years ago

Maybe it could be the last field before the body. Allow JSON, RAW, YAML (?)...

This would allow us to easily de-serialize when appending to the received logs. DataFrames no longer need column names if we use JSON dictionaries for each row. Raw messages would allow us to serialize byte arrays (maze walls, maze distances...).