From: Curtis O. <cur...@gm...> - 2006-11-21 17:30:08
|
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 |
From: Norman V. <nh...@ca...> - 2006-11-21 18:06:38
|
Curtis Olson writes > > Does anyone have any sample C/C++ code that will interface > with FlightGear's --telnet interface? Not 'C" but I would look at FGFS / source / scripts / python And think about making glue for the other 'C' code Norman < showing is software glue prejudice > |
From: Curtis O. <cur...@gm...> - 2006-11-21 19:27:12
|
Thanks, I'm just trying to help make life as easy as possible for a student who's not an experienced programmer ... Regards, Curt. On 11/21/06, Norman Vine <nh...@ca...> wrote: > > Curtis Olson writes > > > > Does anyone have any sample C/C++ code that will interface > > with FlightGear's --telnet interface? > > Not 'C" but I would look at FGFS / source / scripts / python > > And think about making glue for the other 'C' code > > Norman < showing is software glue prejudice > > > > ------------------------------------------------------------------------- > 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 > Fli...@li... > 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 |
From: Melchior F. <mf...@ao...> - 2006-11-22 11:44:55
|
* 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. |
From: John W. <ca...@mm...> - 2006-11-22 15:07:01
|
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. |
From: Curtis O. <cur...@gm...> - 2006-11-22 13:04:05
|
Ahhh, perfect, that's exactly what I was hunting for. Thanks! Curt. On 11/22/06, Melchior FRANZ <mf...@ao...> 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 > Fli...@li... > 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 |
From: Leidson C. A. F. <pop...@gm...> - 2006-11-22 18:27:10
|
Great, I'll be waiting your next contact. Leidson PlanetaMessenger.org On 11/22/06, Curtis Olson <cur...@gm...> wrote: > > Ahhh, perfect, that's exactly what I was hunting for. Thanks! > > Curt. > > > On 11/22/06, Melchior FRANZ <mf...@ao...> 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 > > Fli...@li... > > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > > > > > > -- > Curtis Olson - University of Minnesota - FlightGear Project > http://baron.flightgear.org/~curt/ <http://baron.flightgear.org/%7Ecurt/> > 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 > Fli...@li... > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > > > |
From: Leidson C. A. F. <pop...@gm...> - 2006-11-22 13:51:09
|
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 <cur...@gm...> 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://baron.flightgear.org/%7Ecurt/> > 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 > Fli...@li... > https://lists.sourceforge.net/lists/listinfo/flightgear-devel > > > |