Skip to content

Java Client Server Application which detects insertion and removal of Flash Drives in Client Computers Across a LAN !

Notifications You must be signed in to change notification settings

sanket407/RemoteFlashDriveDetector

Repository files navigation

RemoteFlashDriveDetector

Java Client Server Application which detects insertion and removal of Flash Drives in Client Computers Across a LAN !

Tested successfully on Windows 7 and Ubuntu 16.04

Steps to Run Client:

  1. Open RemoteFlashDriveDetector/remoteflashdrivedetector-client/src/main/resources/settings.properties
  2. Set operating system to either "ubuntu" or "windows" depending on the OS on client machine.
  3. Set port
  4. Go the RemoteFlashDriveDetector/remoteflashdrivedetector-client/
  5. Run from terminal by using -> mvn exec:java

Steps to Run Server:

  1. Open RemoteFlashDriveDetector/remoteflashdrivedetector-server/src/main/resources/settings.properties
  2. Set ip to the same ip as your network interface on the server machine.
  3. Set port
  4. Go the RemoteFlashDriveDetector/remoteflashdrivedetector-server/
  5. Run from terminal by using -> mvn exec:java

IMPORTANT - Port on both client and server should be same to enable multicasting to work

About

Java Client Server Application which detects insertion and removal of Flash Drives in Client Computers Across a LAN !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages