Skip to content
Hamed Soleimani edited this page Jan 23, 2016 · 2 revisions

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

Clone this wiki locally