Forum Discussion
Altera_Forum
Honored Contributor
15 years agosendto?
I'm trying to send some data over ethernet on the DE2-115, not files, just chunks of random data which I can encode into an IPv4 packet and I know I have to use the the sendto command. However I'm ha...
Altera_Forum
Honored Contributor
15 years agosendto can be used to send data on udp or tcp sockets. Have a look at those examples (http://en.wikipedia.org/wiki/bsd_socket).