... until you see that the payload uses ASCII6(*), which I didn't know about.
Thanks again for the info!
ASCII6 is only the first layer where your Bitstream could be useful.
It's the easy part :).
The main work comes after that: decoding ASCII6 results in binary data
which we need to d
astien Boisgérault
> >> wrote:
> >>> I have released bitstream, a Python library to manage binary data
> >>> (at the byte or bit level), hopefully without the pain that this kind
> >>> of thing usually entails :)
> >>
> >>> byte_ind
On 3/6/2018 3:58 AM, Sébastien Boisgérault wrote:
Hi Lawrence,
Le mardi 6 mars 2018 01:20:36 UTC+1, Lawrence D’Oliveiro a écrit :
On Tuesday, March 6, 2018 at 8:06:00 AM UTC+13, Sébastien Boisgérault wrote:
I have released bitstream, a Python library to manage binary data
(at the byte or bit
Le mardi 6 mars 2018 10:23:02 UTC+1, Lawrence D’Oliveiro a écrit :
> On Tuesday, March 6, 2018 at 9:59:55 PM UTC+13, Sébastien Boisgérault wrote:
> >
> > Le mardi 6 mars 2018 01:20:36 UTC+1, Lawrence D’Oliveiro a écrit :
> >
> >> On Tuesday, March 6, 2018 at 8:06:00 AM UTC+13, Sébastien Boisgéraul
Le mardi 6 mars 2018 09:26:50 UTC+1, Sébastien Boisgérault a écrit :
> Le mardi 6 mars 2018 00:29:25 UTC+1, Roel Schroeven a écrit :
> > Sébastien Boisgérault schreef op 5/03/2018 20:05:
> > > I have released bitstream, a Python library to manage binary data (at the
>
Hi Lawrence,
Le mardi 6 mars 2018 01:20:36 UTC+1, Lawrence D’Oliveiro a écrit :
> On Tuesday, March 6, 2018 at 8:06:00 AM UTC+13, Sébastien Boisgérault wrote:
> > I have released bitstream, a Python library to manage binary data
> > (at the byte or bit level), hopefully without the
Le mardi 6 mars 2018 00:29:25 UTC+1, Roel Schroeven a écrit :
> Sébastien Boisgérault schreef op 5/03/2018 20:05:
> > I have released bitstream, a Python library to manage binary data (at the
> > byte or bit level),
> > hopefully without the pain that this kind of
Sébastien Boisgérault schreef op 5/03/2018 20:05:
I have released bitstream, a Python library to manage binary data (at the byte
or bit level),
> hopefully without the pain that this kind of thing usually entails :)
If you have struggled with this topic in the past, please take a look at
Thanks
On 6/03/2018 7:13 AM, "Sébastien Boisgérault" <
sebastien.boisgera...@gmail.com> wrote:
Hi everyone,
I have released bitstream, a Python library to manage binary data (at the
byte or bit level), hopefully without the pain that this kind of thing
usually entails :)
If yo
Hi everyone,
I have released bitstream, a Python library to manage binary data (at the byte
or bit level), hopefully without the pain that this kind of thing usually
entails :)
If you have struggled with this topic in the past, please take a look at the
documentation (http
Maybe this is what you are looking for:
http://cheeseshop.python.org/pypi/BitBuffer/0.1
Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list
anyone has a good bit-stream reader and writer?
(before i go to write my own)
i.e.
f = open(..)
b = BitStream(f)
b.write("10010010")
b.read(5) # 10010
or something like that?
-tomer
--
http://mail.python.org/mailman/listinfo/python-list
12 matches
Mail list logo