Copyright © WANNACRACK.COM. All Rights Reserved
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Category
Latest Update
10/24/2020
Rating
Report
ZylGPSReceiver is a Delphi and C ++ builder component that communicates with the GPS receiver. GPS returns latitude, longitude, altitude, speed, route, direction of movement and current position parameters.
This component calculates the distances and performs the conversion operation between different units of measurement.
This component supports GPS, GLONASS, BeiDou, Quasi-Zenith and Galileo satellites.
With this component you will have the following features:
Create a Windows application or service that receives GPS data and stores it in a database.
Create a web service that provides the requested GPS data from the database to web pages.
GPS is a global radio navigation system consisting of 24 satellites and their stations. GPS uses three satellites as reference points to calculate positions with a few meters accuracy.
ZylGPSReceiver: Processes NMEA data from serial, USB or Bluetooth ports. This component is string based, meaning that the reading process is done by different strings.
ZylUdpGPSReceiver: processes NMEA data from the UDP socket. This extension uses Indy 9 socket components that are pre-installed on Delphi 6 and later. You can find the full source code of this component in the download package.
ZylUdp10GPSReceiver: processes NMEA data from the UDP socket. ZylCustomGPSReceiver uses Indy 10 socket components installed by default in Delphi 2005 and later. You can find the full source code of this component in the download package.
ZylFileGPSReceiver: Processes NMEA data from a text file.
ZylNMEADecoder: processes NMEA data from any source, but you must feed it with NMEA statements from the Decode method.
For Delphi D2009, D2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, C++Builder XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo
To install the above component, just select one of the specified folders according to your IDE. It should be noted that for each edit there is a file with the dpk extension that you must open and install in the IDE.
Comments
Similar