zkkkk12 opened a new pull request, #3289:
URL: https://github.com/apache/nuttx-apps/pull/3289

   add Update CMAKEList.txt for UDP tests under CMAKE
   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   add Update CMAKEList.txt for UDP tests under CMAKE
   
   ## Impact
   
   *Update this section, where applicable, on how change affects users,
    build process, hardware, documentation, security, compatibility, etc.*
   
   ## Testing
   
   Verify using the app's built-in UDP test: As a client, the peer device 
starts a UDP server and listens for packets. The local client tests the 
following:
   
   1. Socket creation successful;
   
   2. Packets can be sent to the peer device normally;
   
   3. Packets with a single packet length (UDP payload) of 1460 can be 
successfully sent to the peer device;
   
   Test results are as follows:
   <img width="638" height="221" alt="image" 
src="https://github.com/user-attachments/assets/9d1e510e-7535-473c-885d-3b0209bae234";
 />
   
   
   As a server, test the following:
   
   1. Socket creation successful;
   
   2. Listening on the port successful;
   
   3. Packets sent by the client can be received;
   
   4. Packets with a single packet length of 1460 (UDP payload) can be 
processed. Test results are as follows:
   <img width="1050" height="113" alt="image" 
src="https://github.com/user-attachments/assets/0a5194cd-1d85-46a0-8ea3-aadfdfbf493d";
 />
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to