Local Area Network. A connection between multiple computers or other devices over a limited geographic area. Typically implemented via Ethernet or Wi-Fi.
Questions tagged [lan]
4 questions
2
votes
1 answer
How can I make this code read a page every 10 seconds?
I got problems with the code and I have used most of today, trying to find a solution and it's starting to drive my crazy. I hope one of you guys will be able to help me out.
I need the code to check a specific page every 10 seconds, single…
Kenneth Poulsen
- 123
- 3
2
votes
0 answers
How can I automatically start a LAN connection?
I have a Samsung Galaxy Note 10.1 with JuiceSSH installed. I also have Debian Linux installed via chroot. I'll be ordering an Intel Galileo to use as a portable compilation server. I have an attachment for the Note 10.1 that serves as a USB and an…
Theo Chronic
- 121
- 1
1
vote
3 answers
arduino webserver serves single web page to WAN/Internet very very slowly
I have an arduino web server running from a mega 2560 and a wiznet ethernet shield.
It serves the single page just fine (and very fast) to the LAN (192.168.1.50), but serves the same page very, very, slowly when accessed from the WAN/Internet.
I…
Kes
- 121
- 3
-2
votes
1 answer
Arduino Ethernet Shield connection to PC
is it possible to connect Arduino Ethernet Shield direct to PC and send a String variable? How can I read it later on the PC?
Will this code work?
#include
#include
byte mac[] = { 0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02 }; // Shield…
z0nk0