# ESP32 아두이노를 위한 WireGuard 구현

> Clean Markdown view of GeekNews topic #8152. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8152](https://news.hada.io/topic?id=8152)
- GeekNews Markdown: [https://news.hada.io/topic/8152.md](https://news.hada.io/topic/8152.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-01-01T10:37:02+09:00
- Updated: 2023-01-01T10:37:02+09:00
- Original source: [github.com/ciniml](https://github.com/ciniml/WireGuard-ESP32-Arduino)
- Points: 5
- Comments: 1

## Topic Body

- lwIP(Lightweight IP) Stack용으로 구현된 WireGuard를 아두이노에 맞게 조정   
- lwIP WireGuard의 특징   
  - malloc을 사용하지 않아서 고정된 RAM크기에 적합  
  - C로만 작성   
  - 스택 크기/플래시 및 램을 아주 적게 사용   
- BSD3 라이센스

## Comments



### Comment 13950

- Author: googolcore
- Created: 2023-01-02T11:32:03+09:00
- Points: 1

maclloc은 malloc의 오타겠죠???
