SNAP Connect Example for E10 -- TCP Raw Link
  This example provides transparent data access via the E10.  This allows the E10 to be used as a
  terminal-server style IP gateway for applications in a network of "SNAP Link" wireless serial devices. 
  (accepts tcp connections - e.g. telnet - and broadcasts the stream)

First copy the files to your E10. For this example we put files in the
directory: /root/tcpraw
You can use ssh/scp, or mount a flash drive, etc. to get files copied.

Copy the "S999snap" shell script to /etc/init.d

Test invoke the program using "# python tcpRawLink.py
This will show debug on the console when data is transferred.

Test the "daemonized" version with "# python remote_daemon.py start

Program should start at boot if configured per above instructions.

Use Portal to set the channel of your E10's bridge, and if desired you can
upload the "e10bridge.py" script to it for status LED support.

