Commit Graph

26 Commits

Author SHA1 Message Date
Hui Yu
4a760d5237 Use the libwebsockets-dev package provided by the operating system instead of building from source 2024-05-01 14:25:55 +08:00
ydcpp
fa9f6113f9 added conan support 2024-04-21 14:35:35 +03:00
Hui Yu
3a1cc6f766 Change the location of libwebsockets from official website to GitHub mirror repo
Change the location of the libwebsockets source code from the official website to the GitHub mirror repository
2024-01-26 09:35:58 +08:00
Hui Yu
6409031d73 Update readme after the data types of function prameters changes from "int" to "int*" 2023-12-14 22:38:35 +08:00
Hui Yu
776899647a Update examples based on Kubernetes v1.27 changes 2023-06-05 22:17:37 +08:00
Pisces_Zhang(張洪瑞_Pegatron)
2ab0573aa7 fix([README.md]): typos in README.md causes installation error
The following description in README.md might causes ambiguous parsing during cmake code building:

cmake -DLWS_WITHOUT_TESTAPPS=ON -DLWS_WITHOUT_TEST_SERVER=ON-DLWS_WITHOUT_TEST_SERVER_EXTPOLL=ON.

split -D from SERVER=ON
2023-05-03 11:10:20 +08:00
Hui Yu
c43533691b Add "debug mode" and "Compatibility" to README.md 2022-09-21 12:02:35 +08:00
Hui Yu
e91dcc4a4a Update the README
* Remove "work in progress"

* Introduce the generic client

* Correct the address of the mailing list
2022-07-25 09:39:27 +08:00
Hui Yu
acd2af298b Add capabilities and support-level badges to README 2022-03-18 17:56:31 +08:00
Hui Yu
fa251b2e5c [Package] Use cpack to build deb package 2021-11-18 16:35:45 +08:00
Hui Yu
cdb55c8c46 [Doc] Reorganize readme for vcpkg 2021-09-24 14:10:59 +08:00
Ahmed Yarub Hani Al Nuaimi
a9aa61825c Add vcpkg documentations 2021-09-23 11:58:27 -03:00
Hui Yu
42ab594c4c Update examples and README because API changes after bumping to Kubernetes v1.22.1 2021-09-15 14:23:19 +08:00
Ahmed Yarub Hani Al Nuaimi
6eb33b9c8b Build libyaml as shared in GitHub Actions
Update README.md
2021-09-10 14:04:41 -03:00
Ahmed Yarub Hani Al Nuaimi
9a1e9271ce Use stable version for building libyaml tests
Update README.md
2021-09-02 13:56:14 -03:00
Hui Yu
568bccbe5b [Example] Add an example for configmap 2021-08-05 17:38:49 +08:00
Hui Yu
5d5e3233d3 [Websocket] Support exec 2021-07-14 18:45:45 +08:00
Hui Yu
6381367c3c [DOCUMENT] Add API and model documents 2021-03-17 16:50:46 +08:00
Hui Yu
0106aaa79f [Readme] Add Github Actions badges into Readme 2020-12-18 16:43:13 +08:00
Hui Yu
6f41360500 [Readme] Add the build dependency libssl-dev 2020-12-01 14:17:21 +08:00
Hui Yu
91b5f8aff8 [Example] Multi-threaded programming example 2020-11-29 10:55:11 +08:00
Hui Yu
493a027b70 [Multi-Thread] Support working in multi-thread environment 2020-10-31 19:01:54 +08:00
Hui Yu
3671044e92 [Readme] Add install pre-requisite: libyaml-dev 2020-10-22 19:57:26 +08:00
Hui Yu
9e5533206e [Readme & Examples]
* Update the usage example in README.md because kubernetes-client/c has supported loading cluster configuration to authentication.

* Update some examples to keep consistence with README.md
2020-06-28 12:24:08 +08:00
Brendan Burns
a66596b0c2 Improve the READMEs for the client. 2020-03-23 21:44:28 -07:00
Bob Killen
5c8936c33a Initial commit 2020-03-17 07:59:06 -04:00