BLWebSocketsServer
BLWebSocketsServer copied to clipboard
Have you modified the official source code of libwebsockets ?
Hello, @benlodotcom
I'm going to build https://github.com/warmcat/libwebsockets to a static lib for ios platform, but failed.
I found that BLWebSocketsServer has used libwebsockets too. And i have found that you modified the source code of libwebsockets , e.g. Libwebsockets-master/Lib/Libwebsockets.h and Libwebsockets-master/Lib/Private-libwebsockets.h. Becourse the official files include "lws_config.h" which is generated by config.h.in, and i cann't generate it easily.
So, how do you know what to modified ? Thank you!