Skip to content

Instantly share code, notes, and snippets.

@OzuYatamutsu
Created November 21, 2015 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OzuYatamutsu/c77262f35dd0f935544f to your computer and use it in GitHub Desktop.
Save OzuYatamutsu/c77262f35dd0f935544f to your computer and use it in GitHub Desktop.
jinhai@seanc-VirtualBox ~/d/cs4251-project> ./client 127.0.0.1 9999
Welcome to the Internet Time and Weather Service (ITWS).
Please select an option below:
1) Get current server time
2) Get current weather at server location
3) Quit
1
The current server time is: Fri Nov 20 20:07:35 2015
Welcome to the Internet Time and Weather Service (ITWS).
Please select an option below:
1) Get current server time
2) Get current weather at server location
3) Quit
2
The current weather is: Mostly sunny, 10 degrees Celsius
Welcome to the Internet Time and Weather Service (ITWS).
Please select an option below:
1) Get current server time
2) Get current weather at server location
3) Quit
3
Goodbye.
Connection closed by remote host.
jinhai@seanc-VirtualBox ~/d/cs4251-project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment