shriramters / swft

Transfer Files over Sound Waves
GNU General Public License v3.0
0 stars 0 forks source link

+TITLE: swft: transfer data over sound waves

+AUTHOR: ters

+DATE: 2023-03-12

** Installation

clone the repository and compile the source code.

+BEGIN_EXAMPLE

$ git clone 
$ cd swft
$ mkdir build && cd build
$ cmake ..
$ make
#+END_EXAMPLE