bitproto icon indicating copy to clipboard operation
bitproto copied to clipboard

The bit level data interchange format for serializing data structures (long term maintenance).

Results 5 bitproto issues
Sort by recently updated
recently updated
newest added

I made a simple library project in Code Composer Studio (v12.4) using the default TI toolchain. Unfortunately bitproto.c (v1.1.1) does not compile, with the following errors: ``` "../src/bitproto.c", line 50:...

The simple Pen example latest Ubuntu with Python 3.10.8 virtualenv (pen.py is main.py) fails as follows: import-im6.q16: attempt to perform an operation not allowed by the security policy `PS' @...

For byte-aligned field, Encode/Decode overwrite the dest. For non-byte-aligned field, Encode/Decode is just a BitOR Message definition: ``` message Fipr { uint1 api_type = 1 uint5 engine_id = 2 uint13...

Hi, Is it a possible goal to add floating point support to bitproto? If it seems feasible, I can try to work on it.