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.
FreeRTOS/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix
Tony Josi 000c005cee
Update +TCP to latest version (#1192)
11 months ago
..
Trace_Recorder_Configuration Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082) 1 year ago
.gitignore
FreeRTOS-simulator-for-Linux.url
FreeRTOSConfig.h Add x64 configuration to Win32-MSVC demo (#1164) 1 year ago
FreeRTOSIPConfig.h Update +TCP to latest version (#1192) 11 months ago
Makefile Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082) 1 year ago
README.txt
SimpleTCPEchoServer.c
TCPEchoClient_SingleTasks.c Fix build issue in FreeRTOS+TCP QEMU demo when DHCP enabled (#1092) 1 year ago
TCPEchoClient_SingleTasks.h
code_coverage_additions.c
console.c
console.h
main.c Add x64 configuration to Win32-MSVC demo (#1164) 1 year ago
main_networking.c Remove deprecated ipconfigRAND32 (#1108) 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