IXWebSocket/ws
Benjamin Sergeant d642ef1a89 comments
2019-02-22 21:27:49 -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
broadcast-server.js cleanup 2019-02-22 20:51:22 -08:00
broadcast-server.py cleanup 2019-02-22 20:51:22 -08:00
CMakeLists.txt add echo and broadcast server as ws sub-commands 2019-02-22 21:25:56 -08:00
docker_build.sh add echo and broadcast server as ws sub-commands 2019-02-22 21:25:56 -08:00
README.md Feature/ws cli (#15) 2019-02-21 21:24:53 -08:00
ws_broadcast_server.cpp add echo and broadcast server as ws sub-commands 2019-02-22 21:25:56 -08:00
ws_chat.cpp add ws_chat and ws_connect sub commands to ws 2019-02-22 20:49:26 -08:00
ws_connect.cpp add ws_chat and ws_connect sub commands to ws 2019-02-22 20:49:26 -08:00
ws_echo_server.cpp add echo and broadcast server as ws sub-commands 2019-02-22 21:25:56 -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 comments 2019-02-22 21:27:49 -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.