IXWebSocket/ws
2019-02-21 22:21:29 -08:00
..
ixcrypto Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
.gitignore Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
CMakeLists.txt all CMakeLists are referenced by the top level one 2019-02-21 22:21:29 -08:00
docker_build.sh Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
README.md Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
ws_receive.cpp Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
ws_send.cpp Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
ws_transfer.cpp Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
ws.cpp Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00

# Start receiver first
./ws receive ws://localhost:8080 

# Sender
./ws send ws://localhost:8080 /file/to/path

# Server
./ws transfer # running on port 8080.