All Projects → jwheare → hotline

jwheare / hotline

Licence: other
Browser based Hotline client in Erlang

Programming Languages

javascript
184084 projects - #8 most used programming language
erlang
1774 projects
CSS
56736 projects

Projects that are alternatives of or similar to hotline

OpenCircle
Open-source Circle of 6 with improved security and privacy features. PLEASE NOTE: For the new Circulo app please visit: https://gitlab.com/circuloapp/circulo-android
Stars: ✭ 26 (+116.67%)
Mutual labels:  hotline

Erlang Hotline client with a web UI.

Dependencies:

Usage

  1. Make a file in apps/hotline/priv/conf/local.conf that looks like this:
{connection_hostname, <<"example.com">>}.
{connection_title,    <<"Example">>}.
{connection_name,     <<"Nickname">>}.
{connection_username, <<"username">>}.
{connection_password, <<"password">>}.
{connection_icon,     150}.
  1. Build with make compile

  2. Run the app with make start

  3. Point a browser at http://localhost:55500/


Wiki on the Hotline protocol: http://hotline.wikia.com/wiki/Hotline_Wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].