I am looking for an RTP stack. Has anyone implemented RTP with any success? If so, what products did you use
Pass me some more details & I guess I can help you
Some free IP implementations intended for small micros:
Micro IP: http://www.sics.se/~adam/uip/
Lightweight IP: savannah.nongnu.org/.../
TinyIP: wwwhnl.cs.uec.ac.jp/.../
Commercial implementations:
Web51: http://web51.hw-server.com/
CMX: http://www.cmx.com/
Keil's list: http://www.keil.com/tcpip/links.asp
I don't think any of these specifically implement RTP. However, if you're handing off the RTP to hardware that actually handles the frames, you won't care. RTP is a pretty thin layer on top of UDP. There's not much software could do other than handle the sequence numbers, and it's unlikely you want an 8051 to try to buffer and resequence the frames rather than just drop anything that gets delayed.