[erlang-questions] remote service discovery?

Ben Hsu benhsu@REDACTED
Wed May 6 16:07:17 CEST 2015


Thank you! This helped!

On Wed, May 6, 2015 at 9:01 AM, Hynek Vychodil <vychodil.hynek@REDACTED>
wrote:

> Poor man's service discovery:
>
> [{Node, rpc:call(Node, application, which_applications, [])} || Node <-
> nodes() ]
>
> It returns list of all application installed in all nodes in a form:
> [{'foo@REDACTED',[{stdlib,"ERTS  CXC 138 10","2.2"},
>                         {kernel,"ERTS  CXC 138 10","3.0.3"}]}]
>
>
> On Tue, May 5, 2015 at 3:41 AM, Ben Hsu <benhsu@REDACTED> wrote:
>
>> Hello Erlangers
>>
>> I'm curious, is there a way to ask a remote erlang node what services it
>> provides? either in core Erlang or OTP?
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150506/9b2b8bb8/attachment.htm>


More information about the erlang-questions mailing list