Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@phpoc phpoc released this 09 Nov 08:58
· 1 commit to master since this release

Precautions

Release Notes

  • Revision: 1.5.0
  • Date: 2018. 11. 09.
  • 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_addr
    new examples : WebSerialPlotter, WebRemotePad