Altera_Forum
Honored Contributor
20 years agoNew to Nios - Help
Hi,
I'm new to Nios (and embedded systems) and I'm looking to implement an application via UDP. I just completed the LwIP (telnet) tutorial and was trying to figure out how to use it (the SSS template) for my application. Basically I’m looking to use a UDP socket and I want to read and write from/to that socket. I’m using UDP because speed is important and it’s not an issue if some packets are lost. Data read by the socket would be processed in a logic block on the FPGA (stratix 1s40) and then the result would be spat out, back to the socket for transmission. I would be grateful for any help.