| Projects on Google Code | Results 1 - 4 of 4 |
Lua bitstring parsing and creation library based on Erlang bit syntax. Bitstring is useful for network protocol programming and for manipulation of bit based file formats. It provides conversion of strings to binary and hexadecimal formats
= Example =
== Parsing and creation of EAP-TLS message...
*bitstring* is a pure Python module designed to help make the creation, manipulation and analysis of binary data as simple and natural as possible.
!BitStrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, ins...
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.
(This project was formerly known as "bitmatch").
You can use this module to both parse and generate binary formats, files and protocols.
Bitstring handling is a...
This is a word-aligned compressed variant of the Java bitset class which implements the bit array data structure. It uses a 64-bit RLE-like compression scheme.
The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try...