CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Posts
    331

    Instant messaging/VoIP project

    Hi,

    I'm trying to get started on an instant messaging/VoIP project that uses a client-server architecture, and I'm thinking of looking at open source projects such as Jabber to understand the underlying architecture. I've had a bit of network programming experience more than a decade ago but haven't done it since (more of a firmware programmer the past few years).

    The end goal is to have a full featured server setup to handle IM/VoIP and mobile clients (Android/iOS/etc) that supports secure calls/IMs, groups, and other cool stuff, but I'll start with a basic IM infrastructure (server-client) first.

    Does anyone have any recommendations of which open source project I should start looking at first, as well as any relevant tutorials/guides/forums for IM/VoIP development? I'm looking at ejabberd for the server side as it uses XMPP standards and has Windows/*NIX/OSX support, but it uses erlang which I'm not familiar with (I speak C/C++ and some Java)

    Thanks!

  2. #2
    Join Date
    Dec 2011
    Posts
    1

    Re: Instant messaging/VoIP project

    Hi,
    interesting project , you should make the server and clients for VoIP and instant messaging secure and reliable , to underst. from several layers ( points of view ). Today we have a lot of open source.
    try out
    http://www.linphone.org/
    http://www.voip-info.org/wiki/view/O...+VOIP+Software
    http://en.wikipedia.org/wiki/Compari..._VoIP_software

    I had an idea to make something close private server and client + protocol modification , but it is long job + budget + need to relocate to work in comfort place.

    Kindest Regards,

    stsht@ymail.com

  3. #3
    Join Date
    Apr 2005
    Posts
    1,828

    Re: Instant messaging/VoIP project

    Quote Originally Posted by FreelyT View Post
    Hi,
    interesting project , you should make the server and clients for VoIP and instant messaging secure and reliable , to underst. from several layers ( points of view ). Today we have a lot of open source.
    try out
    http://www.linphone.org/
    http://www.voip-info.org/wiki/view/O...+VOIP+Software
    http://en.wikipedia.org/wiki/Compari..._VoIP_software

    I had an idea to make something close private server and client + protocol modification , but it is long job + budget + need to relocate to work in comfort place.

    Kindest Regards,

    stsht@ymail.com
    I am working on linephone. But finding the code difficult to compile on VS2008. Can someone tell me the procedure to configure the MingW framework to make it combilable with VS2008?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured