Molqa is an Erlang Client for Moqa Server, it was designed to be the User's Interface to communicate with the Server Side.
First you should edit molqa.app
to set the Same Port Number that you have
already set for Moqa Server, and to set the Keep Alive Interval(in Seconds not Milliseconds).
Now You can start Molqa in a clean Erlang Session by
rebar3 shell
When Molqa Application is running, you can use molqa_interface.erl
to interact with the Application.
You can check here a full
Description of molqa_interface.erl
's Functions.