1. checkout svn
2. copy Ethernet2 to /opt/arduino/libraries/Ethernet2
3. load the Ethernet2/chat_server demo
4. compile (verify)
First problem is that the chatserver demo has:
#include <Ethernet.h>
when it needs
#include <Ethernet2.h>
but then,
Ethernet2/Server.cpp also needs
#include "Ethernet2.h"
on line 7
Original issue reported on code.google.com by gdam...@gmail.com on 11 Feb 2010 at 11:38
Original issue reported on code.google.com by
gdam...@gmail.com
on 11 Feb 2010 at 11:38