NET
Copy the client for ARM to board, and server for x86 to PC, they can be find in the ”
$ ./server 192.168.1.2
And run the client on the board, then will show the follow info.
# ./client 192.168.1.1
send messages: 1234567890 to 192.168.1.1
send messages: 1234567890 to 192.168.1.1
send messages: 1234567890 to 192.168.1.1
At the same time, you can see the data on the PC which from the board:
$ ./server 192.168.1.2
received messages: 1234567890 from 192.168.1.2
received messages: 1234567890 from 192.168.1.2
received messages: 1234567890 from 192.168.1.2