Skip to content

Commit

Permalink
Networking additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pid1 committed Feb 7, 2015
1 parent 21eb26a commit 1263216
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified bin/networking/Network.class
Binary file not shown.
1 change: 1 addition & 0 deletions src/networking/Network.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class Network {
// Listen on port 7777
private static final int PORT = 7777;

// The server listens on int PORT and updates the current
public static void serverCurrentTemperatureListener() throws Exception {
ServerSocket listener = new ServerSocket(PORT);
try {
Expand Down

0 comments on commit 1263216

Please sign in to comment.