If I have a BERT-RPC Server (Ernie) on one machine, and would like to communicate with it from an Erlang/OTP application from another machine, what would be the best course? Is There an Erlang BERT-RPC Client?
I suppose it wouldn't be too much trouble to send and receive messages via gen_tcp, but is there an existing, stable application for this already?