Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 374 Bytes

Sipwise ertpengine client in Erlang

Installation (rebar.config):

{deps, [
	{ertpengine, ".*", {git, "https://github.com/surik/ertpengine.git", "master"}}
]}.

Usage:

ertpengine:new_connection(local, [{ip, "127.0.0.1"}, {port, 11234}]),
pong = ertpengine:ping(local),
ertpengine:stop_coonection(local).

See ertpengine.erl for information.