friendev EtherDune TCP/IP library
Macros | Functions | Variables
EtherSocketTest.ino File Reference
#include <ACross.h>
#include <Checksum.h>
#include <TCPSocket.h>
#include <UDPSocket.h>
#include <inet.h>
#include <ENC28J60.h>
#include <DNS.h>
#include <FlowScanner.h>
#include <HTTPClient.h>
#include <DHCP.h>
#include <ACLog.h>

Go to the source code of this file.

Macros

#define AC_LOGLEVEL   6
 

Functions

 ACROSS_MODULE ("EtherSocketTest")
 
void setup ()
 
void loop ()
 

Variables

static const uint8_t CS_PIN = 10
 
static MACAddress_P mymac = { 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64 }
 
static IPAddress_P gatewayIP = { 192, 168, 1, 1 }
 
static IPAddress_P myIP = { 192, 168, 1, 33 }
 
static IPAddress_P netmask = { 255, 255, 255, 0 }
 
DHCP dhcp
 

Macro Definition Documentation

#define AC_LOGLEVEL   6

Definition at line 29 of file EtherSocketTest.ino.

Function Documentation

ACROSS_MODULE ( "EtherSocketTest"  )
void loop ( )

Definition at line 82 of file EtherSocketTest.ino.

void setup ( )

Definition at line 43 of file EtherSocketTest.ino.

Variable Documentation

const uint8_t CS_PIN = 10
static

Definition at line 34 of file EtherSocketTest.ino.

DHCP dhcp

Definition at line 40 of file EtherSocketTest.ino.

IPAddress_P gatewayIP = { 192, 168, 1, 1 }
static

Definition at line 36 of file EtherSocketTest.ino.

IPAddress_P myIP = { 192, 168, 1, 33 }
static

Definition at line 37 of file EtherSocketTest.ino.

MACAddress_P mymac = { 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64 }
static

Definition at line 35 of file EtherSocketTest.ino.

IPAddress_P netmask = { 255, 255, 255, 0 }
static

Definition at line 38 of file EtherSocketTest.ino.