#include <SPI.h>#include <Dhcp.h>#include <Dns.h>#include <Ethernet.h>#include <EthernetUdp.h>#include <ProsecCoAP.h>Functions | |
| IPAddress | dev_ip (10, 0, 0, 99) |
| void | callback_response (CoapPacket &packet, IPAddress ip, int port) |
| void | setup () |
| void | loop () |
Variables | |
| byte | mac [] = {0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02} |
| EthernetUDP | Udp |
| Coap | coap (Udp) |
| void callback_response | ( | CoapPacket & | packet, |
| IPAddress | ip, | ||
| int | port ) |
| IPAddress dev_ip | ( | 10 | , |
| 0 | , | ||
| 0 | , | ||
| 99 | ) |
| void loop | ( | ) |
| void setup | ( | ) |
| byte mac[] = {0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02} |
| EthernetUDP Udp |