<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2> hi ,</FONT></DIV>
<DIV><FONT face=Arial size=2>        Can any 
one lemme know how to connect to the node that is created on any other machine 
through jniterface and then able to send messages to it . I tried out the 
following but it is not working : </FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>OtpSelf self = </FONT><B><FONT color=#7f0055 
size=2>new</B></FONT><FONT size=2> OtpSelf(</FONT><FONT color=#2a00ff 
size=2>"localhost"</FONT><FONT size=2>, </FONT><FONT color=#2a00ff 
size=2>"abc"</FONT><FONT size=2>);</DIV>
<DIV>
<P align=left>OtpPeer other = </FONT><B><FONT color=#7f0055 
size=2>new</B></FONT><FONT size=2> OtpPeer(</FONT><FONT color=#2a00ff size=2><A 
href="mailto:master1@spareek);conn">master1@</FONT><FONT size=2>spareek);</P>
<P>conn</A> = self.connect(other);</P><FONT size=2><FONT size=2>
<P>OtpErlangString otpErlangString = </FONT><B><FONT color=#7f0055 
size=2>new</B></FONT><FONT size=2> OtpErlangString(</FONT><FONT color=#2a00ff 
size=2>"hi"</FONT><FONT size=2>);</P></FONT>
<P>conn.send(</FONT><FONT color=#2a00ff size=2><A 
href="mailto:master1@spareek">master1@spareek</A></FONT><FONT size=2>, 
otpErlangString);</P></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>Do I am doing something wrong. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks and Regards,<BR>Siddharth 
Pareek</FONT></DIV></BODY></HTML>