Tags: phpoc/arduino-Phpoc
Tags
2018.11.09. / official release
- SPPC(Serial Phpoc Procedure Call) support
- spi protocol v2 support
- new class : Sppc
- new member functions
. PhpocClient : command, avaiableForWrite
. PhpocServer : beginWebSocketText, beginWebSocketBinary
- Phpoc
. begin boot wait support (500ms)
. clear smtp MSA in begin()
. cache v2 support : NetCache
- PhpocServer
. WebSocket path table support
. beginWebSocket : remove path argument default value (NULL)
. new beginWebSocket argument : proto
. proto setup bug fix
. add 'connected' log message
- PhpocClient
. SSL "method client" support
. new static/public flags : client.conn_flags, client.init_flags
- PhpocEmail : tcp0 busy bug fix ("tcp0 ioctl close" => "tcp0 close")
- remove SSL/SSH server
- new library metadata : includes=Phpoc.h
- new boot log : product name, firmware/package version
- examples
. add new comments & tutorial URL
. new example URL : example.phpoc.com/asciilogo.txt
. new example URL : example.phpoc.com/remote_add
. new examples : WebSerialPlotter, WebRemotePad