MultiIoTBoard library
Auto generated API documentation and code listings for MultiIoTBoardLib
| Endpoint | IP Endpoint (address, port) |
| ESP8266 | The ESP8266 class |
| ESP8266Interface | Interface using ESP8266 to connect to an IP-based network |
| HTTPClient |
A simple HTTP Client The
HTTPClient
is composed of:
|
| HTTPMap | Map of key/value pairs Used to transmit POST data using the application/x-www-form-urlencoded encoding |
| HTTPText | A data endpoint to store text |
| IHTTPDataIn | This is a simple interface for HTTP data storage (impl examples are Key/Value Pairs, File, etc...) |
| IHTTPDataOut | This is a simple interface for HTTP data storage (impl examples are Key/Value Pairs, File, etc...) |
| Socket | Socket file descriptor and select wrapper |
| TCPSocketConnection | TCP socket connection |
| TCPSocketServer | TCP Server |
| UDPSocket | UDP Socket |
Code
| CBuffer.h [code] | |
| def.h [code] | |
| Endpoint.cpp [code] | |
| Endpoint.h [code] | |
| ESP8266.cpp [code] | |
| ESP8266.h [code] | |
| ESP8266Interface.cpp [code] | |
| ESP8266Interface.h [code] | |
| HTTPClient.cpp [code] | |
| HTTPClient.h [code] | HTTP Client header file |
| HTTPMap.cpp [code] | |
| HTTPMap.h [code] | |
| HTTPText.cpp [code] | |
| HTTPText.h [code] | |
| IHTTPData.h [code] | |
| mitb.h [code] | |
| Socket.cpp [code] | |
| Socket.h [code] | |
| TCPSocketConnection.cpp [code] | |
| TCPSocketConnection.h [code] | |
| TCPSocketServer.cpp [code] | |
| TCPSocketServer.h [code] | |
| UDPSocket.cpp [code] | |
| UDPSocket.h [code] |
Multi IoT Board