Project-Muteki / pymutekiu

Besta RTOS userland emulator
MIT License
1 stars 0 forks source link

Library for guest-host data exchange #1

Open dogtopus opened 7 months ago

dogtopus commented 7 months ago

Write demos for each one of the candidates listed below and evaluate them based on the requirements

Requirements

Preferably we want the following:

Candidates

Currently there are 3 candidates:

dogtopus commented 6 months ago

An alternative option to this would be write our own dataclass-like declarative parser for data exchange. This way we can seamlessly support unicorn and do things like nested struct parsing and lazy access. Both Caterpillar and dataclasses offer some ideas on how to achieve this.