You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b1d2de487b
* Update posix demo for +TCP update. * Update Libslirp name & +TCP submodule pointer * Update manifest --------- Co-authored-by: Monika Singh <moninom@amazon.com> |
2 years ago | |
---|---|---|
.. | ||
Trace_Recorder_Configuration | 2 years ago | |
.gitignore | 2 years ago | |
FreeRTOS-simulator-for-Linux.url | 4 years ago | |
FreeRTOSConfig.h | 2 years ago | |
FreeRTOSIPConfig.h | 2 years ago | |
Makefile | 2 years ago | |
README.txt | 2 years ago | |
SimpleTCPEchoServer.c | 2 years ago | |
TCPEchoClient_SingleTasks.c | 2 years ago | |
TCPEchoClient_SingleTasks.h | 2 years ago | |
code_coverage_additions.c | 2 years ago | |
console.c | 2 years ago | |
console.h | 2 years ago | |
main.c | 2 years ago | |
main_networking.c | 2 years ago | |
runtime_stats_hooks.c | 2 years ago |
README.txt
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