Forum Discussion
Altera_Forum
Honored Contributor
16 years agolwIP Related
Dear Friend . I have to communicate my Linux Based Client ...with Nios based Server, Using lwIP.... i am comfortable in lilnux socket programming ...but have little idia on NIOS-ii Processor.. ...
Altera_Forum
Honored Contributor
16 years agoThanx BillA,
1.Simple Socket Server Example is working with Quartus 5, and use telnet as a server. with lwIP only. (Example code given along with NIOS-II it IDE tool ) 2. Is the API's i am using on Linux (bind, connect, etc.) while writing socket programming is same on lwIP? 3. If I wish to take data through Ethernet using lwip and after processing it ...i want to forward it to some other ip address or some other FPGA modules, does it required OS in between?