|
|
Subscribe / Log in / New account

Signal server available under Free Software license?

Signal server available under Free Software license?

Posted Mar 25, 2016 9:57 UTC (Fri) by kirschner (subscriber, #62102)
Parent article: Bringing Signal to the desktop

Thanks Nathan for the article.

As with all of OWS's projects, of course, the source code for Signal Desktop is available on GitHub.
From my understanding the redphone-server source code and therefore the signal-server source code is not available under a Free Software license. Or can you or someone else point me to it?
But the desktop client, once released to the public, will not require using Google Groups,
Do you or someone else know if it will be possible to run it without a Google Account?


to post comments

Signal server available under Free Software license?

Posted Mar 30, 2016 11:05 UTC (Wed) by ras (subscriber, #33059) [Link]

> From my understanding the redphone-server source code and therefore the signal-server source code is not available under a Free Software license. Or can you or someone else point me to it?

I think this is it: https://github.com/WhisperSystems/TextSecure-Server

There doesn't seem to be a lot to it: just things like mapping phone numbers to accounts (the accounts have the public keys). Signalling between phones seems to be handled by GCM, which isn't surprising. The phone side is done using RTP peer to peer, so there isn't much to the server.

The client side source for redphone on Android is here: https://github.com/WhisperSystems/Signal-Android/tree/mas...


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds