Skip to content

Instantly share code, notes, and snippets.

@shudarshon
Last active July 7, 2017 16:08
Show Gist options
  • Save shudarshon/8b79cbc24b9c427b852fb832ebf50e29 to your computer and use it in GitHub Desktop.
Save shudarshon/8b79cbc24b9c427b852fb832ebf50e29 to your computer and use it in GitHub Desktop.
This script installs Tsunami UDP utility program. This program transfer data with a very high speed. It is used in sp3edy data transfer between IoT devices and AWS S3 bucket or any cloud storage.
#!/bin/bash
apt-get install cvs automake make autoconf gcc git -y
cvs -z3 -d:pserver:anonymous@tsunami-udp.cvs.sf.net:/cvsroot/tsunami-udp co -P tsunami-udp
cd tsunami-udp
/bin/bash recompile.sh
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment