Tag: embedding

Embedding Application Data in Racket Programs

Written by Dominik Joe Pantůček on 2019-07-25

As we have started Cryptoucan™ mass-production, we found out we need more and more supporting software. Little - or slightly larger - programs for testing the device during various stages of manufacturing, software for managing the logistics data, programs for engraving or something more ordinary like tools for flashing the firmware. All these programs typically require some data which is not included in the code and we wanted to embed this data in the compiled binaries. Read on to learn more about our neat solution in our favorite programming language.

...