Remote Framework (RFW) Sample Programs

+ The following sample programs are included:

   RemoteTest              Test sample
   BaseClient              Basic client sample
   NetControl              Basic client sample with network control
   TakePicture             Basic client sample with network control and picture taking
   SimpleNavi              Simple remote control application
   GetSensorInfo           Get AIBO's sensor information
   AudioGet                Get AIBO's microhone data and play by PC speaker

+ Directory tree

--+-- LIB -- Release (Library, working directory when samples are executed)
  |
  |
  +-- INCLUDE (include files)
  |
  |
  +-- RFW_Sample --+--  BaseClient --+-- Release (Folder where *.exe will be saved)
                   |                 +
                   |                 |
                   |                 +-- res (resources)
                   |
                   +-- the other samples

+ Note
  When you execute these samples, the working directory for debugging is set to LIB/Release.
  The *.exe files that will be built are saved in Sample_Folder/Release.
  When you want to execute *.exe files directly from the Windows file manager,
  *.dll need to be in the same folder as the *.exe files, or *.dll must be in your PATH 
  (Windows Environment Variable).
