xuxiuxi
2017-05-11 109ffe9a777658936a38d0c146579a67c60a0d17
ProxyServer/main.c
@@ -19,12 +19,34 @@
   char* user="supervisor";
   char* pass="supervisor";
   int Channel=0;   
   int s_year=2016,s_month=12,s_day=6,s_hour=17,s_min=27,s_sec=41;
   int e_year=2016,e_month=12,e_day=7,e_hour=19,e_min=27,e_sec=41;
   int s_year=2016,s_month=12,s_day=8,s_hour=10,s_min=27,s_sec=41;
   int e_year=2016,e_month=12,e_day=8,e_hour=14,e_min=27,e_sec=41;
   printf("========================start============\n");
   result=GetPHPSearchMetaInfo(AnaylserIP,user,pass,Channel,s_year,s_month,s_day,s_hour,s_min,s_sec,e_year,e_month,e_day,e_hour,e_min,e_sec);   //potection function   
   //result=GetDeviceInfo(AnaylserIP);
   printf("serchresult=%s\n",result);      
   
   //Channel=1;
   //s_day=7;
   //printf("========================start============\n");
   //result=GetPHPSearchMetaInfo(AnaylserIP,user,pass,Channel,s_year,s_month,s_day,s_hour,s_min,s_sec,e_year,e_month,e_day,e_hour,e_min,e_sec);   //potection function
   ////result=GetDeviceInfo(AnaylserIP);
   //printf("serchresult=%s\n",result);
   //
   //Channel=0;
   //s_day=8;
   //printf("========================start============\n");
   //result=GetPHPSearchMetaInfo(AnaylserIP,user,pass,Channel,s_year,s_month,s_day,s_hour,s_min,s_sec,e_year,e_month,e_day,e_hour,e_min,e_sec);   //potection function
   ////result=GetDeviceInfo(AnaylserIP);
   //printf("serchresult=%s\n",result);
   //
    //
   //Channel=1;
   //s_day=7;
   //printf("========================start============\n");
   //result=GetPHPSearchMetaInfo(AnaylserIP,user,pass,Channel,s_year,s_month,s_day,s_hour,s_min,s_sec,e_year,e_month,e_day,e_hour,e_min,e_sec);   //potection function
   ////result=GetDeviceInfo(AnaylserIP);
   //printf("serchresult=%s\n",result);
   return 1;   
}