Skip to content

Releases: JAndrassy/TelnetStream

1.3.0

23 Dec 16:51
Compare
Choose a tag to compare
  • using ArduinoWiFiServer from NetApiHelpers
  • Mbed and WiFiC3 support

1.2.6

25 Nov 19:10
Compare
Choose a tag to compare
  • support networking of the Pico Core (RP2040)
  • internal: server status and op. bool availability

1.2.5

30 Aug 10:19
Compare
Choose a tag to compare

adapt for Arduino's WiFiS3 library

TelnetStream 1.2.4

03 Feb 18:56
Compare
Choose a tag to compare

esp8266 Arduino core 3.1 compatibility

TelnetStream 1.2.3

24 Jan 18:32
Compare
Choose a tag to compare

esp8266 Arduino core 3.1 compatibility

TelnetStream 1.2.2

16 Jan 15:55
Compare
Choose a tag to compare
  • ArduinoWiFiServer - for esp8266 use availableForWrite
  • NetTypes - fix of __has_include for esp8266 arduino 3
  • for esp32 flush() removed (it discards input)

TelnetStream 1.2.1

14 Oct 18:24
Compare
Choose a tag to compare

fix for esp32 and esp8266 - TelnetStream worked only if read() was called and TelnetPrint only if available() was called

TelnetStream 1.2.0

08 Oct 14:46
Compare
Choose a tag to compare

Added TelnetPrint object, a simpler and smaller alternative to TelnetStream.
It is only EthernetServer or WiFiServer instanced for use anywhere in your sketch or libraries

TelnetStream 1.1.0

30 Sep 17:20
Compare
Choose a tag to compare

support for multiple connected clients and more networking libraries supported

TelnetStream 1.0.0

19 Jul 17:33
Compare
Choose a tag to compare

first release for Library Manager