mk868 / esp8266_websockets

esp8266 websocket client library written in C for NONOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 websocket client

This is a library that implements the websockets client using the NONOS SDK. When I wrote it relied on: https://github.com/morrissinger/ESP8266-Websocket The repository contains an example usage of client in the user_main.c file.

Features

  • client based on struct espconn
  • client is asynchronous
  • timeout detection on client side
  • auto PONG response

TODO:

  • merging multiple message fragments into one(useful in JSON data type)
  • wss

About

esp8266 websocket client library written in C for NONOS SDK


Languages

Language:C 93.1%Language:Makefile 6.9%