Things to try....

Implement a thread interface for netwatch....
To service global variable changes from a remote process...
Read via a PIPE (FIFO?) in order to pick up commands....
	PIPE is 700 owned by root for security
	/root/.netwatch.pipe
	(Created by X process BEFORE running netwatch normally...)
	Netwatch will check for the PIPE and monitor it ONLY if
	it is there...

	PIPE INFO is as follows
	
	PIPE MARKER BYTE
	MESSAGE TYPE BYTE
	MESSAGE LENGTH INTEGER
	.
	.DATA
	.
	PIPE ENDMARK BYTE

Types of Messages

	01 KEYBOARD INPUT
	more coming...



