<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta name="keywords" content="SMS, SaveMySugar, morse code, phone ring, modem" /> <meta name="copyright" content="Copyright 2015 Antonio Ospite, some rights reserved" /> <meta name="description" content="SaveMySugar, Exchange messages using phone rings" /> <meta name="author" content="Antonio Ospite" /> <meta name="language" content="en" /> <meta name="robots" content="noindex, nofollow" /> <title>SMS: Save My Sugar</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> <div id="header" class="block"> <a id="logo" href="/" title="Save My Sugar"><img src="images/logo.png" alt="Save My Suger logo" /></a> <h1><a href="/">Save My Sugar</a></h1> <p>So you've always thought <acronym title="Short Message Service">SMS</acronym> meant <a title="Wikipedia: SMS" href="http://en.wikipedia.org/wiki/SMS">Short Message Service</a>, haven't you?<br /> From now on it means <strong>Save My Sugar</strong>!</p> </div> <div id="main-content"> <div id="what" class="block"> <h2>What</h2> <p><strong>SaveMySugar</strong> is an experiment about sending short messages using the <strong>phone ring</strong> as a <a href="http://en.wikipedia.org/wiki/Covert_channel" title="Wikipedia: Covert Channel">covert channel</a>.</p> <p>Another classic example of using a covert channel is <a href="http://en.wikipedia.org/wiki/Port_knocking" title="Wikipedia: Port Knocking">Port knocking</a>.</p> <p><strong>SaveMySugar</strong> uses the distance between phone calls to represent <a href="http://en.wikipedia.org/wiki/Morse_code" title="Wikipedia: Morse code">Morse code</a> symbols.</p> <p>The idea of using phone rings to send information is not new, it was already used by the very cool <a href="http://freshmeat.net/projects/xringd/" title="Freshmeat: Xringd">xringd</a> project by Angelo Haritsis.</p> <p>Someone else also proposed it on <a href="http://www.halfbakery.com/idea/Sending_20SMS_20for_20FREE_20using_20MORSE" title="Half Bakery - Sending SMS for FREE using MORSE">Half Bakery</a>.</p> <p>However there seems to be no implementation of the technique for exchanging text messages, and that's what <strong>SaveMySugar</strong> is about.</p> <p>The name <strong>SaveMySugar</strong> was born as a take on the price of Short Message Service which is quite high, see <a href="http://web.archive.org/web/20121030162247/http://gthing.net/the-true-price-of-sms-messages/" title="Wayback Machine: The True Price of SMS Messages">The True Price of SMS Messages</a>, and it is also a reference to the distress signal <em>Save Our Soul</em> (SOS) used in Morse communications.</p> </div> <div id="why" class="block"> <h2>Why</h2> <p>There are several reasons why you may want to try <strong>SaveMySugar</strong>:</p> <ul> <li>Just because you can, and it is fun.</li> <li>It is a possible way to send a short message for free.</li> <li>It's beautifully slow.</li> </ul> <h3>Why not</h3> <p><strong>SaveMySugar</strong> has some limitations:</p> <ul> <li>It's awfully slow.</li> <li>Phone rings keep the line busy.</li> <li>On mobile phones a ring uses a lot of battery, and battery is a precious resource.</li> <li>On mobile phones a lot of fake calls will pollute the calls log.</li> <li>On mobile phones a malicious recipient can make you pay at every ring!</li> <li>If everyone used it, it might end up like <a href="https://youtu.be/doAnB5_eDnw?t=10m11s" title="YouTube: The Lawnmower Man - Ending">this</a>.</li> </ul> <p>However it is still fun nonetheless.</p> </div> <div id="where" class="block"> <h2>Where</h2> <p>You can find a prototype implementation written in python called <a href="http://git.ao2.it/SaveMySugar/python3-savemysugar.git/" title="git.ao2.it - python3-savemysugar">python3-savemysugar</a>.</p> <p>There is also a prototype Android app <a href="files/SaveMySugar-0.1-debug.apk" title="SaveMySugar-0.1-debug.apk">SaveMySugar-0.1-debug.apk</a>, its source code is in the <a href="http://git.ao2.it/SaveMySugar/android-savemysugar.git/" title="git.ao2.it - android-savemysugar">android-savemysugar</a> repository.</p> <p>Contact <a href="http://ao2.it/contact" title="Antonio Ospite: contact">Antonio Ospite</a> if you want to discuss about porting <strong>SaveMySugar</strong> to other platforms.</p> </div> <div id="who" class="block"> <h2>Who</h2> <p>From an idea by Corrado Rubera.<br /> <strong>SaveMySugar</strong> was realized by <a href="http://ao2.it" title="Antonio Ospite">Antonio Ospite</a>.</p> </div> <div id="how" class="block"> <h2>How</h2> <p>This is how a message is transmitted with <strong>SaveMySugar</strong>:</p> <ol> <li>The characters in the message are encoded in Morse signals.</li> <li>Every symbol of each signal is mapped to a time interval.</li> <li>Phone calls are distanced in time according to the intervals from above.</li> </ol> <p>On the receiving side the symmetric operations are performed when phone rings are detected.</p> <p>This is basically a <em>Pulse-Distance Modulation</em> (PDM), this scheme has been chosen because it's easy to detect when a phone starts ringing, but it's not always easy to detect for how long it rings, or how many rings there are in a single call.</p> <p>See an example of the exchange of the message <code>CODEX</code>:<br /> <a href="images/savemysugar_plot_codex.png" title="SaveMySugar exchanging the message 'CODEX'"><img src="images/savemysugar_plot_codex.png" alt="SaveMySugar exchanging the message 'CODEX'" /></a></p> <p>See an example of the exchange of the message <code>Save My Sugar</code>:<br /> <a href="images/savemysugar_plot_savemysugar.png" title="SaveMySugar exchanging the message 'SaveMySugar'"><img src="images/savemysugar_plot_savemysugar.png" alt="SaveMySugar exchanging the message 'Save My Sugar'" /></a></p> <p>Morse code has been chosen because it is well known and serves very well the purpose of showing the technique.</p> <p>In order for the exchange of the message to work symbols must be differentiated, so they must have different distances.</p> <p>However the time between when the transmitter places a call and when the receiver gets the correspondent ring is not constant, so this “noise†must be taken into account by the receiver. This noise can have a quite high variability but can be usually upper and lower bounded, so a reasonably robust communication is still possible. Basically the noise is used to characterize the symbol distances.</p> <p>See an example of best-case and worst-case symbol distances:<br /> <a href="images/symbols_distances.png" title="SaveMySugar symbols distances"><img src="images/symbols_distances.png" alt="SaveMySugar symbols distances" /></a></p> </div> </div> <div id="footer" class="block"> <p style="margin: 0pt; font-size: small; line-height: 1.2em;"><a title="Creative Commons: Attribution Share Alike" href="http://creativecommons.org/licenses/by-nc-sa/2.5/it/"><img src="images/CC_by-nc-sa_2.5_it_88x31.png" style="border-width: 0pt; float: left; margin-right: 0.5em;" alt="Creative Commons License" /></a> Unless where stated otherwise,<br /> this work is published under a <a title="Creative Commons: Attribution Share Alike" href="http://creativecommons.org/licenses/by-nc-sa/2.5/it/">Creative Commons License</a>.</p> </div> </body> </html>