mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 01:07:47 -04:00
* Update freertos-plus-tcp-echo-posix git workflow to include echo server setup with port 5000, update Ubuntu runner version to 22.04, install glib and libslirp, and add git run action with TRACE_ON_ENTER=0 which disables trace output saved msg * Update ipconfigNETWORK_MTU to 1500, ipconfigBUFFER_PADDING on 64-bit platforms, and FreeRTOS-Plus-TCP submodule libslirp version number in backend file * Format code, update lexicon.txt and create ReadMe --------- Co-authored-by: Xiaodong Li <xiaodonn@amazon.com>
4 lines
307 B
Text
4 lines
307 B
Text
FreeRTOS_Plus_TCP_Echo_Posix depends on Libslirp library to emulate network interface.
|
|
Make sure libslirp and glib (libslirp dependency) are installed before building the demo:
|
|
1. Run sudo apt-get install -y git build-essential libglib2.0-dev libslirp-dev in Ubuntu OS
|
|
2. Run brew install libslirp in MacOS
|