Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 251 Bytes

jsonprase

#udpsrv.c is udpclient udpcli.c is udpserver

#it can send XDU packet to each other

#prase.c can responde XDU Json and i'm writing prase XDU Json

use:

gcc udpcli.c -o xxx

other termial: gcc udpsrv.c -o xxx

gcc cJson.c prase.c -o xxx