I want to make Raspberry Pie a client and connect it to the server
I want to make Stm32 a server and send and receive messages through Raspberry Pi and WiFiRaspberry Pie made a code in C languageif ((server_socket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0) { printf("socket() error!"); } ...