Feb 11, 2014

Changes after Foscam firmware upgrade

It took sometime for me to figure out what was going on.
It seems like after upgrading the firmware of Foscam camera to the latest, 11.37.2.54, "get_params.cgi" was gone. It is replaced with "get_status.cgi".

It looks like this:
$ wget -q -S -O - http://192.168.1.80/get_status.cgi\?user=admin\&pwd=pass
  HTTP/1.1 200 OK
  Server: Boa/0.94.13
  Date: Tue, 11 Feb 2014 09:14:36 GMT
  Content-Type: text/plain
  Content-Length: 361
  Cache-Control: no-cache
  Connection: close
var id='00626E46F948';
var sys_ver='11.37.2.54';
var app_ver='2.0.10.7';
var alias='foscam01';
var now=1392110076;
var tz=28800;
var alarm_status=0;
var ddns_status=0;
var ddns_host='';
var oray_type=0;
var upnp_status=0;
var p2p_status=0;
var p2p_local_port=24937;
var msn_status=0;
var wifi_status=0;
var temperature=0.0;
var humidity=0;
var tridro_error='';
I don't know what else is changed.

No comments: