griush / GalileoHack

Born in HackUPC 2024, GNSS Tracker is an Android application that allows to retrieve and analyze data from the different GNSS satellite constelations.
MIT License
16 stars 3 forks source link

GNSS data log page #31

Closed griush closed 3 weeks ago

griush commented 2 months ago

Make another page that would display the raw data recieved as if it was a console. Open here for discussion...

arf20 commented 1 month ago

Can we print NMEA messages on a 'terminal'?

griush commented 1 month ago

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

griush commented 4 weeks ago

48