Re: [Flightgear-devel] C/C++ code to interface with FlightGear

2006-11-22 Thread Leidson Campos A. Ferreira

Great, I'll be waiting your next contact.

Leidson
PlanetaMessenger.org

On 11/22/06, Curtis Olson <[EMAIL PROTECTED]> wrote:


Ahhh, perfect, that's exactly what I was hunting for.  Thanks!

Curt.


On 11/22/06, Melchior FRANZ <[EMAIL PROTECTED]> wrote:
>
> * Curtis Olson -- Tuesday 21 November 2006 18:22:
> > Does anyone have any sample C/C++ code that will interface with
> FlightGear's
> > --telnet interface?
>
> What about  ./scripts/example/fgfsclient.{c,cxx}  ?
>
> m.
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>



--
Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/ 
  http://www.humanfirst.umn.edu/  http://www.flightgear.org
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] C/C++ code to interface with FlightGear

2006-11-22 Thread John Wojnaroski
Melchior FRANZ wrote:

>* Curtis Olson -- Tuesday 21 November 2006 18:22:
>  
>
>>Does anyone have any sample C/C++ code that will interface with FlightGear's
>>--telnet interface?
>>
>>
>
>What about  ./scripts/example/fgfsclient.{c,cxx}  ?
>
>  
>
You might take a look at Chap 15, page 589 in "UNIX Network Programming" 
by Stevens.

Regards
John W.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] C/C++ code to interface with FlightGear

2006-11-22 Thread Leidson Campos A. Ferreira

Hi Curtis,

Just a question. This implementation will be part of FlightGear of scenery
designer ??
Because I've done a implementation to interface Flightgear using the telnet
protocol,  under linux/unix box, unfortunately I can't post complete code
here because it is copyright protected, but I could help you implement this
feature using your existing code base.

This help you ?

Leidson
PlanetaMessenger.org

On 11/21/06, Curtis Olson <[EMAIL PROTECTED]> wrote:


Does anyone have any sample C/C++ code that will interface with
FlightGear's --telnet interface?  There is a student here writing an
external app that can take the scenery click point and do a street database
lookup of the point that was clicked on in FlightGear.  (This will sound
more useful if you observe that we can draw a live video stream from a UAV
right next to a live synthetic view of FlightGear and have plans in the
future to make a single hybrid view ... so the end result will be the
ability to click on a street or object in the live video stream and get back
the real street address ... cool stuff accomplished mostly by just plugging
together a variety of existing capabilities in FlightGear.)

Regards,

Curt.
--
Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/ 
   http://www.humanfirst.umn.edu/  http://www.flightgear.org
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] C/C++ code to interface with FlightGear

2006-11-22 Thread Curtis Olson

Ahhh, perfect, that's exactly what I was hunting for.  Thanks!

Curt.


On 11/22/06, Melchior FRANZ <[EMAIL PROTECTED]> wrote:


* Curtis Olson -- Tuesday 21 November 2006 18:22:
> Does anyone have any sample C/C++ code that will interface with
FlightGear's
> --telnet interface?

What about  ./scripts/example/fgfsclient.{c,cxx}  ?

m.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel





--
Curtis Olson - University of Minnesota - FlightGear Project
http://baron.flightgear.org/~curt/  http://www.humanfirst.umn.edu/
http://www.flightgear.org
Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] C/C++ code to interface with FlightGear

2006-11-22 Thread Melchior FRANZ
* Curtis Olson -- Tuesday 21 November 2006 18:22:
> Does anyone have any sample C/C++ code that will interface with FlightGear's
> --telnet interface?

What about  ./scripts/example/fgfsclient.{c,cxx}  ?

m.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel