Skip to content

Implementing an android app with a native websocket in c++ using boost

Notifications You must be signed in to change notification settings

Ibernato93/NativeWebSocket

Repository files navigation

NativeWebSocket

Implementing an android app with a native Websocket in C++ using boost.
The Websocketpp library was used to implement the websocket.
In case you want to manage JSON messages, you can use the nlohmann/json library already included in this project.

In this project, currently only the implementation of a websocket without TLS protocol is available.

If you want to implement the websocket with TLS protocol, in the jniLibs folder you will already find openssl built for android. The cmake.txt is also already configured to include openssl. So you just need to implement the websocket connection with the websocketpp library.
Parrot WS

License

Refer to the included libraries

Contributions

Any help is appreciated to improve the project.