Skip to content

Instantly share code, notes, and snippets.

View tbraun89's full-sized avatar

Torsten Braun tbraun89

  • Positive Minds GmbH
  • Germany
View GitHub Profile
/*
Web client sketch for IDE v1.0.1 and w5100/w5200
Uses GET method.
Posted October 2012 by SurferTim
*/
#include <SPI.h>
#include <Ethernet.h>
#define GREEN_PIN 41
@tbraun89
tbraun89 / EthernetPentest.ino
Last active December 14, 2015 19:08
Demonstration: This code hangs on all arduino versions after some time...
#include <SPI.h>
#include <Ethernet.h>
#define GREEN_PIN 41
byte mac[] = { ... };
// google.de
IPAddress server(173, 194, 69, 94);