org.quietmodem.Quiet icon indicating copy to clipboard operation
org.quietmodem.Quiet copied to clipboard

Quiet for Android - TCP over sound

Results 12 org.quietmodem.Quiet issues
Sort by recently updated
recently updated
newest added

I'm looking for similar functionality in a Dart package for use in Flutter apps. Any plans to add support or pointers?

Hi, I realise you have simple looking instructions to get this working. Do you have a working Android sample which demonstrates sending and receiving? It will boost library adoption rates.

Updated Gradle version Migrated to AndroidX Updated Gradle syntax

Brian -- I am trying to build quiet modem. I misread directions and installed current liquid-dsp on my Ubuntu 18.04 system. It compiled and tested well, but cmake for quiet...

I am trying to build my own library on top of this library. When running my tests, the native C libraries (e.g. `libcomplex.so`, `libfec.so`) will not load and I get...

java.lang.RuntimeException:Unable to start activity ComponentInfo{com.example.asus.mytrain/com.example.mytrain.kotlin.ui.UdpTransmitActivity}: java.lang.RuntimeException: java.net.SocketException: failed set socket option I download QuietShare sample , that no found TCP mode .

Hi Brian, I would like to create a new profile with 21000 frequency. Is it possible to create that? if yes, can you please guide me the steps to do...

Hi, Will tried to receive the audio QR using the Asus device (Asus T00J) and the application is crashing. OS : Android Version 5.0 (Lollipop) Device Details : https://www.gsmarena.com/asus_zenfone_5_a500cg_(2014)-5952.php The...

### Intialialize (onCreate()) ```java initFrameTransmissionConfig(); initNetwork(); ``` ```java private void initFrameTransmissionConfig() throws Exception { transmitterConfig = new FrameTransmitterConfig( this, "audible-7k-channel-0"); receiverConfig = new FrameReceiverConfig( this, "audible-7k-channel-0"); conf = new NetworkInterfaceConfig(...

InputStream.available() will currently throw a generic IOException irrespective of there being bytes available to read from the input buffer