FreeRTOS/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix
Tony Josi a3c047d22f
Update FreeRTOS+TCP to latest version V4.3.1 ()
Update FreeRTOS+TCP to latest version V4.3.1
..
Trace_Recorder_Configuration Updates FreeRTOS-Plus-Trace to a submodule pointer ()
.gitignore Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo ()
FreeRTOS-simulator-for-Linux.url Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()
FreeRTOSConfig.h Update FreeRTOS+TCP to latest version V4.3.1 ()
FreeRTOSIPConfig.h Update FreeRTOS+TCP to latest version V4.3.1 ()
Makefile Update FreeRTOS+TCP to latest version V4.3.1 ()
README.txt Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo ()
SimpleTCPEchoServer.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()
TCPEchoClient_SingleTasks.c Update FreeRTOS+TCP to latest version V4.3.1 ()
TCPEchoClient_SingleTasks.h Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()
code_coverage_additions.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()
console.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()
console.h Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()
main.c Add x64 configuration to Win32-MSVC demo ()
main_networking.c Update FreeRTOS+TCP to latest version V4.3.1 ()
runtime_stats_hooks.c Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. ()

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