where can I download a free communication/relay server and client for
clients (should be built in C programming language) to dynamically
pass text, images, and other data to other clients in a bi-directional
way through the server. |
Request for Question Clarification by
majortom-ga
on
01 Jun 2003 07:54 PDT
Do you need this for a specific operating system? Do you want a working
application ready for final use, or do you want source code so that you
can make changes and compile a program of your own?
|
Clarification of Question by
stealthhorse-ga
on
02 Jun 2003 10:16 PDT
I want source code so that I can make changes. It should work on both
Windows or Linux platform, so preferably platform independent. If it
is platform dependent, I need different source code for different
platform. thank a million.
|
Request for Question Clarification by
majortom-ga
on
02 Jun 2003 11:22 PDT
Must there be a graphical user interface? In addition, is exchange of files
what you're looking for, or must the application present text messages
between users and so on?
|
Clarification of Question by
stealthhorse-ga
on
02 Jun 2003 12:40 PDT
a grahical user interface is not required. however, exchange of files
in binary mode is a must have function. it should be something like a
chat/IM server/client but instead of limiting function to instant
exchange of text message, it should be able to do instant exchange of
data/files. Thanks again.
|