# RPAsyncTCP Library [![arduino-library-badge](https://www.ardu-badge.com/badge/RPAsyncTCP.svg?)](https://www.ardu-badge.com/RPAsyncTCP) [![GitHub release](https://img.shields.io/github/release/ayushsharma82/RPAsyncTCP.svg)](https://github.com/ayushsharma82/RPAsyncTCP/releases) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing) [![GitHub issues](https://img.shields.io/github/issues/ayushsharma82/RPAsyncTCP.svg)](http://github.com/ayushsharma82/RPAsyncTCP/issues) Donate to my libraries using BuyMeACoffee --- --- ## Table of Contents * [Changelog](#changelog) * [Releases v1.2.0](#Releases-v120) * [Releases v1.1.0](#Releases-v110) * [Initial Releases v1.0.0](#Initial-Releases-v100) --- --- ## Changelog ### Releases v1.2.0 1. Add complex auto-reconnect `AsyncTCP_Client` and `AsyncTCP_Server` examples 2. Improve `README.md` so that links can be used in other sites, such as `PIO` ### Releases v1.1.0 1. Fix issue with slow browsers or network 2. Remove hard-code if possible 3. Improve debug messages by adding functions to display `error/state messages` instead of `cryptic error/state number` 4. Clean up ### Initial Releases v1.0.0 1. Initial coding to support **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, using [**arduino-pico core v2.4.0+**](https://github.com/earlephilhower/arduino-pico)