Simple IoT Board用のライブラリです。 ESP8266ライブラリの軽量化 送信のみのソフトシリアルライブラリを含んでいます。

Dependents:   SITB_HttpGetSample SITB_IFTTTSample SITB_INA226PRC AmbientExampleSITB ... more

Auto generated API documentation and code listings for SimpleIoTBoardLib

Classes

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:

  • The actual client ( HTTPClient )
  • Classes that act as a data repository, each of which deriving from the HTTPData class ( HTTPText for short text content, HTTPFile for file I/O, HTTPMap for key/value pairs, and HTTPStream for streaming purposes)
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
SoftSerialSendOnry A software serial implementation
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]
Socket.cpp [code]
Socket.h [code]
SoftSerial_Ticker.h [code]
SoftSerialSendOnry.cpp [code]
SoftSerialSendOnry.h [code]
SoftSerialSendOnry_tx.cpp [code]
TCPSocketConnection.cpp [code]
TCPSocketConnection.h [code]
TCPSocketServer.cpp [code]
TCPSocketServer.h [code]
UDPSocket.cpp [code]
UDPSocket.h [code]