Bohyun Bang / MQTTforLecture

Dependencies:   FP MQTTPacket

Dependents:   w7500-paho-mqtt w7500-RFID-mqtt w7500-mqtt-wizfi310 w7500-mqtt-wizfi310_tested

Fork of MQTT by Bohyun Bang

Files at this revision

API Documentation at this revision

Comitter:
bangbh
Date:
Sun Sep 20 05:13:46 2015 +0000
Parent:
46:88f62eb29442
Child:
48:4d790a810311
Commit message:
haha I don't know what this commit means.

Changed in this revision

MQTTEthernet.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTEthernet.h	Mon Jun 29 02:07:13 2015 +0000
+++ b/MQTTEthernet.h	Sun Sep 20 05:13:46 2015 +0000
@@ -7,10 +7,10 @@
 #include "MQTTSocket.h"
 
 
-uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x00, 0x00, 0x00}; // your mac address
-const char * ip_addr = "???.???.???.???"; // your ip
-const char * gw_addr = "???.???.???.???"; // your gateway
-const char * snmask = "???.???.???.???"; // your subnetmask
+uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x1E, 0x72, 0x1B}; // your mac address
+const char * ip_addr = "222.98.173.249"; // your ip
+const char * gw_addr = "222.98.173.254"; // your gateway
+const char * snmask = "255.255.255.192"; // your subnetmask
 
 class MQTTEthernet : public MQTTSocket
 {