Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======================================= Free RTOS and LwIP simulating in Linux

The project includes:

  • Free RTOS running under Linux;
  • LwIP runing under Free RTOS;

Useful for development of FreeRTOS with TCP/IP protocol support.


FreeRTOS

Version 10.0.1.

::

enter into freeRtos directory, and 'make' to built 'FreeRtos_demo'


LwIP 2.0

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

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages