• How would to build a simple messenger?

Document Actions
Replies: 0   Views: 3314
Up one level
You need to be a registered member to post to this forum. Register now.

 • How would to build a simple messenger?

Posted by havoyan at 2004-11-16 12:26

Each client can contain one MessageBox and one Entry box to enter and show messages. One of the clients can contain a SocketServer and another SocketClient. SocketClient connects to SocketServer by firing a CONNECT inpin with IP address as a parameter. Both Socket parts RECIEVE outpins are connected with MessageBox.  Similarly, EntryBox outpins are connected to SEND inpins of the Socket parts.

Manager
Posts: 0
This topic contains no replies