Simple UDP Server/Client to sync files from inside of container.
Go to file
2022-10-10 17:48:24 +03:00
.gitignore Initial commit. Added Notify class, makefile and common header 2022-10-05 16:48:30 +03:00
client.cpp Initial commit. Added Notify class, makefile and common header 2022-10-05 16:48:30 +03:00
common.cpp Notify now reports the events and files correctly 2022-10-10 17:48:24 +03:00
common.h Notify now reports the events and files correctly 2022-10-10 17:48:24 +03:00
Makefile Initial commit. Added Notify class, makefile and common header 2022-10-05 16:48:30 +03:00
Notify.cpp Notify now reports the events and files correctly 2022-10-10 17:48:24 +03:00
Notify.h Notify now reports the events and files correctly 2022-10-10 17:48:24 +03:00
server.cpp Initial commit. Added Notify class, makefile and common header 2022-10-05 16:48:30 +03:00