Search found 1 match

by SuperClark
Sun Jul 15, 2018 9:45 am
Forum: General Discussion
Topic: Can't recive data by recvfrom
Replies: 1
Views: 3013

Can't recive data by recvfrom

I just want to recive a command data to control an IO, it uses UDP protocol. WIFI is OK. I try to send some data to this port. But the function 'recvfrom' can't get any data. Please give me some help, thank you. static void wifi_task() { struct sockaddr_in client_addr, local_addr; int recved_bytes; ...