rainlabs / QtNMEA

Qt NMEA Wrapper to show how to use libnmea-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QtNMEA

Qt NMEA Wrapper to show how to use libnmea-cpp

How to Build

  • Clone repo with git clone --recurse-submodules https://github.com/rainlabs/QtNMEA
  • You should build libnmea-cpp first via libnmea-cpp/libnmea-cpp.sln for x64 platform
  • Now just open QtNMEA.pro file and press build

How to Launch

This application supports 4 mode to launch:

  • Standalone mode: application has input field and sending messages to self only (command: QtNMEA.exe)
  • UDP Server mode: application has no input field and only receiving message (command: QtNMEA.exe --server -i ip_address -p port)
  • UDP Client mode: application has input field and only sending message (command: QtNMEA.exe --client -i ip_address -p port)
  • COM Port mode: application has no input field and only receiving message (command: QtNMEA.exe --com -i COMN)

About

Qt NMEA Wrapper to show how to use libnmea-cpp

License:MIT License


Languages

Language:C++ 92.3%Language:QMake 7.7%