Thanks. That would be GREAT !!
From: [email protected] [mailto:[email protected]] On Behalf Of William Hermans Sent: Wednesday, June 10, 2015 3:51 PM To: [email protected] Subject: Re: [beagleboard] Displaying GPS Data ? I did the same thing with a TEMPer v1.4 USB thermometer dongle. Running the application through Nodejs, and then parsing the output in a callback. Let me see if I can find my code, or notes. On Wed, Jun 10, 2015 at 12:45 PM, William Hermans <[email protected]> wrote: Nodejs + child_process.exec to run the GPS executable, and then in a callback parse the output. Then do with it as you wish. Something like this: http://www.dzone.com/snippets/execute-unix-command-nodejs In that example though the person is just printing the output of pwd to stdout, etc. But the concept is the same-ish. On Wed, Jun 10, 2015 at 12:25 PM, William Pretty Security <[email protected]> wrote: Hello Group; I have a webpage server running on a BBB. This page currently serves (streams) video from my robot. I would like to also display the Lat/Long from the onboard GPS. I have CGPS installed and working. It writes text to the console. What I would like to know is how to send this text to a text box or whatever on the web page. I’m thinking node.js + java script? Thanks; Bill "All that is necessary for the triumph of evil is that good men do nothing" Edmond Burke (1729 - 1797) http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book http://ca.linkedin.com/pub/bill-pretty/2b/b07/602 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. No virus found in this message. Checked by AVG - www.avg.com Version: 2015.0.5961 / Virus Database: 4355/9986 - Release Date: 06/10/15 _____ No virus found in this message. Checked by AVG - www.avg.com Version: 2015.0.5961 / Virus Database: 4355/9986 - Release Date: 06/10/15 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
