Skip to content

Commit

Permalink
add StaticNet - C++ TCP/IP and SSH stack with all-static allocations …
Browse files Browse the repository at this point in the history
…designed for bare metal (no operating system) embedded applications with minimal footprint.
  • Loading branch information
iDoka authored Sep 28, 2024
1 parent 4e24398 commit 02c6afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software
* [RawTCP_Lib](https://github.com/h3xduck/RawTCP_Lib) - C library for creating and using TCP/IP packets with raw network sockets.
* [LRNDIS](https://github.com/fetisov/lrndis) - Ethernet over USB (rndis + lwip).
* [CycloneTCP](https://github.com/Oryx-Embedded/CycloneTCP) - A dual IPv4/IPv6 stack dedicated to embedded applications. The stack is distributed as a full ANSI C and highly maintainable source code ([examples](https://www.oryx-embedded.com/download/CycloneTCP_SSL_SSH_CRYPTO_Open_2_2_4.zip) not included in GitHub's sources).
* [StaticNet](https://github.com/azonenberg/staticnet) - C++ TCP/IP and SSH stack with all-static allocations designed for bare metal (no operating system) embedded applications with minimal footprint.

### Web Server

Expand Down

0 comments on commit 02c6afc

Please sign in to comment.