<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to Develop a Chat tool in C on Unix/Linux OS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904586#M65176</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;What you want to do is not easy, expecially for a newbie of C.&lt;BR /&gt;&lt;BR /&gt;First of all i think you need a server, where the client can connect and you can use server for distribuite the client.&lt;BR /&gt;&lt;BR /&gt;I think is better to do it in Java, in Internet are very example where you can learn how it work.&lt;BR /&gt;If you use Java you can integrate into the web of your intranet, and your client no need a client software.&lt;BR /&gt;&lt;BR /&gt;I have this link for reference and learn the C programming.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.cf.ac.uk/Dave/C/" target="_blank"&gt;http://www.cs.cf.ac.uk/Dave/C/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is not easy, and probably is prefer to proceed by step :)&lt;BR /&gt;&lt;BR /&gt;This link explain how to build an C++ chat example.&lt;BR /&gt;&lt;A href="http://edocs.bea.com/tuxedo/tux80/srv2srv/cplus.htm" target="_blank"&gt;http://edocs.bea.com/tuxedo/tux80/srv2srv/cplus.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope helpful&lt;BR /&gt;&lt;BR /&gt;Bye!</description>
    <pubDate>Tue, 28 Nov 2006 07:47:52 GMT</pubDate>
    <dc:creator>Alpha977</dc:creator>
    <dc:date>2006-11-28T07:47:52Z</dc:date>
    <item>
      <title>how to Develop a Chat tool in C on Unix/Linux OS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904585#M65175</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm trying to learn C on Unix/Linux. I want to create a Chat application using C, on Unix/Linux platform.&lt;BR /&gt;&lt;BR /&gt;Could anyone guide me?&lt;BR /&gt;&lt;BR /&gt;Well, I would want the chat tool to :&lt;BR /&gt;--&amp;gt; Be able to connect to multiple clients at a time&lt;BR /&gt;--&amp;gt; Display who(clients) are logged in at any point of time&lt;BR /&gt;--&amp;gt; Be able to save the conversation if needed&lt;BR /&gt;--&amp;gt; Chat server should be able to list all the logged in users too&lt;BR /&gt;&lt;BR /&gt;I am not sure how complex this could be doing in C on Unix/Linux.. But, kindly help me in doing this.&lt;BR /&gt;&lt;BR /&gt;Note: Please refer if at all there is any opensource already with these ( may be more features too) functionality. So that I can have even more clear guidence.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;Soujanya.R</description>
      <pubDate>Tue, 28 Nov 2006 06:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904585#M65175</guid>
      <dc:creator>Soujanya</dc:creator>
      <dc:date>2006-11-28T06:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to Develop a Chat tool in C on Unix/Linux OS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904586#M65176</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;What you want to do is not easy, expecially for a newbie of C.&lt;BR /&gt;&lt;BR /&gt;First of all i think you need a server, where the client can connect and you can use server for distribuite the client.&lt;BR /&gt;&lt;BR /&gt;I think is better to do it in Java, in Internet are very example where you can learn how it work.&lt;BR /&gt;If you use Java you can integrate into the web of your intranet, and your client no need a client software.&lt;BR /&gt;&lt;BR /&gt;I have this link for reference and learn the C programming.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.cf.ac.uk/Dave/C/" target="_blank"&gt;http://www.cs.cf.ac.uk/Dave/C/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is not easy, and probably is prefer to proceed by step :)&lt;BR /&gt;&lt;BR /&gt;This link explain how to build an C++ chat example.&lt;BR /&gt;&lt;A href="http://edocs.bea.com/tuxedo/tux80/srv2srv/cplus.htm" target="_blank"&gt;http://edocs.bea.com/tuxedo/tux80/srv2srv/cplus.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope helpful&lt;BR /&gt;&lt;BR /&gt;Bye!</description>
      <pubDate>Tue, 28 Nov 2006 07:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904586#M65176</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-11-28T07:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to Develop a Chat tool in C on Unix/Linux OS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904587#M65177</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;As u say, you want the application in C &lt;BR /&gt;I will suggest:&lt;BR /&gt;--starting with sockets and create a simple client and server which can accept and send messages to each other turn by turn.&lt;BR /&gt;--Then u can add code to find the users who are online (may be a config file to store your friends will be needed), this will require some space management for the screen u r using.&lt;BR /&gt;You have two options , Curses or GTK &lt;BR /&gt;--To support chatting with multiple users u need to look at threads.&lt;BR /&gt;best of luck :)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Nov 2006 09:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904587#M65177</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2006-11-28T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to Develop a Chat tool in C on Unix/Linux OS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904588#M65178</link>
      <description>why don't you pick up a opensource project like &lt;BR /&gt;psi&lt;BR /&gt;gaim&lt;BR /&gt;&lt;BR /&gt;or the like to read the source code first?</description>
      <pubDate>Fri, 01 Dec 2006 14:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904588#M65178</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-12-01T14:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to Develop a Chat tool in C on Unix/Linux OS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904589#M65179</link>
      <description>Hi Soujanya,&lt;BR /&gt;&lt;BR /&gt;There are loads of tools available:&lt;BR /&gt;&lt;A href="http://www.jabber.org/software/clients.shtml" target="_blank"&gt;http://www.jabber.org/software/clients.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Sun, 03 Dec 2006 06:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-develop-a-chat-tool-in-c-on-unix-linux-os/m-p/3904589#M65179</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-12-03T06:02:13Z</dc:date>
    </item>
  </channel>
</rss>

