All Projects → rtklibexplorer → RTKLIB

rtklibexplorer / RTKLIB

Licence: other
A version of RTKLIB optimized for single and dual frequency low cost GPS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. Documentation for RTKLIB is available at rtklib.com. This software is provided “AS IS” without any warranties of any kind so please be careful, especial…

Projects that are alternatives of or similar to RTKLIB

HPR-Rocket-Flight-Computer
A flight computer for high-powered rockets based on the Teensy platform. 4 programmable pyro outputs, Mach immune flight events, air-start & two-stage capable w/ tilt-sensing safety features, GPS & live telemetry. High-rate data logging at 1000 samples per second. 4.0in x 1.25in x 0.5in fits in a 38mm tube coupler.
Stars: ✭ 33 (-92.14%)
Mutual labels:  gps, gnss
rtklib ros bridge
ROS bridge for RTKLIB
Stars: ✭ 50 (-88.1%)
Mutual labels:  gnss, rtklib
SparkFun RTK Firmware
Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
Stars: ✭ 38 (-90.95%)
Mutual labels:  gps, gnss
AndroidGNSS
Code supporting raw ranges for the Android
Stars: ✭ 40 (-90.48%)
Mutual labels:  gps, gnss
nmea msgs
nmea_msgs is a ROS package containing messages related to the NMEA standard
Stars: ✭ 21 (-95%)
Mutual labels:  gps, gnss
zubax gnss
Zubax GNSS module
Stars: ✭ 45 (-89.29%)
Mutual labels:  gps, gnss
gnssIR python
Python scripts for GNSS interferometric reflection applications
Stars: ✭ 19 (-95.48%)
Mutual labels:  gps, gnss
pyubx2
Python library for parsing and generating UBX GPS/GNSS protocol messages.
Stars: ✭ 49 (-88.33%)
Mutual labels:  gps, gnss
rpi boat utils
Utilities for Raspberry Pi, mostly for usage on a boat. Includes UART control scripts, traffic measurement tools for Mikrotik (RouterOS) and OpenWrt, AIS wireless daemon, AIS decoder and an extensible boat & IoT sensor daemon for Signal K.
Stars: ✭ 71 (-83.1%)
Mutual labels:  gps
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (-88.1%)
Mutual labels:  gps
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (-39.76%)
Mutual labels:  gps
Python-NEO-6M-GPS-Raspberry-Pi
Python script for the NEO-6M GPS module on the Raspberry Pi
Stars: ✭ 41 (-90.24%)
Mutual labels:  gps
aw-clock
Astronomy/weather clock
Stars: ✭ 41 (-90.24%)
Mutual labels:  gps
FusedBulb
Location fetch library.
Stars: ✭ 22 (-94.76%)
Mutual labels:  gps
erlymon
Open Source GPS Tracking System
Stars: ✭ 32 (-92.38%)
Mutual labels:  gps
Map Based Visual Localization
A general framework for map-based visual localization. It contains 1) Map Generation which support traditional features or deeplearning features. 2) Hierarchical-Localizationvisual in visual(points or line) map. 3)Fusion framework with IMU, wheel odom and GPS sensors.
Stars: ✭ 229 (-45.48%)
Mutual labels:  gps
Guidancesteering
Guidance Steering (AutoTrack) for Farming Simulator 19.
Stars: ✭ 228 (-45.71%)
Mutual labels:  gps
JT808Platform
简单的JT808车辆监控平台
Stars: ✭ 97 (-76.9%)
Mutual labels:  gps
LocationShare
A simple Android application to share your location
Stars: ✭ 75 (-82.14%)
Mutual labels:  gps
ginan
The Australian Government, through Positioning Australia (part of Geoscience Australia), is funding the design, development and operational service of a Global Navigation Satellite System (GNSS) position correction system - the Ginan service and toolkit. The application of the Ginan correction service by a GNSS device has the potential to increa…
Stars: ✭ 120 (-71.43%)
Mutual labels:  gnss
A version of RTKLIB optimized for single and dual frequency low cost GPS receivers, especially u-blox receivers.  It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch.   This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.  

Binaries and tutorials for this code, and sample GPS data sets are available at http://rtkexplorer.com/  

The latest version of the user manual is at: https://rtkexplorer.com/pdfs/manual_demo5.pdf

   
WINDOWS: To build and install code for with Windows Embarcadero compiler:

GUIs: 
1) Build executables with app/winapp/rtklib_winapp.groupproj project file 
2) Install executables and DLLs to ../RTKLIB/bin by runnning app/winapp/install_winapp.bat

CUIs:
1) Build executables with app/consapp/rtklib_consapp.groupproj project file 
2) Install executables to ../RTKLIB/bin by runnning app/consapp/install_consapp.bat



LINUX: To build and install code

CUIs:
1) cd app/consapp/<appName>/gcc
2) make

GUIs (Qt based):
1) cd app/qtapp
2) qmake
3) make
4) ./install_qtapp

The linux GUI files have been updated from https://github.com/JensReimann/RTKLIB/tree/rtklib_2.4.3 but at this point may not be fully functional
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].