SecureWebSockets
Add SSL support to the Autobahn WebSocket library
File Explorer
Download Latest Version (.zip)- EchoActivity.java
- ByteBufferInputStream.java
- ByteBufferOutputStream.java
- Doxygen.java
- NoCopyByteArrayOutputStream.java
- PrefixMap.java
- Utf8Validator.java
- WebSocket.java
- WebSocketConnection.java
- WebSocketConnectionHandler.java
- WebSocketException.java
- WebSocketFrameHeader.java
- WebSocketMessage.java
- WebSocketOptions.java
- WebSocketReader.java
- WebSocketWriter.java
- ic_action_search.png
- ic_launcher.png
- ic_launcher.png
- ic_action_search.png
- ic_launcher.png
- ic_action_search.png
- ic_launcher.png
- activity_echo.xml
- activity_echo.xml
- strings.xml
- styles.xml
- styles.xml
- styles.xml
- AndroidManifest.xml
- app.iml
- build.gradle
- gradle-wrapper.jar
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradlew
- gradlew.bat
- ic_launcher-web.png
- LICENSE.md
- proguard-project.txt
- project.properties
- README.md
- SecureWebSockets.iml
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/palmerc/SecureWebSockets
Downloads the entire project code from GitHub to your computer.
cd SecureWebSockets
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
2. ./gradlew assembleDebug
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
