All Projects → m8rge → Cwebsocket

m8rge / Cwebsocket

Licence: mit
cWebsocket is lightweight websocket server library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Cwebsocket

Websocket
The Hoa\Websocket library.
Stars: ✭ 421 (+74.69%)
Mutual labels:  library, websocket, websocket-server
Simplecli
Command Line Interface Library for Arduino
Stars: ✭ 135 (-43.98%)
Mutual labels:  arduino, library
Efll
eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems
Stars: ✭ 131 (-45.64%)
Mutual labels:  arduino, library
Arduino Libs
Arduino Libs & Examples: ADS1147, ADS7846, DAC8760, DS1307, RV8523, MCP2515, WS2812, S65-Display, MI0283QT-2/-9/-11, HX8347D, ILI9341, SSD1331
Stars: ✭ 148 (-38.59%)
Mutual labels:  arduino, library
Pulsesensorplayground
A PulseSensor library (for Arduino) that collects our most popular projects in one place.
Stars: ✭ 126 (-47.72%)
Mutual labels:  arduino, library
Arduinosim800l
Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
Stars: ✭ 127 (-47.3%)
Mutual labels:  arduino, library
Websocket
WSServer is a fast, configurable, and extendable WebSocket Server for UNIX systems written in C (C11).
Stars: ✭ 144 (-40.25%)
Mutual labels:  websocket, websocket-server
Avr8js
Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
Stars: ✭ 102 (-57.68%)
Mutual labels:  arduino, microcontroller
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+1292.12%)
Mutual labels:  websocket, websocket-server
Md max72xx
LED Matrix Library
Stars: ✭ 186 (-22.82%)
Mutual labels:  arduino, library
Ws Tcp Relay
A simple relay between WebSocket clients and TCP servers
Stars: ✭ 186 (-22.82%)
Mutual labels:  websocket, websocket-server
Arduinoxinput
XInput library for USB capable Arduino boards
Stars: ✭ 126 (-47.72%)
Mutual labels:  arduino, library
Goldfish
A small, thin, USB-C, Pro Micro compatible microcontroller
Stars: ✭ 120 (-50.21%)
Mutual labels:  arduino, microcontroller
Adafruit ina219
INA219 Current Sensor
Stars: ✭ 129 (-46.47%)
Mutual labels:  arduino, library
Php Wss
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
Stars: ✭ 117 (-51.45%)
Mutual labels:  websocket, websocket-server
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-41.91%)
Mutual labels:  microcontroller, library
Microflo
Live dataflow programming for microcontrollers and embedded
Stars: ✭ 207 (-14.11%)
Mutual labels:  arduino, microcontroller
Easyddns
Easy to Use ESP8266 DDNS Update Client Library.
Stars: ✭ 96 (-60.17%)
Mutual labels:  arduino, library
Sandstone
PHP microframework designed to build a RestApi working together with a websocket server. Build a real time RestApi!
Stars: ✭ 98 (-59.34%)
Mutual labels:  websocket, websocket-server
Embedded Jetty Websocket Examples
Embedded Jetty WebSocket Examples
Stars: ✭ 159 (-34.02%)
Mutual labels:  websocket, websocket-server

Overview

cWebsocket is lightweight websocket server library written in C. This library include functions for easy creating websocket server. It implements websocket protocol rfc6455.

Features

Pure C.
It's tiny!
It very easy to embed in any your application at any platform.
Library design was made with microcontrollers architecture in mind.
MIT Licensed.

Microcontrollers

With this library you can turn your Arduino to websocket server and get realtime properties from your microcontroller only with browser!

Notes

Not supported

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].