Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 557 Bytes

README.markdown

File metadata and controls

40 lines (23 loc) · 557 Bytes

Current state of the erlang switch

  • Stuff that is solid and well tested

    • Nothing!
  • Stuff that probably works

    • Sending and receiving telexes

    • Dialing

    • Routing

    • Taps

  • Stuff that is yet to come

    • Supervisors, application, rel

    • ring/line/br

    • Tests!

  • Stuff that would one day be nice

    • Admin console

    • Simplified localhost interface

    • More tests!

Startup:

./rebar get-deps
./rebar compile
erl -pa ebin/ deps/proper/ebin/
th_event:start_link().
th_udp:start_link().
th_router:bootstrap().