Communication
An Event driven MCU socket similar to windows socket experience .
An equivalent of windows socket in ESP(MCU) arduino environment. This library is an event driven with similar experience to windows socket.This library can also be implemented as a client or server depending on the use case of the user. The server socket can handle multiple client connection depending on the HAC_SERVER_MAX_SOCKET_CLIENTS definition(Note: Default value is 5 simultaneous client, it can be increase further but make sure to manage the memory it utilized for each session)
Maintainer: Harvy Aronales Costiniano
This library is compatible with the esp8266 architecture.
To use this library, open the Library Manager in the Arduino IDE and install it from there.