/
fluffymax2005
/
libwgcpp
Обзор
Документация
Войти
/
fluffymax2005
/
libwgcpp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
2
CI/CD
Аналитика
Безопасность
master
embeddable-wg-library/README
23 строки
607 B
fluffymax2005
embeddable-wg-library integrated as core library for wrapping
30 июл 2026, 10:51
30 июл 2026, 10:51
163d188
Код
Авторство
О чём код?
Embeddable WireGuard C Library ============================== This is a mini single-file library, meant to be embedded directly into the source code of your program. It is *not* meant to be built as a shared library. Usage ----- Copy wireguard.c and wireguard.h into your project. They should build with any C89 compiler. There are no dependencies except libc. Please see the set of simple functions in wireguard.h for information on how to use, as well as the example code in test.c. License ------- Because this uses code from libmnl, wireguard.c and wireguard.h are licensed under the LGPL-2.1+.