Mongoose Integration Guide
This guide shows how to intgrate Mongoose to a different targets.
Mongoose can run on top of existing BSD-compatible TCP/IP stack, or it can run standalone since it has a built-in TCP/IP stack with drivers.
Existing TCP/IP stack
Mongoose can run on any system with BSD-compatible TCP/IP stack. These includes lwIP with sockets support, Zephyr, Windows, ESP32, Mac, Linux, Android, iPhone.
To integrate Mongoose, just follow the Getting started guide.
STM32 built-in Ethernet
- STM32 with built-in Ethernet. Also, a detailed guide is availabe at STMicroelectronics Community Knowledge Base at STM32H7 Ethernet with Mongoose: Getting started guide
NXP
ESP32
RP2040 / RP2350
Any MCU with W5500
- nucleo-g031 STM32 bare metal CMSIS-only example
- Arduino Arduino example