Web Interfacing
i'm new arduino, i'm plunging right in open source. before venture vast unknown of pulling info off web arduino...
using work done online i've managed make arduino dhcp lease server whenever boots , resolve domain names when entered serial monitor. gives me nice little plug , play board tell me ip address of whatever url enter.
to error check entered ip addresses browser. uh oh! apparently companies server doesn't allow navigate web site ip address. plan fix server manager, led interesting question.
can arduino made query urls rather ip addresses?
i have no experience c/c++ or arduino, please excuse me if silly question.
thanks help.
using work done online i've managed make arduino dhcp lease server whenever boots , resolve domain names when entered serial monitor. gives me nice little plug , play board tell me ip address of whatever url enter.
to error check entered ip addresses browser. uh oh! apparently companies server doesn't allow navigate web site ip address. plan fix server manager, led interesting question.
can arduino made query urls rather ip addresses?
i have no experience c/c++ or arduino, please excuse me if silly question.
thanks help.
the first thing happens when client requests web page server url ip conversion done. involves call dns server map domain name ip address.
if can find code on pc, , fit code in available memory on arduino, perform dns lookup ip address.
how blocking that? web site secure web site (https://something)?
if can find code on pc, , fit code in available memory on arduino, perform dns lookup ip address.
quote
apparently companies server doesn't allow navigate web site ip address.
how blocking that? web site secure web site (https://something)?
Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Web Interfacing
arduino
Comments
Post a Comment