extractorGalileo is a crucial module within the Galileo Explorer app, designed to extract raw GNSS (Global Navigation Satellite System) measurements in real-time. This Flutter-based module leverages the GNSS package along with the FlutterGeoLocalisation package to ensure accurate and efficient extraction of GNSS data.
- Real-time extraction of raw GNSS measurements.
- Utilizes GNSS package for enhanced accuracy and reliability.
- Seamless integration with the Galileo Explorer app.
- Data extraction in JSON format.
- Support for sending extracted data via HTTP request.
To integrate extractorGalileo module into your Flutter project, follow these steps:
- Ensure you have Flutter installed on your system. If not, follow the Flutter installation guide.
- Add all the dependacies in the
pubspec.yamlfile:
To use extractorGalileo in your Flutter project, simply import it into your Dart code. Or you can just build the project and see the real time results