Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: w7500-paho-mqtt w7500-RFID-mqtt w7500-mqtt-wizfi310 w7500-mqtt-wizfi310_tested
Fork of MQTT by
Revision 47:85fefcf0b231, committed 2015-09-20
- 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
{
