mongoose/mip
2022-06-21 12:11:59 +01:00
..
driver_stm32.c Make stm32 eth declared as volatile 2022-06-21 12:11:59 +01:00
driver_w5500.h Move mip into mip/ 2022-06-11 17:29:45 +01:00
mip.c Use mip for arm and riscv targets 2022-06-12 12:43:01 +01:00
mip.h Move mip into mip/ 2022-06-11 17:29:45 +01:00
README.md Fix typo 2022-06-11 17:40:48 +01:00

MIP - experimental TCP/IP stack for Mongoose Library

This bare-metal embedded TCP/IP stack is designed specifically for Mongoose. It does not implement BSD sockets interface - instead, it implements an event-based API tailored for Mongoose Library. As a result, it does not need to use synchronisation primitives. It is very fast, and can work with or without RTOS.

See example usage at examples/stm32/nucleo-f746zg-baremetal