sonar 0.0.5

Simple data transfer protocol using audio signals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// // // todo: Improve the cli by adding some:
// // // - 'store' data when listing or just listing the data
// // // - 'plot' data when listing or just listing the data
// use clap::{Parser, Subcommand};
// use cpal::traits::{DeviceTrait, HostTrait, StreamTrait};
// use dev_utils::app_dt;
// use std::error::Error;
// /// Listeuse ctrlc;
// use std::sync::{
//     Arc,
//     atomic::{AtomicBool, Ordering},
// };
// use std::time::Duration;

pub fn main() {}