This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Pavel.Boldin
Recipients Pavel.Boldin, meador.inge
Date 2011-09-12.09:44:45
SpamBayes Score 0.0060872454
Marked as misclassified No
Message-id <1315820685.75.0.812226938091.issue12945@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-09-12 09:44:45Pavel.Boldinsetrecipients: + Pavel.Boldin, meador.inge
2011-09-12 09:44:45Pavel.Boldinsetmessageid: <1315820685.75.0.812226938091.issue12945@psf.upfronthosting.co.za>
2011-09-12 09:44:45Pavel.Boldinlinkissue12945 messages
2011-09-12 09:44:45Pavel.Boldincreate