Page 1 of 1

socket - no readline or makefile

Posted: Wed Mar 27, 2019 10:09 am
by devnull
I am testing the socket on the pyboard, but it seems to be missing many of the functions and constants that are avaiable on the ESP8266.

These are not available

  • readline
  • makefile
  • write
  • IPPROTO_TCP
  • SOL_SOCKET
  • SO_REUSEADDR

This makes it difficult to create any kind of socket server that needs to read line by line ?

Why would these be omitted from the pyboard and yet present in ESP32 and ESP8266 ?