Skip to content

This repo using UDP protocol to transmit messages/files.

Notifications You must be signed in to change notification settings

HaogeZhou/UDP_Transmission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This directory is using UDP protocol to transmit messages.

Using following command to compile.

g++ client.cpp -o client -lboost_system
g++ server.cpp -o server -lboost_system

About

This repo using UDP protocol to transmit messages/files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages