Compact Internet Protocol Suite
April 14th, 2008- Created by:
- License:Freeware
- Cost:$0.00
- Category:
- Rating:
- Download:Windows
Publisher's description
cIPS is a robust TCP/IP stack for embedded devices.The cIPS library runs without an Operating System and is entirely abstract from any platform. However, it has been fully tested on the Xilinx Spartan 3E Starter Kit.
- » Download:Windows


April 15th, 2008 at 9:48 pm
I needed a reliable TCP/IP stack which could support many connections-deconnections. I needed it realtime as well with a CPU running at 50Mhz only. cIPS does the job perfectly.
cIPS is light and fast. It does not allocated any memory which was good for my microblaze which did not support dynamic memory allocation. It is implemented in C but with Object Oriented ideas which makes the organization of the stack clear and understable.
Well done, you saved my project.