IXWebSocket/ws
2019-02-22 21:51:03 -08:00
..
cobra_publisher mv cobra_publisher under ws folder 2019-02-22 21:51:03 -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 ping pong added to ws 2019-02-22 21:47:57 -08:00
docker_build.sh ping pong added to ws 2019-02-22 21:47:57 -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 ping pong added to ws 2019-02-22 21:47:57 -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_ping_pong.cpp ping pong added to ws 2019-02-22 21:47:57 -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 ping pong added to ws 2019-02-22 21:47:57 -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.