SkillAgentSearch skills...

Staticnet

C++ TCP/IP and SSH stack with bounded run time and no dynamic memory allocations

Install / Use

/learn @azonenberg/Staticnet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Static Network Stack

TCP/IP stack with all-static allocations designed for bare metal (no operating system) embedded applications with minimal footprint.

staticnet is intended to comply with a strict subset of the relevant RFCs. In the interest of simplicity and security, many infrequently used features such as IP fragmentation are not supported.

staticnet is written in bare bones C++ with no runtime library dependencies other than mem*(). It uses a zero copy API rather than the conventional BSD sockets API to minimize unnecessary data shuffling.

Looking for sample apps? https://www.github.com/azonenberg/staticnet-demos/

Related Skills

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated5mo ago
Forks0

Languages

C++

Security Score

87/100

Audited on Oct 29, 2025

No findings