Skip to content

jwheare/hotline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:55500/


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

About

Browser based Hotline client in Erlang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published