lightmanWang / libuwsc

A Lightweight and fully asynchronous WebSocket client C library based on libubox for Embedded Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libuwsc(中文)

license PRs Welcome Issue Welcome Release Version

A Lightweight and fully asynchronous WebSocket client C library based on libubox for Embedded Linux.

Keep Watching for More Actions on This Space

Dependencies

Configure

See which configuration are supported ~/libuwsc/$ mkdir build && cd build ~/libuwsc/build$ cmake .. -L ~/libuwsc/build$ cmake .. -LH

Build and install

~/libuwsc/build$ make && sudo make install

Install on OpenWrt

opkg update
opkg list | grep libuwsc
opkg install libuwsc-nossl

If the install command fails, you can compile it yourself.

Contributing

If you would like to help making libuwsc better, see the CONTRIBUTING.md file.

QQ group: 153530783

If the project is helpful to you, please do not hesitate to star. Thank you!

About

A Lightweight and fully asynchronous WebSocket client C library based on libubox for Embedded Linux.

License:GNU Lesser General Public License v2.1


Languages

Language:C 85.6%Language:CMake 11.7%Language:Python 2.7%