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.
