Accessing web address without IP address
hello,
i totally new arduino , glad find such active forum.
i trying make arduino displays webpages on web. (in plain text format.)
for instance, error log stays in plain text format on website , can accessible: http://gon770.com/log.php?code=error
only thing need print result on lcd screen using arduino. however, found difficulties.
1. ip address. of web service these days not offer ip address. (since sharing web hosting) can start?
2. mac address. should use random 1 or there anyway find correct mac address not have issue later?
3. there many devices on ebay such arduino compatible. can use 1 instead of 1 arduino?
thank much.
i totally new arduino , glad find such active forum.
i trying make arduino displays webpages on web. (in plain text format.)
for instance, error log stays in plain text format on website , can accessible: http://gon770.com/log.php?code=error
only thing need print result on lcd screen using arduino. however, found difficulties.
1. ip address. of web service these days not offer ip address. (since sharing web hosting) can start?
2. mac address. should use random 1 or there anyway find correct mac address not have issue later?
3. there many devices on ebay such arduino compatible. can use 1 instead of 1 arduino?
thank much.
quote
1. ip address. of web service these days not offer ip address. (since sharing web hosting) can start?
they offer ip address, 1 ip address shared between several websites. if use domain name server, correct ip. must send host send.
code: [select]
client.write("get /mypage.com http/1.0\r\nhost: www.mydomain.com\r\n\r\n");
Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > Accessing web address without IP address
arduino
Comments
Post a Comment