FreeRTOS-Kernel/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix
ActoryOu b1d2de487b
Update libslirp network interface API and +TCP submodule pointer (#1062)
* Update posix demo for +TCP update.

* Update Libslirp name & +TCP submodule pointer

* Update manifest

---------

Co-authored-by: Monika Singh <moninom@amazon.com>
2023-08-08 12:10:25 +08:00
..
Trace_Recorder_Configuration FreeRTOS Trace Fixes (#888) 2022-12-07 16:01:29 -08:00
.gitignore Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2023-07-18 10:53:11 -07:00
code_coverage_additions.c [AUTO][RELEASE]: Bump file header version to "202212.00" 2022-12-10 01:17:30 +00:00
console.c [AUTO][RELEASE]: Bump file header version to "202212.00" 2022-12-10 01:17:30 +00:00
console.h [AUTO][RELEASE]: Bump file header version to "202212.00" 2022-12-10 01:17:30 +00:00
FreeRTOS-simulator-for-Linux.url Split networking from posix and qemu mps2 demos (#455) 2020-12-12 16:29:23 -08:00
FreeRTOSConfig.h Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2023-07-18 10:53:11 -07:00
FreeRTOSIPConfig.h Update libslirp network interface API and +TCP submodule pointer (#1062) 2023-08-08 12:10:25 +08:00
main.c Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2023-07-18 10:53:11 -07:00
main_networking.c Update libslirp network interface API and +TCP submodule pointer (#1062) 2023-08-08 12:10:25 +08:00
Makefile Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2023-07-18 10:53:11 -07:00
README.txt Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2023-07-18 10:53:11 -07:00
runtime_stats_hooks.c [AUTO][RELEASE]: Bump file header version to "202212.00" 2022-12-10 01:17:30 +00:00
SimpleTCPEchoServer.c Merging IPv6 demo changes to main (#1028) 2023-07-06 12:22:11 +05:30
TCPEchoClient_SingleTasks.c Update libslirp network interface API and +TCP submodule pointer (#1062) 2023-08-08 12:10:25 +08:00
TCPEchoClient_SingleTasks.h Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2023-07-18 10:53:11 -07:00

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