HaCEspSockets

An Event driven MCU socket similar to windows socket experience .

Author
Harvy Aronales Costiniano
Website
https://github.com/SyntaxHarvy/HaCEspSockets
Category
Communication
License
LGPL 2.1
Library Type
Contributed
Architectures
esp8266

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)

Downloads

Filename Release Date File Size
HaCEspSockets-0.1.2.zip 2023-01-07 128.13 KiB
HaCEspSockets-0.1.1.zip 2023-01-07 56.36 KiB