/
fluffymax2005
/
libwgcpp
ОбзорДокументацияВойти
/
fluffymax2005
/
libwgcpp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
2
CI/CD
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libwgcpp/
embeddable-wg-library/
..
Makefile

embeddable-wg-library integrated as core library for wrapping

13 дней назад
README

embeddable-wg-library integrated as core library for wrapping

13 дней назад
wireguard.c

embeddable-wg-library integrated as core library for wrapping

13 дней назад
wireguard.h

embeddable-wg-library integrated as core library for wrapping

13 дней назад
README
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+.