{"id":23744882,"url":"https://github.com/stm32duino/lwip","last_synced_at":"2025-09-04T19:32:05.215Z","repository":{"id":46698312,"uuid":"95884007","full_name":"stm32duino/LwIP","owner":"stm32duino","description":" Lightweight TCP/IP stack (LwIP)  is a small independent implementation of the TCP/IP protocol suite.","archived":false,"fork":false,"pushed_at":"2023-11-08T09:58:06.000Z","size":4960,"stargazers_count":68,"open_issues_count":0,"forks_count":22,"subscribers_count":8,"default_branch":"main","last_synced_at":"2023-11-08T11:02:27.160Z","etag":null,"topics":["lwip","tcp"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stm32duino.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-30T11:53:14.000Z","updated_at":"2023-09-24T19:58:30.000Z","dependencies_parsed_at":"2022-09-10T13:21:24.505Z","dependency_job_id":null,"html_url":"https://github.com/stm32duino/LwIP","commit_stats":null,"previous_names":[],"tags_count":4,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FLwIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FLwIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FLwIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FLwIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/LwIP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231987772,"owners_count":18456475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lwip","tcp"],"created_at":"2024-12-31T12:50:35.850Z","updated_at":"2024-12-31T12:50:36.438Z","avatar_url":"https://github.com/stm32duino.png","language":"C","readme":"INTRODUCTION\n\nlwIP is a small independent implementation of the TCP/IP protocol suite.\n\nThe focus of the lwIP TCP/IP implementation is to reduce the RAM usage\nwhile still having a full scale TCP. This making lwIP suitable for use\nin embedded systems with tens of kilobytes of free RAM and room for\naround 40 kilobytes of code ROM.\n\nlwIP was originally developed by Adam Dunkels at the Computer and Networks\nArchitectures (CNA) lab at the Swedish Institute of Computer Science (SICS)\nand is now developed and maintained by a worldwide network of developers.\n\nFEATURES\n\n  * IP (Internet Protocol, IPv4 and IPv6) including packet forwarding over\n    multiple network interfaces\n  * ICMP (Internet Control Message Protocol) for network maintenance and debugging\n  * IGMP (Internet Group Management Protocol) for multicast traffic management\n  * MLD (Multicast listener discovery for IPv6). Aims to be compliant with \n    RFC 2710. No support for MLDv2\n  * ND (Neighbor discovery and stateless address autoconfiguration for IPv6).\n    Aims to be compliant with RFC 4861 (Neighbor discovery) and RFC 4862\n    (Address autoconfiguration)\n  * DHCP, AutoIP/APIPA (Zeroconf) and (stateless) DHCPv6\n  * UDP (User Datagram Protocol) including experimental UDP-lite extensions\n  * TCP (Transmission Control Protocol) with congestion control, RTT estimation\n    fast recovery/fast retransmit and sending SACKs\n  * raw/native API for enhanced performance\n  * Optional Berkeley-like socket API\n  * TLS: optional layered TCP (\"altcp\") for nearly transparent TLS for any\n    TCP-based protocol (ported to mbedTLS) (see changelog for more info)\n  * PPPoS and PPPoE (Point-to-point protocol over Serial/Ethernet)\n  * DNS (Domain name resolver incl. mDNS)\n  * 6LoWPAN (via IEEE 802.15.4, BLE or ZEP)\n\n\nAPPLICATIONS\n\n  * HTTP server with SSI and CGI (HTTPS via altcp)\n  * SNMPv2c agent with MIB compiler (Simple Network Management Protocol), v3 via altcp\n  * SNTP (Simple network time protocol)\n  * NetBIOS name service responder\n  * MDNS (Multicast DNS) responder\n  * iPerf server implementation\n  * MQTT client (TLS support via altcp)\n\n\nLICENSE\n\nlwIP is freely available under a BSD license.\n\n\nDEVELOPMENT\n\nlwIP has grown into an excellent TCP/IP stack for embedded devices,\nand developers using the stack often submit bug fixes, improvements,\nand additions to the stack to further increase its usefulness.\n\nDevelopment of lwIP is hosted on Savannah, a central point for\nsoftware development, maintenance and distribution. Everyone can\nhelp improve lwIP by use of Savannah's interface, Git and the\nmailing list. A core team of developers will commit changes to the\nGit source tree.\n\nThe lwIP TCP/IP stack is maintained in the 'lwip' Git module and\ncontributions (such as platform ports) are in the 'contrib' Git module.\n\nSee doc/savannah.txt for details on Git server access for users and\ndevelopers.\n\nThe current Git trees are web-browsable:\n  http://git.savannah.gnu.org/cgit/lwip.git\n  http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git\n\nSubmit patches and bugs via the lwIP project page:\n  http://savannah.nongnu.org/projects/lwip/\n\nContinuous integration builds (GCC, clang):\n  https://travis-ci.org/yarrick/lwip-merged\n\n\nDOCUMENTATION\n\nSelf documentation of the source code is regularly extracted from the current\nGit sources and is available from this web page:\n  http://www.nongnu.org/lwip/\n\nThere is now a constantly growing wiki about lwIP at\n  http://lwip.wikia.com/wiki/LwIP_Wiki\n\nAlso, there are mailing lists you can subscribe at\n  http://savannah.nongnu.org/mail/?group=lwip\nplus searchable archives:\n  http://lists.nongnu.org/archive/html/lwip-users/\n  http://lists.nongnu.org/archive/html/lwip-devel/\n\nlwIP was originally written by Adam Dunkels:\n  http://dunkels.com/adam/\n\nReading Adam's papers, the files in docs/, browsing the source code\ndocumentation and browsing the mailing list archives is a good way to\nbecome familiar with the design of lwIP.\n\nAdam Dunkels \u003cadam@sics.se\u003e\nLeon Woestenberg \u003cleon.woestenberg@gmx.net\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Flwip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Flwip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Flwip/lists"}