Skip to content

Files

Latest commit

 

History

History

udp_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

UDP example

build

make

make 之後會產生 udp_serverudp_client 兩個執行檔

為了讓資料能正常的傳輸,必須先執行 udp_serversocket 去監聽 port 再執行 udp_client 傳送資料,執行結果如下

uninstall

make clean