--- Holger Wirtz wrote:
> Hello,
> 
> I want to introduce some example code for what I personally miss in
> every
> actually flight simulator: realtime radio.
> 
<SNIP>
> 
> I used flightgear some times and I tried FS2004. The ATC-feature of
> FS2004
> is nice but not really good. My dream is to have an ATC-Applikation and
> something like a radio with different frequencies connected to other
> sim-flyers.
> 
> My idea is to use already functionally VoIP implemenations for a radio.
> Why
> to reinvent the wheel and built proprietary protocols when we have very
> good
> software around?
> 
> I have used Asterisk (http://www.asterisk.org) and configured this
> especially
> for "radio use". In VoIP you do not need necessarily a number for your
> destination.  You can also use a string, like 119.650 (the frq of EGNX
> Approach).

<snip>

> To my mind it is a simple and stable solution quite for larger radio
> networks
> based on asterisk. What is your opinion? Is there a chance to integrate
> the
> code into flightgear in combination with the COM1 on the screen?
> 
> If there is a chance I will try to do this (with much help of the
> developers
> because I don't know the program hooks where to put the code). Possible
> that
> there is also a way to create an ATC application (as a "guest" flyer
> which
> can parse the multi user protocol). In combination with realtime radio
> this should be a great improvement of the multi player functions.

Hi Holger,

The whole area of ATC/MP voice/text interaction is is an area that has
suddenly become very popular!

FG 0.9.10 supports the festival Text To Speech library so the current ATC
messages can be played. Details here: 

http://www.flightgear.org/Docs/getstart/node3.html#SECTION03360000000000000000

The latest CVS version of FG now supports text chat between MP users,
which can also be played through Festival. Currently messages are
broadcast to all users, but I have code that restricts messages to
specific COM frequencies.

Also, Curt has just posted a message from Jon W about using ASR.

To come back to your idea. Personally I think it would be best implemented
as a separate app that communicates with FG rather than being part of FG
itself. FG has an open protocol system allowing you to easily export the
COM frequencies etc. to an external app. See 

http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Protocol/README.Protocol?revision=1.3

for details. This would allow the VoIP client to be run on a separate
computer if required.

-Stuart

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to