Add named pipe RPC server to service
Turn any Windows 7/8 System into a WiFi hotspot
Status: Beta
Brought to you by:
bsawyer85
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:
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
Diff: