Skip to content

Send orders from client to server. Orders could be any of create/remove file and create/remove folder.

License

Notifications You must be signed in to change notification settings

osdemah/udp-synchronizer-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

udp-synchronizer-client 0.1

Send orders from client to server. Orders could be any of create/remove file and create/remove folder.

set up

####build cmake . make

####run

to send orders from client to server you should provide following arguments:

  • host (name/IP) address
  • port number
  • event name (any of CREATE_FILE, CREATE_DIR, REMOVE_FILE, REMOVE_DIR)
  • file/folder name
  • sleep time between sending each chunk files in us(optional, default=300us)

example:

./udp_synchronizer_client 192.168.124.167 8000 CREATE_FILE ~/Pictures/screenshot1.jpg 400

contact information

About

Send orders from client to server. Orders could be any of create/remove file and create/remove folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published