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.
Dependencies: HoneyPot SDFileSystem WIZnetInterface mbed-src
Fork of W7500-honeypot by
Revision 2:2c1e0056bb9d, committed 2017-09-03
- Comitter:
- proxytype
- Date:
- Sun Sep 03 14:44:19 2017 +0000
- Parent:
- 1:496ea8c93386
- Commit message:
Changed in this revision
html/index.html | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 496ea8c93386 -r 2c1e0056bb9d html/index.html --- a/html/index.html Sat Sep 02 13:20:40 2017 +0000 +++ b/html/index.html Sun Sep 03 14:44:19 2017 +0000 @@ -9,7 +9,7 @@ <div style="color:#FFCC00;padding:5px"> Just Sniffing Around?, this is wrong place to be... :( <br /> - Message send to Administraotr + Message send to Administrator </div> <div style="position:fixed; bottom:0px; width:100%;background-color:#474747; padding:5px">Powered by WizNet</div> </body>
diff -r 496ea8c93386 -r 2c1e0056bb9d main.cpp --- a/main.cpp Sat Sep 02 13:20:40 2017 +0000 +++ b/main.cpp Sun Sep 03 14:44:19 2017 +0000 @@ -20,7 +20,7 @@ char ip_addr[] = "192.168.1.111"; -char master_addr[] = "192.168.1.6"; +char master_addr[] = "192.168.1.7"; char subnet_mask[] = "255.255.255.0"; char gateway_addr[] = "192.168.1.1";