Actions
Feature #466
closeddataio: arraylen type
Start date:
04/18/2024
Due date:
% Done:
0%
Estimated time:
Description
Introduce a new dataio type "arraylen" that serves both to encode the length of an array, and to create that array in JSON mode.
- In binary mode, this is just read and written as an appropriate integer type (uint16 should do unless maximum packet length gets a lot bigger)
- In JSON mode, this is written by creating an array, and read by getting the length of that array, without needing extra space (and structure) to transmit the length separately.
Files
Updated by Alina Lenk 7 months ago
- File 0002-Add-dataio-arraylen-type.patch 0002-Add-dataio-arraylen-type.patch added
- Status changed from New to In Review
Actions