Closed griush closed 3 weeks ago
Can we print NMEA messages on a 'terminal'?
la idea es usar el getData callback y cada vez que se recibe un mensaje de 40 bits de un satelite, poner la id y los 40 bits (en hexa mejor) y simular que sale por una terminal, en plan, poner tipica fuente mono y eso. https://github.com/griush/GalileoHack/blob/master/GalileoFront/app/src/main/java/com/gnsstracker/mainapp/SatelliteDataHandler.java#L307
Make another page that would display the raw data recieved as if it was a console. Open here for discussion...