|
|
@@ -1,7 +1,7 @@
|
|
|
# noPoll
|
|
|
-[noPoll]() is a OpenSource WebSocket implementation (RFC 6455) , written in ansi C , that allows building pure WebSocket solutions or to provide WebSocket support to existing TCP oriented applications.
|
|
|
+[noPoll](https://github.com/ASPLes/nopoll) is a OpenSource WebSocket implementation (RFC 6455) , written in ansi C , that allows building pure WebSocket solutions or to provide WebSocket support to existing TCP oriented applications.
|
|
|
|
|
|
-Here is a simple implementation for RT-Thread based on [noPoll]() , temporarily only support non-encrypted operation.
|
|
|
+Here is a simple implementation for RT-Thread based on [noPoll](https://github.com/ASPLes/nopoll) , temporarily only support non-encrypted operation.
|
|
|
|
|
|
# Quick Start
|
|
|
There is a websocket client example at `examples/nopoll_client.c`.
|