[erlang-questions] Node name for erl_connect(nodename)

Jani Hakala jahakala@REDACTED
Thu Jan 31 10:40:57 CET 2008


J Bhanot <j.bhanot@REDACTED> writes:

> Hi,
>
> I am using putty to connect to my linux server....am also runnig MGC 
> (sample application in Megaco) which is listening on the port of linux 
> server...
>
If the listening port is a regular TCP or UDP port, then you can not
use erl_connect and related functions. erl_connect is used to connect
to a erlang node.

You are trying to use erl_interface, which is depracated in favor of
ei (man ei and man ei_connect)

Jani Hakala



More information about the erlang-questions mailing list