Message143891
We have raw data packages from some tools. These packages contains bitfields, arrays, simple data and so on.
We want to parse them into Python objects (structures) for analysis and storage. I tried to use ctypes, but now I wrote myself implementation of raw parser based on bitarray and struct.
I wonder if ctypes can do this. |
|
Date |
User |
Action |
Args |
2011-09-12 09:44:45 | Pavel.Boldin | set | recipients:
+ Pavel.Boldin, meador.inge |
2011-09-12 09:44:45 | Pavel.Boldin | set | messageid: <1315820685.75.0.812226938091.issue12945@psf.upfronthosting.co.za> |
2011-09-12 09:44:45 | Pavel.Boldin | link | issue12945 messages |
2011-09-12 09:44:45 | Pavel.Boldin | create | |
|