Ben Sawyer - 2015-04-02
  • Description has changed:

Diff:

--- old
+++ new
@@ -1,4 +1,6 @@
 When the service starts, it should start a named pipe server that will be connected to from the tray icon.  This server should accept a set of commands allowing for control and status reporting to/from the tray icon.  Commands should include:
+
 * Start/Stop the network
 * Report current network state (stopped, running, not configured)
+
 Commands should be defined using a shared Enum in the common lib.  Enum should have int values that will be sent across the pipe.  Errors should be reported by the service using an error command followed by the message string terminated by a double NULL