Skip to content

Version 2.25.0

Latest
Compare
Choose a tag to compare
@RoseLeBlood RoseLeBlood released this 11 Apr 19:04
· 92 commits to master since this release

Add classes for network programming see mn::net. (net/mn_socket.hpp) they contains a asy to use network socket wrapper for lwip, IPv4 and IPv6 support. Currently only dgram_socket_ip{4,6} and stream_socket_ip{4,6} support, raw socket are follow in version 2.30, with class for wifi AP and Wifi STA support

Using:

  1. move miniThread-2.25.0tar.gz to your opt path - for examle '~/.local/opt/miniThread/' or '/opt/miniThread/'
  2. add "lib_deps = {path-to-opt}/miniThread-2.25.0tar.gz" to your platformio.ini

Example

[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = espidf
lib_deps = {path-to-opt}/miniThread-2.25.0.tar.gz