Slashdot Mirror


Volunteers Around the World Build Surveillance-Free Cellular Network Called 'Sopranica' (vice.com)

dmoberhaus writes: Motherboard's Daniel Oberhaus spoke to Denver Gingerich, the programmer behind Sopranica, a DIY, community-oriented cell phone network. "Sopranica is a project intended to replace all aspects of the existing cell phone network with their freedom-respecting equivalents," says Gingerich. "Taking out all the basement firmware on the cellphone, the towers that track your location, the payment methods that track who you are and who owns the number, and replacing it so we can have the same functionality without having to give up all the privacy that we have to give up right now. At a high level, it's about running community networks instead of having companies control the cell towers that we connect to." Motherboard interviews Gingerich and shows you how to use the network to avoid cell surveillance. According to Motherboard, all you need to do to join Sopranica is "create a free and anonymous Jabber ID, which is like an email address." Jabber is slang for a secure instant messaging protocol called XMPP that let's you communicate over voice and text from an anonymous phone number. "Next, you need to install a Jabber app on your phone," reports Motherboard. "You'll also need to install a Session Initiation Protocol (SIP) app, which allows your phone to make calls and send texts over the internet instead of the regular cellular network." Lastly, you need to get your phone number, which you can do by navigating to Sopranica's JMP website. (JMP is the code, which was published by Gingerich in January, and "first part of Sopranica.") "These phone numbers are generated by Sopranica's Voice Over IP (VOIP) provider which provides talk and text services over the internet. Click whichever number you want to be your new number on the Sopranica network and enter your Jabber ID. A confirmation code should be sent to your phone and will appear in your Jabber app." As for how JMP protects against surveillance, Gingerich says, "If you're communicating with someone using your JMP number, your cell carrier doesn't actually know what your JMP number is because that's going over data and it's encrypted. So they don't know that that communication is happening."

77 comments

  1. Welcome to 2004 by 110010001000 · · Score: 4, Insightful

    SIP over XMPP? Already had it. It doesn't work well. And towers still need to know where you are in order to reach your phone. Amazing.

    1. Re:Welcome to 2004 by Anonymous Coward · · Score: 3, Funny

      Yeah but, now we have an app!

    2. Re:Welcome to 2004 by 110010001000 · · Score: 2

      Forgot about that. Truly a game changer. Carry on!

    3. Re:Welcome to 2004 by Anonymous Coward · · Score: 1

      The network needs to know "where you are", agreed. That is to say, there needs to be some way for it to route packets to your IP address.

      However, there's no reason in principle that the same entity that controls the network also needs to know *who* corresponds to each IP address, or *whom* you're communicating with.

      It may not yet be a solved problem, but it's far from an impossible one.

    4. Re:Welcome to 2004 by Hal_Porter · · Score: 0

      However, there's no reason in principle that the same entity that controls the network also needs to know *who* corresponds to each IP address, or *whom* you're communicating with.

      How else would they protect us from the tairists and the pedofiddlers?

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    5. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      The ironic thing is that cellular carriers will know exactly what is going on. There are many layer 7 firewalls out there, and even if the traffic is encrypted, it still has a signature. If push came to shove, one of the many trusted root certificates (which cannot be removed from iOS, and are a pain to disable in Android) could be used to decrypt the traffic. For example, most phones have a Bank of China cert... which is basically the Chinese government.

    6. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      Daniel Oberhaus is a fucking idiot.

    7. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      Daniel Oberhaus is a fucking idiot.

    8. Re:Welcome to 2004 by Obfuscant · · Score: 1

      However, there's no reason in principle that the same entity that controls the network also needs to know *who* corresponds to each IP address

      Other than knowing who to send the monthly bill to, or who to charge the pay-as-you-go to, no reason at all.

      If you've already managed to get around them knowing who you are (by cash pay-as-you-go?), then what does this new system gain you? Your location, if not your name, will be known no matter what, when you get your internet over your phone.

    9. Re:Welcome to 2004 by nospam007 · · Score: 1

      "SIP over XMPP? Already had it. It doesn't work well."

      Perhaps it didn't work well in 2004 when there were no smartphones.

      "And towers still need to know where you are in order to reach your phone."

      Where I live, the whole town has free wifi, the young kids don't even own a SIM card, the don't care about towers.

    10. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      Great. Now go somewhere that WiFi isn't, such as any highway, or many other locations. Oh shit, your car just broke and you aren't in range of free WiFi, welcome to 1989 again, except with less pay phones. Have a good hike.

    11. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      The network does not need to know where you are, at least not when you're not actively communicating. It needs to be able to get a message to you to alert you of incoming calls. That is not the same as knowing where you are, as you implied. It can get those messages to you through a relay that you control. Then the network only needs to know about the relay, which could be a hosted server or your home router, for example.

    12. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      What would you call the WAPs? They can triangulate and pinpoint you with just as much accuracy. Lucky for you it's only your local government watching you. Oh wait, it's no different.

    13. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      shut up dickstain.

    14. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      How do you receive callsnif you are not âoeactively communicatingâ?

    15. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      they're probably not using tls to encrypt the voice stream. that should use zrtp but may be using srtp for practicality reasons. the chat/txts may be using tls and the registration with the voip servers is probably using tls. also, why would a random CA cert be able to decrypt encrypted traffic that was signed by a different CA?

    16. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      Current cellular networks need to know where you are even when you're not in a call, so that they can notify the handset of incoming calls. That is not strictly necessary if you apply what is more or less onion routing either just to the signaling connection or the audio connection as well. If you only relay the signaling connection, the network still knows where you are as soon as you open an audio channel. If you also relay the audio channel, the network only learns the location of the relay, but you incur a latency penalty from the additional network hops.

    17. Re:Welcome to 2004 by 110010001000 · · Score: 1

      You can still do SIP over XMPP. It still doesn't work, smartphone or no smartphone. Go try it. There are a few SIP/XMPP combos. This isn't a new idea. There is no difference between a smartphone and a computer from 2004.

    18. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      Hi Daniel Oberhaus! Don't mind the people on Slashdot. They only criticise you because you are a computer illiterate moron.

    19. Re:Welcome to 2004 by jon3k · · Score: 1

      Where I live, the whole town has free wifi

      What town is this?

    20. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      so's ur mom.

    21. Re: Welcome to 2004 by mspohr · · Score: 1

      But they don't know who you are.

      --
      I don't read your sig. Why are you reading mine?
    22. Re:Welcome to 2004 by Aighearach · · Score: 1

      The lack of a cellular network in their cellular network should be no cause for concern, because it just means they're implementing the latest Clientless infrastructure advancements. This is the future!

    23. Re:Welcome to 2004 by Aighearach · · Score: 1

      Be advised: Google Voice is a thing, and does work.

      Just because they shut off 3rd party access doesn't mean it didn't work.

    24. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      Yeah Bosco nobody knows nuttin where you live ... but then again you are a freak. Ever wonder why folks had mailboxes in the good-ol-dayz ?

    25. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      It's sad the summary didnt correct it already - this is called a Voice over IP network, not a cell network, which gets its name from the "cell" of signal formed around each tower and the business of handing off the connection from one cell to the next as the user travels.

    26. Re:Welcome to 2004 by Anonymous Coward · · Score: 0

      The lack of a cellular network in their cellular network should be no cause for concern, because it just means they're implementing the latest Clientless infrastructure advancements. This is the future!

      Did you even bother to RTFA before writing your senseless reply?????

    27. Re: Welcome to 2004 by Anonymous Coward · · Score: 0

      But they don't know who you are.

      Yes they do. Unless you don't have your phone on all the time, they know who you are with our without an ID.

    28. Re: Welcome to 2004 by sound+vision · · Score: 1

      Nobody's saying you can't carry an emergency phone for when you *want* people to know where you are. Plenty of cars come with exactly that feature built in. GM calls it OnStar and advertised it heavily, but I think other manufacturers have similar systems now. IIRC they use satellites and/or cell networks.

  2. Only read the summary but.... by WolfgangVL · · Score: 3, Interesting

    As of right now, I've walked MANY through getting google voice going on mobiles and ditching the monthly bill. Works good until they catch on and force you re-verify the number you setup, at which point it seems your no longer able to make calls (originating from that number) but you can still receive voice mail. The privacy trade-off is obvious when working with any google product, but for quick and dirty free wifi phone it worked great (last time i set it up for somebody)

    It sounds like this is pretty damn close to the same thing, only without all the snoopy big tech middle man garbage. I'm going to try it.

    These phone numbers are generated by Sopranica's Voice Over IP (VOIP) provider which provides talk and text services over the internet.

    Regarding the encryption, where does it take place? Is this privacy-centric un-named VOIP provider/DIY network subject to NSLs?

    I suppose I should RTFA....

    --
    You are being ripped off every second of every day, so that advertisers can help rip you off even more tomorrow.
    1. Re: Only read the summary but.... by slazzy · · Score: 4, Informative

      Port your number to voip.ms, $1 per month will keep it running incase you need to re-verify. You can forward it anywhere you like as well or setup sip, text etc.

      --
      Website Just Down For Me? Find out
    2. Re: Only read the summary but.... by c6gunner · · Score: 2

      I find VoIP.ms to be better than google voice in most cases anyway. GV seems to be using a pretty inefficient codec, so while the call quality may be just fine over WiFi or a good LTE connection, it starts to die pretty quickly as your signal degrades. Over 3G it's pretty choppy even with a good signal.

      Meanwhile VoIP.ms let's you pick from several different codecs. I find g729 work quite well even on a shitty 3G connection.

      They also let you do wonderful things like set up IVRs to block out spam calls. I haven't had to listen to a single telemarketer in well over a year now.

      I started off with Google Voice, but these days it's just a backup in case something goes wrong with my VoIP.ms account.

    3. Re:Only read the summary but.... by KingBenny · · Score: 1

      yea, it sounds too good to be true so i guess i'll RTFA for once too hahah ... and as most things (from google voice to about any "win a nvdia 10k 2160ptx munstoorr for free) its probably (in very small letters) US residents only well i dont know if huhhelheim is US only, but its certainly not available here (police state wouldnt like it i suppose) ... and also paying taxes to five governments for a potential market the size of new york or tokyo is (from a corporate pov) probably a good reason why not to try invest in anything but interwebz here (cos thats already there lol) ... im amazed they havent found a way to charge companies to "use internet on Hellgian soil" ... or co tax for farting
      or breathing
      after all, electricity is a luxury since 2 years, and taxed as such , 21% VAT (and so is legal representation i hurrd a few months ago, making it deductable for your employer, but NOT for you, welcome to 1830 ...) off topic ?
      no, i'm multidimensional and hyperthreading ... im gonna rtfa now, maybe i can actually use this thing ... its not like i have a sim card in my "smart" phone anyway, i keep that one in an old €15 samsung (it doesnt eat cookies so i guess only the stasi can track me with that ... so i leave it off unless i expect a login code lol) oh well.... wuteverr, fuck hellgium

      --
      Free speech was meant to be free for all... how can anyone grow up in a nanny state ?
  3. What's old is new again? by fred911 · · Score: 1

    How's this different than using SIP over one of the http://www.talkonaut.com/ clients?

    It's at least 11 years old.. Can't reinvent the wheel.

    --
    09 F9 11 02 9D 74 E3 5B - D8 41 56 C5 63 56 88 C0 45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    1. Re: What's old is new again? by Anonymous Coward · · Score: 0

      Itâ(TM)s not and if they are really encrypting it, then they are tunneling UDP (SIP) over TCP (for TLS) and not understanding wtf they are doing to call quality

    2. Re: What's old is new again? by Anonymous Coward · · Score: 0

      I was a member of Free World Dialup in 2003 claiming almost the very same thing. It turned our to be dumb then and guess what it is now.

  4. Wow by Anonymous Coward · · Score: 1

    Another voice over internet protocol app! Wooooow

  5. Wonder how long this service will last... by Anonymous Coward · · Score: 0

    SIP over XMPP... revolutionary. We have had this happen already with Signal/RedPhone, and previously, PGPphone and other items.

    Problem is that they tend to not be bothered with. If they are, it will be likely someone who used it to help figure out where to perform yet another mass murder. Then, governments will crush it, and it will go the way of Skype, BIS, and eGold.

  6. Plenty of encrypted UDP, IP by raymorris · · Score: 1

    > they are really encrypting it, then they are tunneling UDP (SIP) over TCP (for TLS)

    Just finished Chapter 1 of Basic Cryptography?
    "Encryption" doesn't mean TLS, and TLS doesn't require TCP. Plenty of common applications use encrypted UDP, some do TLS over UDP. IPsec, which is built-in to the Linux kernel, encrypts IP. Some apps, such as Cisco Anyconnect, can set up EITHER an IPSec connection, OR a TLS-based connection.

    I wrote an IPSec / ISAKMP / IKE client a couple of months ago, so that's one I'm rather familiar with. As mentioned above, IPSec encrypts *IP* packets. Those could carry UDP or TCP fragments, or icmp, cdp, etc. It's encrypted at the IP packet level. To *set up* the IPSec connection, it uses UDP packets.

    Another client I wrote this year spoke encrypted RDP, which is TLS over UDP. Some other Microsoft products use roughly the same protocol. OpenVPN is another example. It uses encrypted UDP, and can use optionally TLS authentication within the encrypted UDP channel.

    This coming week my task is Microsoft SQL Server. It's TLS over TCP - hopefully STANDARD to over TCP.

  7. Sopranica by Anonymous Coward · · Score: 0

    Waste Management consultants?

  8. Replace cell towers by Anonymous Coward · · Score: 0

    We need to replace the commercial infrastructure... We need people to set up hotspots that are limited to this application only somehow, and for those to prevent abuse. For example voice data should be small so we can limit bandwidth, and limit amount of users per hotspot. Just needs people to volunteer their support.

    As for emergencies we can already use a phone with no sim for 911 so just turn off cellular, and only turn it on when you need 911.

    1. Re:Replace cell towers by sims+2 · · Score: 1

      A while back I suggested using a passive alert system.

      Your phone could listen for its ID and receive text messages without revealing it's location. Making calls or sending messages would however reveal your location to your carrier.

      --
      Minimum threshold fixed. Thanks!
    2. Re:Replace cell towers by Obfuscant · · Score: 1

      Your phone could listen for its ID and receive text messages without revealing it's location.

      When it registers with the cell site, so the cell site knows where to send the ID and text message, the system will determine your location. All your phone has to do is register, and it does that just to know it has service and what to listen to.

    3. Re:Replace cell towers by Anonymous Coward · · Score: 0

      You have reinvented the pager. Pagers that can receive text messages have been available since around 1980.

      I had the swatch pager watch which only got numeric messages. To send text pager message to other someone I called a number and spoke to an actual person who typed the message, it was the 1990's.

    4. Re:Replace cell towers by BlueStrat · · Score: 2

      We need to replace the commercial infrastructure... We need people to set up hotspots that are limited to this application only somehow, and for those to prevent abuse. For example voice data should be small so we can limit bandwidth, and limit amount of users per hotspot. Just needs people to volunteer their support.

      The bigger problem with the entire concept being that even if it works as advertised, the government will enact laws, rules, regulations to criminalize it. The US government will never tolerate any system of mass domestic voice/data communications that they cannot monitor/track/decrypt/control. Even Cardinal Richelieu needed those 6 lines from the most honest of men and the ability to read them in order to have him hanged.

      It would help citizens to effectively oppose what the government does that they are unhappy about, assist in holding people in the government accountable, and facilitate removing corrupt leaders from office, and thus any domestic mass communications system they cannot eavesdrop upon, decrypt, track, and control is anathema to such an oligarchic kleptocracy posing as a democratic republic as the US has become. A massive reduction in government size, power, and scope would be necessary to allow such a system to be built & operated without government forbidding it.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    5. Re: Replace cell towers by Anonymous Coward · · Score: 0

      So every message is broadcast to every node on the network from every tower? Never heard of a broadcast storm, or why Ethernet hubs suck?

    6. Re:Replace cell towers by sims+2 · · Score: 1

      You misunderstand it's just broadcasted to all cells assuming your phone might be on and listening.

      As a result its going to have limitations like a limit to rebroadcasts and a time interval between them.

      Still it wouldn't scale well but would probably scale plenty well enough for the number of people that I think would actually be interested in this.

      --
      Minimum threshold fixed. Thanks!
    7. Re: Replace cell towers by sims+2 · · Score: 1

      The network would still be centrally managed so every tower would recive and broadcast the message every 10 minutes 4x or so and then give up never knowing if the message was actually received.

      It won't scale which is why it wasn't done in the first place.
      But it would still likely handle everyone that would be interested in a allways on communications network that only tracked you when you were transmitting. Eg when you called someone, sent a message or browsed the web.

      Would make it so your location isn't revealed without your consent while still allowing you to be contacted at any time.

      --
      Minimum threshold fixed. Thanks!
    8. Re:Replace cell towers by sims+2 · · Score: 1

      Oh your right I did. Neat!
      Which also means that even without the ability to scale it still has enough capacity to be viable.

      --
      Minimum threshold fixed. Thanks!
    9. Re:Replace cell towers by dissy · · Score: 1

      You misunderstand it's just broadcasted to all cells assuming your phone might be on and listening.

      Actually I believe you are partially misunderstanding, and parent is correct.

      From grandparent:
      Your phone could listen for its ID and receive text messages without revealing it's location. Making calls or sending messages would however reveal your location to your carrier.

      The existing cellular network does not work via broadcasting messages to all towers such that your phone could passively listen for it.
      Your phone registers with the cell tower, which updates the carriers internal routing info, and only then does the network forward things for your cell ID to that one tower you last registered with.

      If your phone unregistered, the network will either hold the message or simply reject it as undeliverable.
      If your phone registered to a tower and then simply "goes dark" without unregistering, the message will still go to just the last tower you registered with for a little bit to be broadcast there. The tower will retry a number of times until it receives an acknowledgement from your phone, and failing to do so (with the phone not transmitting) typically results in the message being rejected back or simply dropped.
      After a few minutes of the phone being dark and not responding to the towers (think like a constant ping check), the route gets removed from the network as stale, and then even that one tower no longer transmits anything to your cell.

      To have a cell network operate on a true broadcast without acknowledgement type of basis, it would need redesigned from the protocol up.
      This would be much closer to "possible" on a home-grown newly designed cellular network/protocol, such as this article is about.

      But the bold part of the quote above indicates GP was specifically talking about your carriers cell network, not a newly made one that works in a different way such as this.

    10. Re:Replace cell towers by sims+2 · · Score: 1

      Correct this would be used along side the existing cellular networks. However as was pointed out to me what I was thinking of already exists as one way pagers but not as a combined device. You could recive texts directly via a one way pager along with notice of attempted incoming calls then if you needed further information and weren't somewhere you you needs your location protected you could switch the cellular side of your phone on and continue like today.

      It wouldn't fully eliminate tracking but it would knock it down to only when you were transmitting which is a big step IMHO from being tracked 24/7 without the loss of the ability to be contacted at any time.

      Yes I should have been more clear In my post so it wasn't so ambiguous.

      --
      Minimum threshold fixed. Thanks!
    11. Re:Replace cell towers by sjames · · Score: 1

      I suspect the volume of broadcasts would be prohibitive.

      In practice, the best you could do is expire logs quickly and be sure to actually delete them.

    12. Re:Replace cell towers by Anonymous Coward · · Score: 0

      So, whenever there's finally a LEO satellite communications service, every government will want to either own it, outlaw the devices that talk to it, or destroy the satellites.

  9. SIP Network != Cellular Network by Anonymous Coward · · Score: 0

    So no news, really. If you are talking of using the free spectrum wirelessly, I'm listening.

  10. JMP is a statistics package by Anonymous Coward · · Score: 0

    But don't let that get in the way of using a nice vowel-less name.

    1. Re: JMP is a statistics package by Anonymous Coward · · Score: 0

      It's an unconditional branch instruction.

  11. Portmanteau by dohzer · · Score: 3, Interesting

    Sopranica is a portmanteau of the words "Sopranos" (i.e. The Sopranos, criminal activity and shady dealings hidden from public view and the authorities) and "Silica" (i.e. the chemical compound used to make silicon wafers for manufacturing microchips).

    Crime through Technology.
    Sopran-ica.

    1. Re:Portmanteau by Anonymous Coward · · Score: 0

      That's a stretch!

  12. Surprise, I didn't read the article... by Anonymous Coward · · Score: 0

    Not all of it! But, replace every aspect of the cellular network by installing an app on my cellphone? Am I going to read about how our governments are not going to be able to spy on me?

  13. setup too complicated, will not be adopted as is by Anonymous Coward · · Score: 0

    ok so all you need to do to is to

    - create a free and anonymous Jabber ID
    - install a Jabber app on your phone
    - install a Session Initiation Protocol (SIP) app
    - get your phone number from Sopranica's JMP website.
    - Click whichever number you want to be your new number on the Sopranica network and enter your Jabber ID.
    - receive Confirmation code in your Jabber app.
    - (supposedly) learn how to use all the above to place and receive calls, messages.

    They should do an app that does everything above for you without you having to know anything about jabber, sip, etc.
    If they don't cut this to a 1-2 step thing this will never gain adoption.

  14. Alphabet Agencies by Anonymous Coward · · Score: 0

    That's a stretch!

    Not really. No more of a stretch than Googles parent company being called Alphabet when the NSA, CIA, FBI etc have been called the alphabet agencies for decades. You can guess where I'm going with this...

  15. Survilance free network by jonfr · · Score: 1

    If people want to get surveillance free networks they have to get a handheld radio (or base station at home) and get a transmitter for it (with range up to ~100 km). The problem today is that no easy way to network together many transmitters over the internet and it requires a licensed frequencies (public channels are off limit for this type of usage). It is possible but last I knew the set-up is both difficult and not necessary a stable one (might require a lot of DIY hardware). Radio to radio communication is always possible over the public channels (licence free), but the problem with that is anyone can listen into any conversation that happens since the frequency band is both analogue and in the clear. There is a frequency allocation for digital channels but I have not seen any handheld radio able to use that frequency. I do not know why that is. There is also no data transmission over this type of frequency as the bandwidth is limited to few kHz.

    1. Re:Survilance free network by Anonymous Coward · · Score: 0

      Ridiculous, Radios have been trackable by RDF (Radio Direction Finding) since the Second World War.

    2. Re:Survilance free network by Anonymous Coward · · Score: 0

      The closest thing we have to this besides packet radio is Wi-Fi and community wireless networks.

      You can still be tracked to a location with doppler and fox hunting as well as identified by your unique transmission which can be profiled based on the characteristics of your electronics and audio.

  16. JMP founder/programmer here - taking questions by JMP_chat · · Score: 3, Interesting

    I'm Denver, "the programmer behind Soprani.ca", and specifically JMP. Feel free to ask me any questions about JMP, WOM, or Soprani.ca as a whole that haven't been answered in the comments section yet. I'd be happy to hear from you.

    1. Re:JMP founder/programmer here - taking questions by Anonymous Coward · · Score: 0

      Do you accept monero as payment?
      Do you respond to NSLs?

    2. Re:JMP founder/programmer here - taking questions by Anonymous Coward · · Score: 0

      I think the title got it completely wrong -- this isn't a cellular network at all, is it?

    3. Re:JMP founder/programmer here - taking questions by JMP_chat · · Score: 1

      For cryptocurrencies, we currently only support Bitcoin (you can arrange Bitcoin payment by messaging me privately). We are considering adding others.

      No, we do not respond to NSLs. Since all of JMP's own infrastructure is located in Canada, we have no obligation to do so. However, JMP's carrier is largely based in the US (necessarily if you have a US number) so they might respond to NSLs.

    4. Re:JMP founder/programmer here - taking questions by JMP_chat · · Score: 3, Informative

      Soprani.ca is a collection of projects that aims to replace the entire cell phone network (its radio portions, its telephone network portions, etc.) with freedom-respecting alternatives - the title tries to encompass all of this, but perhaps that wasn't clear. To hopefully clarify a bit, here are the two main Soprani.ca projects right now:

      JMP - A gateway to the phone network (including complete SMS support and MMS picture messaging) that you can use entirely over the Internet without involving any sort of cell carrier (and can thus use without anyone tracking your location). You can use JMP right now, and if you find wifi coverage is fine for you, you can ditch your cell carrier altogether and just use JMP for all your text/picture messaging and calling, leaving all the unwanted tracking behind.

      WOM - A community-run radio network that lets you send text and picture messages over long distances (several or several dozen kilometres, depending on conditions). You can send your JMP messages over WOM if you like, which gives you cell network-like range, but without the cell network-like location tracking. We are still developing prototypes for WOM - if you'd like to know when WOM gateways (nodes connecting the WOM mesh to the Internet) are ready to deploy, please join the WOM Operatives list.

    5. Re:JMP founder/programmer here - taking questions by Anonymous Coward · · Score: 0

      Why is Soprani.ca such a god awful website? The Power Point style presentation makes me want to hang myself in the closet.

  17. Overcomplicated Bullshit by Anonymous Coward · · Score: 0

    If you want to build a goddamn mobile network why don't use use something proven and reliable. Let's see; GSM, Nah; CDMA, Nah; IDEN, nope, IMTS, not enough channels; how about AMPS.

  18. Re: setup too complicated, will not be adopted as by Anonymous Coward · · Score: 0

    This. Saw the headline wanted to try it. Saw the steps, said fuck it.

  19. Initially I thought it was the Serval project... by Herve5 · · Score: 2

    ... but as some already said, it's just an app more...
    If really you want to see what an actual, independent mesh network can be, please go to http://www.servalproject.org/
    And yes there is an app :-D
    But this one, works -including from tablets with no SIMcard inside.
    IMHO the only issue is, this will become useable only when thousands will run it, including some in your neigborhood...

    --
    Herve S.
  20. gr8 b8 m8 by Anonymous Coward · · Score: 0

    There are better ways.

  21. Bogus by Anonymous Coward · · Score: 0

    This is bogus. You cannot hide your location from the cell tower ISP by tunneling your communications over a secure protocol using that same tower. The only way it makes sense is for the "Freedom network" to actually own towers and not divulge or log the location data generated. Fat chance getting all those towers created.

  22. Sopranica vs Jitsi by sydbarrett74 · · Score: 1

    I wonder how Sopranica and Jitsi compare. Are their missions overlapping? Different use-cases? I know that Jitsi's big push is enterprise stuff whereas Sopranica seems more of a hobbyist endeavour.

    --
    'He who has to break a thing to find out what it is, has left the path of wisdom.' -- Gandalf to Saruman