Process to request data:
- Connect to socket and send message with the line "Profile Request"
- Microservice will receive line and open file dialogue box for user.
Process to receive data:
- After sending "Profile Request", wait for user to select photos. Once they have, a response will be send through the socket.
- The first line given by the socket will be the number of images that the socket is sending.
- The next lines will be the file paths to those images.