The project includes:
- Free RTOS running under Linux;
- LwIP runing under Free RTOS;
Useful for development of FreeRTOS with TCP/IP protocol support.
Version 10.0.1.
::
enter into freeRtos directory, and 'make' to built 'FreeRtos_demo'
Usage:
::
cmake ../lwip -DCMAKE_INSTALL_PREFIX=$PWD -DCMAKE_BUILD_TYPE=Debug
`make` to build library and 'simRate';
'./bin/start.sh' to initialize virtual TAP network device
* tap0: 192.168.166.1
* tap1: 192.168.167.1
'simRate'
Testing:
::
'ping 192.168.166.2'
* if simRtos is not running, ping 192.168.166.2 will fail
`telnet 192.168.166.2`
wget http://192.168.166.2