GUIDEURL GUL

Description:

  Handles Adtec TV guide server extraction. 

Form:

  Command Handler: EIT_SCH
  GUIDEURL|GUL [OPTION] [SETTING PARAMETERS]
  OPTION: 
          "-c"    Get name of the url the system is trying to get the tv guide from
          "-p"    Get period in seconds at which system is polling from the server
          
  SETTING PARAMETERS:
           "-c [Name of the url the system is trying to get the tv guide from]"        
           "-p [period in seconds at which system is polling from the server]"
  
  FORCING UPDATE PARAMETERS:
  			  "-f"    Force server update with current URL.

Response:

  "OK\r\n" to acknowledge receipt of command, or
  "OK\r\n" to acknowledge receipt of command and display URL for the TV guide or pull rate.
  "ERROR- [Description]\r\n" if error, ending command
  "\r\n" concludes modify responses (empty line)

Examples:

  *.EIT_SCH GUL -c 
    OK\r\n
    http://192.168.10.14:8084/opera/Admin?serial=1004D019296&method=getCache
    r\n

  *.EIT_SCH GUL -c http://192.168.10.14:8084/opera/Admin?serial=1004D019296&method=getCache
    Response is: OK\r\n
                 \r\n  

  *.EIT_SCH GUL -p 3600
    Response is: OK\r\n
                 \r\n  
                 
   *.EIT_SCH GUL -p
    Response is: 
    OK\r\n
    3600
    \r\n
    
   *.EIT_SCH GUL -f
    Response is: 
    OK\r\n
    3600
    \r\n                

Notes:

  
Created By: Adtec Digital