IXWebSocket/ws
2019-02-25 15:55:38 -08:00
..
cobra_publisher mv cobra_publisher under ws folder 2019-02-23 09:48:00 -08:00
ixcrypto linux build fix 2019-02-23 09:48:00 -08:00
.gitignore Feature/ws cli (#15) 2019-02-23 09:48:00 -08:00
broadcast-server.js cleanup 2019-02-23 09:48:00 -08:00
broadcast-server.py cleanup 2019-02-23 09:48:00 -08:00
CMakeLists.txt move http_client to a ws sub-command 2019-02-23 09:52:19 -08:00
docker_build.sh ping pong added to ws 2019-02-23 09:48:00 -08:00
README.md Update README.md 2019-02-23 09:48:00 -08:00
ws_broadcast_server.cpp add echo and broadcast server as ws sub-commands 2019-02-23 09:48:00 -08:00
ws_chat.cpp simple HTTP post support (urlencode parameters) 2019-02-25 15:55:38 -08:00
ws_connect.cpp add ws_chat and ws_connect sub commands to ws 2019-02-23 09:48:00 -08:00
ws_echo_server.cpp add echo and broadcast server as ws sub-commands 2019-02-23 09:48:00 -08:00
ws_http_client.cpp simple HTTP post support (urlencode parameters) 2019-02-25 15:55:38 -08:00
ws_ping_pong.cpp ping pong added to ws 2019-02-23 09:48:00 -08:00
ws_receive.cpp Feature/ws cli (#15) 2019-02-23 09:48:00 -08:00
ws_send.cpp Feature/ws cli (#15) 2019-02-23 09:48:00 -08:00
ws_transfer.cpp Feature/ws cli (#15) 2019-02-23 09:48:00 -08:00
ws.cpp simple HTTP post support (urlencode parameters) 2019-02-25 15:55:38 -08:00

# Start transfer server, which is just a broadcast server at this point
./ws transfer # running on port 8080.

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

# Then send a file. File will be received and written to disk by the receiver process
./ws send ws://localhost:8080 /file/to/path