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.
|
11 months ago | |
---|---|---|
.. | ||
Trace_Recorder_Configuration | 1 year ago | |
.gitignore | ||
FreeRTOS-simulator-for-Linux.url | ||
FreeRTOSConfig.h | 1 year ago | |
FreeRTOSIPConfig.h | 11 months ago | |
Makefile | 1 year ago | |
README.txt | ||
SimpleTCPEchoServer.c | ||
TCPEchoClient_SingleTasks.c | 1 year ago | |
TCPEchoClient_SingleTasks.h | ||
code_coverage_additions.c | ||
console.c | ||
console.h | ||
main.c | 1 year ago | |
main_networking.c | 1 year ago | |
runtime_stats_hooks.c |
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