Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI'll answer this one if nobody minds...
1) Yes you can, you can stream a JPEG (if you use RTP over UDP) or you can just send it and let some application assemble it back (don't know what do you need it for). Anyway, for RTP check out: RFC2435, RFC3550 and RFC3551. Also, download lwip documentation. 2) udp.c contains functions for UDP processing. Have a look at the httpd server example included in this Nios II port to get a better picture on how to use the lwip for UDP processing (the HTTPD is built on TCP, but more-less, it's the same principle with UDP, only easier). 3) Just read all of the above and you should have a good picture on how to use lwip for your particular task. Best regards... Ivan