//15-04-04 created for live graphics demo
static unsigned char hdr1a[]="HTTP/1.0 200 OK\r\nContent-Type: text/html\r\n\r\n" //beginning of header
"
"
"\r\n"
"OLDUINO Dynamic Graphics Demo"
"
(";
static unsigned char hdr1b[]=" pages served)" //end of header
""
"
"; //to force some spacing
static unsigned char Inst1[]=
"Use The URL bar as your command line:
" //50
"...olduino.robotkiwi.com:1802/bitmap displays a static bitmap
"
"...olduino.robotkiwi.com:1802/1861 displays the bitmap ala 1861
"
"Anything else or browser refresh displays this screen
";
static unsigned char trlr[]="\r\n\r\n";
static unsigned char olduinolink[]="Olduino: An Arduino for the First of Us";
union IPaddr thisip={182}; //the ip that a form/request came from