mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
.. | ||
examples | ||
src | ||
test | ||
Makefile | ||
README.md |
libsam3
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.