/libsam3

C SAMv3 library

Primary LanguageC

libsam3

Build Status

A C library for the SAM v3 API.

Development Status

Unmaintained, but PRs welcome!

Usage

Copy the two files from one of the following locations into your codebase:

  • src/libsam3 - Synchronous implementation.
  • src/libsam3a - Asynchronous implementation.

See examples/ for how to use various parts of the API.