From ed2ed5a7e554669f58b8bba13c01ac730658f745 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 23 Aug 2018 20:03:20 +0530 Subject: [PATCH] Added link to sample app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thought it would be easier for people to mod/hack a sample application 😄 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 69bf91e..ff2ddfa 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ int main(int argc, char * argv[]) { Note that we ask for the Record permission. This is required to use the receiver. +Sample iOS Application : [Musaudio](https://github.com/navanchauhan/Musaudio) + Profiles -------------- The modem can be used audibly or via ultrasonic sound. `QMTransmitterConfig` and `QMReceiverConfig` are used to select modem configuration. For a full list of valid keys, refer to the top-level keys of [quiet-profiles.json](https://github.com/quiet/QuietModemKit/blob/master/quiet-profiles.json).