Skip to content

ruediger/libbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d813e78 · Oct 17, 2013

History

68 Commits
Oct 17, 2013
Nov 2, 2009
Jul 10, 2013
Oct 17, 2013
Oct 22, 2009
Nov 2, 2009
Nov 1, 2009
Oct 17, 2013
Oct 23, 2009
Oct 23, 2009
Nov 2, 2009
Oct 23, 2009
Apr 21, 2011
Oct 23, 2009

Repository files navigation

LibBERT — a BERT (Binary ERlang Term) library for C++ and C.

BERT is a format for encoding binary data. You can think of it as JSON for binary formats. BERT is based on Erlang’s External Format.

bert.h is the C API (you need to link -lbert_capi!). bert.hpp is the C++ API (header only).

See http://bert-rpc.org/

This library is written by Rüdiger Sonderfeld <ruediger@c-plusplus.de>. Some basic stuff (CMake setup etc.) is copied from the Flusspferd project.

Thanks to Nikolas Bowe, Samuel Chou, and Richard van der Hoff for their contributions.

The library is licensed under the beerzlib license. The beerzlib license is a modified zlib license. It contains an additional clause that encourages users to send beer (or other beverages or gifts) to the developers. See the file license for the full text of the license.