Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 829 Bytes

File metadata and controls

17 lines (9 loc) · 829 Bytes

ESP SOCKET.IO CLIENT

Note: For major changes, please refer this file.

Introduction

The esp-socketio-client component is an implementation of Socket.IO protocol client based on ESP-IDF and esp-protocols.

Get ESP Socket.IO Client

The ESP Socket.IO client is implemented as an ESP-IDF component. Please clone this repository. Examples are provided to use the component.

Examples

Get started with example test example.

Two examples are provided, one on Espressif SoCs, the other on Linux. A test server is also provided for test purpose.