=============================================
    Remote Framework Sample:  NetControl
=============================================

* Overview

NetControl is a socket server application that can be controlled
from another PC. 

PC(Any OS)--[Socket port:54321]-->PC(Windows)--[RFW]>-->AIBO
Socket Client                     NetControl

* How to use

1. Build NetControl by using Visual C++6.0 or later.
2. Turn on AIBO with the AIBO Remote Framework Memory Stick.
3. Execute NetControl
  3.1 If you want to execute NetControl.exe stand alone, 
      *.dll files are needed in the same folder as NetControl.exe,
      or *.dll files must be in your PATH (Windows Environment Variable).
4. Input AIBO's IP address and click the Connect button.
5. Click the Remote button.
 (This sample is based on BaseClient, so you can control AIBO
 from this dialog window)
6. Click the Socket Server ON button.
7. Run a suitable socket client application and send '1', '2', or '3'
 via socket port 54321.

 The following are socket client applications: 
  A. echo_client.exe in the EchoServer sample of the OPEN-R SDK.
     The OPEN-R SDK download page can be found here:  http://www.sony.net/openr  
  B. RFW_connect.php and rfw_test.html in php_socket_appli
     in this sample folder.
     You will need a web server that can handle .php files. Apache HTTP server
     with php is one of them.
     http://www.apache.org/
     http://www.php.net/
