Created
March 12, 2013 02:56
-
-
Save akey7/5139930 to your computer and use it in GitHub Desktop.
These are the lines you customize to your network configuration in RemoteMotors.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const int serverPort = 17; | |
EthernetServer server(serverPort); | |
byte mac[] = { 0x90, 0xA2, 0xDA, 0x00, 0xD7, 0xD2 }; | |
IPAddress gateway(192, 168, 0, 1); | |
IPAddress subnet(255, 255, 255, 0); | |
IPAddress ip(192, 168, 0, 33); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment