Client platform, where to start

I am interested in developing a Client and a Server for VoIP and IM communication like mumble/teamspeak/skype/raidcall etc.

I would like to stay away from hardcore stuff, while my main goals regarding the client are:

  • Basic VoIP and Chat functionality
  • Custom emoticons in chat
  • A completely flat designed UI
  • Project lasts one month
  • So is this in your opinion a realistic and doable concept? If so which language do you think that would fit my above goals the most? And can you also point me to a certain direction? (Like should I use xmpp, should I find a completed Server and develop only the client etc).

    I can code in C, C++ and Java at a university level.

    Thanks in advance.


    Maybe you should have a look at: www.freeradionetwork.eu

    It's a prehistoric, but nevertheless interesting project. They published their protocol in hope for someone to write an API.

    Do you want to stream through your server, or make it P2P?

    链接地址: http://www.djcxy.com/p/61296.html

    上一篇: 套接字,xmpp和轮询到node.js

    下一篇: 客户端平台,从哪里开始