Skip to content

Instantly share code, notes, and snippets.

@OzuYatamutsu
Created November 21, 2015 01:00
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/09f6eecd1713f58b3a88 to your computer and use it in GitHub Desktop.
Save OzuYatamutsu/09f6eecd1713f58b3a88 to your computer and use it in GitHub Desktop.
jinhai@seanc-VirtualBox:~/dev/cs4251-project$ cat server.log
[Server] Opening socket on port 9999.
[Client 127.0.0.1:38686] Connected.
[Client 127.0.0.1:38687] Connected.
[Client 127.0.0.1:38688] Connected.
[Client 127.0.0.1:38686] Q: What time is it?
[Client 127.0.0.1:38686] A: Fri Nov 20 19:54:07 2015
[Client 127.0.0.1:38687] Q: What's the weather?
[Client 127.0.0.1:38687] A: Mostly sunny, 10 degrees Celsius
[Client 127.0.0.1:38687] Q: What time is it?
[Client 127.0.0.1:38687] A: Fri Nov 20 19:54:12 2015
[Client 127.0.0.1:38686] Q: What's the weather?
[Client 127.0.0.1:38686] A: Light showers, 13 degrees Celsius
[Client 127.0.0.1:38686] Wants to terminate!
[Client 127.0.0.1:38686] Disconnected.
[Client 127.0.0.1:38688] Q: What time is it?
[Client 127.0.0.1:38688] A: Fri Nov 20 19:54:19 2015
[Client 127.0.0.1:38687] Wants to terminate!
[Client 127.0.0.1:38687] Disconnected.
[Client 127.0.0.1:38688] Q: What's the weather?
[Client 127.0.0.1:38688] A: Thunderstorms, 4 degrees Celsius
[Client 127.0.0.1:38688] Wants to terminate!
[Client 127.0.0.1:38688] Disconnected.
[Server] Shutting down.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment