LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Developing Video conferencing/VoIP server in Linux (https://www.linuxquestions.org/questions/programming-9/developing-video-conferencing-voip-server-in-linux-182515/)

monty_neo 05-17-2004 01:02 PM

Developing Video conferencing/VoIP server in Linux
 
Hi Everybody

I want to develop a application in LinuX for Video Conferencing/VoIP.

I wanted to know how should i start. And what r the tools availiable in Linux for software development.

Is there any RAD tool like VB in Linux?

Thanking in Anticipation and waiting for Reply

Monty

Mara 05-17-2004 05:04 PM

There's no VB. Much depends on the list of languages you need. You should probably look at Kylix (Linux version of Delphi).

kooch 05-17-2004 05:06 PM

Python with C/C++ extensions can be pretty RAD.

:p

monty_neo 05-19-2004 01:04 PM

Hi,
Let me tell abt the languages that i know
C/C++,VB,SQL and a bit of Java

I wanted more information about the languages that would be helpful in developing the S/W and where i could get more about the langauages in Linux.

Monty_neo

monty_neo 05-19-2004 01:06 PM

Quote:

Originally posted by kooch
Python with C/C++ extensions can be pretty RAD.

:p

Hi,
Let me tell abt the languages that i know
C/C++,VB,SQL and a bit of Java

I wanted more information about the languages that would be helpful in developing the S/W and where i could get more about the langauages in Linux.

Monty_neo

Mara 05-20-2004 04:19 PM

Install the development packages you can find on your installation cds. Two programs you can find interesting: QT Designer (for C++) and GLADE (for C and C++). They allow you to 'draw' GUI interface (code should be written separately, but you can add it quite easily). There's also Kylix (supporting C++, haven't tried it).
You can also try such things as wxWidgets (http://www.wxwidgets.org/), python (http://www.python.org/).

Many, many languages are supported in Linux. You have also a lot of compilers on the installation cd, most of them with documentation (especially for QT Designer and GLADE, that's why I don't include links for them).


All times are GMT -5. The time now is 05:06 AM.