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
Monika Singh f60dd88609
Remove deprecated ipconfigRAND32 (#1108)
* Remove deprecated ipconfigRAND32

* Uncrustify: triggered by comment.

* Update

* Check for return value

* Uncrustify: triggered by comment.

* Update

---------

Co-authored-by: GitHub Action <action@github.com>
1 year ago
..
Trace_Recorder_Configuration Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082) 1 year ago
.gitignore Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2 years ago
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. (#1083) 1 year ago
FreeRTOSConfig.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. (#1083) 1 year ago
FreeRTOSIPConfig.h Remove deprecated ipconfigRAND32 (#1108) 1 year ago
Makefile Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082) 1 year ago
README.txt Implement libslirp for FreeRTOS_Plus_TCP_Echo_Posix demo (#1026) 2 years ago
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. (#1083) 1 year ago
TCPEchoClient_SingleTasks.c Fix build issue in FreeRTOS+TCP QEMU demo when DHCP enabled (#1092) 1 year ago
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. (#1083) 1 year ago
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. (#1083) 1 year ago
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. (#1083) 1 year ago
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. (#1083) 1 year ago
main.c Updates FreeRTOS-Plus-Trace to a submodule pointer (#1082) 1 year ago
main_networking.c Remove deprecated ipconfigRAND32 (#1108) 1 year ago
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. (#1083) 1 year 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