Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 563 Bytes

libgetsetproxy

This is a header-only C++ library for proxying get/set access to an object. It's used in other libraries such as libspp, libcadu, and libgiis to provide a consistent interface to get/set fields within the packet, bit-packing them into place and recalculating checksums.

Building

make
make install

Thanks

Many thanks to Jonathan Tanner for his help in writing this library.