AP mode
Dependencies: NetworkSocketAPI WizFi310Interface mbed
Fork of WizFi310_TCP_Echo_Server_Example by
push.h@8:e26236864101, 2017-10-03 (annotated)
- Committer:
- maru536
- Date:
- Tue Oct 03 05:38:58 2017 +0000
- Revision:
- 8:e26236864101
- Parent:
- 2:8d119e9b8f5a
comp
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
maru536 | 2:8d119e9b8f5a | 1 | #pragma once |
maru536 | 2:8d119e9b8f5a | 2 | #include "TCPSocket.h" |
maru536 | 2:8d119e9b8f5a | 3 | #include "WizFi310Interface.h" |
maru536 | 2:8d119e9b8f5a | 4 | #include "resource.h" |
maru536 | 2:8d119e9b8f5a | 5 | |
maru536 | 2:8d119e9b8f5a | 6 | bool requestNoti(TCPSocket *socket, char* id, char* buf); |