CN107707629B - GNSS message conversion verification method - Google Patents

GNSS message conversion verification method Download PDF

Info

Publication number
CN107707629B
CN107707629B CN201710820420.8A CN201710820420A CN107707629B CN 107707629 B CN107707629 B CN 107707629B CN 201710820420 A CN201710820420 A CN 201710820420A CN 107707629 B CN107707629 B CN 107707629B
Authority
CN
China
Prior art keywords
message
verification
unified
format
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710820420.8A
Other languages
Chinese (zh)
Other versions
CN107707629A (en
Inventor
张达
张体良
谢志军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chihiro Location Network Co Ltd
Original Assignee
Chihiro Location Network Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chihiro Location Network Co Ltd filed Critical Chihiro Location Network Co Ltd
Priority to CN201710820420.8A priority Critical patent/CN107707629B/en
Publication of CN107707629A publication Critical patent/CN107707629A/en
Application granted granted Critical
Publication of CN107707629B publication Critical patent/CN107707629B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information

Abstract

The invention provides a GNSS message conversion verification method, which is characterized by comprising the following steps: step S1, inputting the message to the unified message verification platform; step S2, the unified message verification platform detects the source of message output and processes correspondingly; step S3, the unified message verification platform detects whether the verification of the message is supported; step S4, if the unified message verification platform supports the verification of the message, it is detected whether the input file conforms to the format of the message, and the content integrity is verified; step S5, after the content integrity is verified, the message is converted into a uniform message format; and step S6, verifying the intermediate data format obtained by the message conversion, and outputting the verification result. The invention can eliminate the difference of each message, improve the accuracy and the usability of verification and verify the data of off-line files and real-time streams.

Description

GNSS message conversion verification method
Technical Field
The invention relates to the technical field of message verification, in particular to a GNSS message conversion verification method.
Background
With the development and popularization of satellite positioning technology, communication technology and computer network technology, the public demand for location services is becoming more and more important. Differential positioning has been widely accepted by the public as a convenient method for significantly improving positioning accuracy. Manufacturers are also advancing their differential positioning technology and terminal equipment. The differential positioning technology needs to broadcast differential positioning messages to terminal devices, and the differential messages currently have codes that are universal internationally, such as RTCM (RTCM Radio technical commission for Maritime Services), but each vendor also has its own codec format, such as CMR (a differential data format of Trimble corporation) of Trimble corporation, RT17 format, OEM6 (a differential data format of Novtel corporation) message format, different message formats, and different versions, such as RTCM 3.0, RTCM3.2, and different codec formats between different versions. However, in the differential messages broadcast, the data fields of the core are similar, different messages can be mutually converted, but after the messages with different formats are converted, how to verify the correctness of the message conversion does not have a unified standard and flow at present.
Once established, the criteria for message authentication, i.e., the message authenticated by the criteria, is correct, verifiable, and traceable to the processing of the core fields, even if a problem occurs. As to why it is just the processing of the core field, because different messages have different extension fields, these extension fields cannot be unified, and only each message can be processed separately.
At present, the closest scheme is that which message conversion requirement is received, that is, the message conversion is performed, for example, the message of the RTCM is converted into the CMR format, then the CMR data and the RTCM data can be simultaneously broadcast by one receiver, then the procedure of the RTCM to CMR conversion is written, and finally, whether the CMR obtained by conversion, the CMR data and the CMR data broadcast by the receiver are consistent or not is verified.
The problems of the prior art are as follows:
1. the verification modes are not uniform, for example, if a CMR message is to be converted to an RTCM, after conversion, whether the converted data is correct is verified from the data error of an RTCM protocol, if the converted data is to be converted to a Novtel protocol, verification is performed according to the data field standard of the Novtel protocol, and the data field standards of each protocol are inconsistent, so that the verification complexity is improved.
2. The data ranges are not uniform, and in the existing technical scheme, the range and meaning of each field in the data field of each type of message are inconsistent.
3. Post-processing may be required to verify the message after conversion.
4. The processing compatibility for real-time and off-line data is poor. The existing verification method is basically only applicable to off-line data.
Disclosure of Invention
The invention is suitable for verifying the data content after the message conversion is carried out between the GNSS (Global Navigation Satellite System) message formats with different formats, and solves the following technical problems:
1. all data is converted to a uniform format for validation. The unified Format is defined by a RINEX (receiver independent Exchange Format) Format and can be freely expanded. The format is a text format, and each data field also has a uniform standard, so that the data verification of various formats can be performed by using only one verification method.
2. The intermediate data format defined by the invention has definite value and precision range for each data field, and is convenient to verify.
3. The format adopted by the invention refers to the format of RINEX, and is suitable for most current post-processing software.
4. The invention adopts a compatible data input interface, and can conveniently verify real-time data and offline data.
The technical scheme adopted by the invention is as follows:
a method for GNSS message conversion validation, comprising the steps of:
step S1, inputting the message to the unified message verification platform;
step S2, the unified message verification platform detects the source of message output and processes correspondingly;
step S3, the unified message verification platform detects whether the verification of the message is supported;
step S4, if the unified message verification platform supports the verification of the message, it is detected whether the input file conforms to the format of the message, and the integrity of the message content is verified;
step S5, after the integrity of the message content is verified, the message is converted into a uniform message format;
and step S6, verifying the intermediate data format obtained by the message conversion, and outputting the verification result.
Further, the unified message verification platform adopts a plug-in structure.
Further, in step S2, if the source of the message output is an offline file, step S3 is directly performed.
Further, in step S2, if the source of the message output is real-time data, the data conversion module is loaded, the real-time data is written into the file, and step S3 is executed.
Further, the unified message verification platform detects whether the real-time data is supported, if not, a data conversion module supporting the real-time data is developed and then loaded to the unified message verification platform.
Further, in step S3, if the unified message verification platform detects that the unified message verification platform does not support the verification of the message, a data conversion module supporting the message verification is developed, and then the data conversion module is accessed to the unified message verification platform.
Further, the unified message format in step S5 refers to the format standard of RINEX, and can be flexibly extended.
Further, if the current RINEX format of the output message content does not contain the content, the extension field is added.
Further, when the intermediate data format obtained by the message conversion is verified in step S6, verification is performed on the added extension field according to the standard of the extension field.
The invention has the beneficial effects that:
1. the data after various types of conversion are verified by using an intermediate data format, so that the difference of each message can be eliminated, and the verification accuracy and the usability are improved.
2. A unified message verification platform is set up, and both offline file data and real-time streaming data can be verified.
Drawings
FIG. 1 is a flow chart illustrating GNSS message content conversion result verification in accordance with the present invention.
Detailed Description
The invention provides a flexible GNSS message conversion verification method. The invention is further illustrated below with reference to the figures and examples.
FIG. 1 is a flow chart of GNSS message content conversion result verification according to the present invention, and the specific message format detection, content conversion, and data verification can be unified into a unified message verification platform. The method comprises the following steps:
in step S1, to perform the authentication of messages a and B, both messages a and B are input to the unified message authentication platform.
Step S2, the unified message verification platform detects the source of message output, if it is an off-line file, it is directly handed over to the following steps; and if the data stream is the real-time data stream, loading a data conversion module, writing the real-time data stream into a file, and subsequently comparing the real-time data stream with the file.
Step S3, the unified message authentication platform detects whether the authentication of the type of message is currently supported.
Step S4, if the type of message can be supported, it is detected whether the input file conforms to the message format, and the integrity of the message content is checked.
Step S5, after the integrity check of the message content is passed, the message is converted into the unified message format defined by the present invention.
And step S6, verifying the intermediate data format obtained by converting the messages A and B, and outputting the verification result.
Preferably, the unified message verification platform supports the message type in a plug-in manner, in step 2, if the input format is real-time data, the unified message verification platform detects whether the format is supported, and if the format is not supported, only a data conversion module for the real-time data needs to be developed and then loaded to the unified message verification platform.
Preferably, in step 3, the unified message verification platform also detects the input file type, and if the unified message verification platform cannot support the current message type, only a corresponding data conversion module needs to be developed and then the module is accessed to the conversion platform, so that the flexibility of the verification platform is ensured.
Preferably, the unified message format defined by the present invention refers to the format standard of RINEX and can be flexibly extended.
The reason for using the RINEX format is to support most of the post-processing programs on the market conveniently.
If the current RINEX format of the output content does not contain the content, only the extension field needs to be added by the user. During verification, the added extension field can be verified according to the standard of the extension field.
The invention is an off-line processing program, performance is not a main pursuit target, and common computing languages such as Java/C/C + +/C # can be implemented.
Although the present invention has been described with reference to the preferred embodiments, it is not intended to limit the present invention, and those skilled in the art can make variations and modifications of the present invention without departing from the spirit and scope of the present invention by using the methods and technical contents disclosed above.

Claims (6)

1. A method for GNSS message conversion validation, comprising the steps of:
step S1, inputting the message to the unified message verification platform;
step S2, the unified message verification platform detects the source of message output and processes correspondingly;
step S3, the unified message verification platform detects whether the verification of the message is supported;
step S4, if the unified message verification platform supports the verification of the message, it is detected whether the input file conforms to the format of the message, and the integrity of the message content is verified;
step S5, after the integrity of the message content is verified, the message is converted into a uniform message format;
step S6, the intermediate data format obtained by message conversion is verified, and the verification result is output;
in the step S2, if the source of the message output is real-time data, the data conversion module is loaded, the real-time data is written into a file, and the step S3 is executed;
the unified message verification platform detects whether the real-time data is supported, if not, a data conversion module supporting the real-time data is developed and then loaded to the unified message verification platform;
if the current RINEX format of the output message content does not contain the extension field, the extension field is added.
2. The method of claim 1, wherein the unified message validation platform is configured as a plug-in.
3. The method as claimed in claim 1, wherein in step S2, if the source of the message output is an offline file, the step S3 is directly performed.
4. The method as claimed in claim 1, wherein in step S3, if the unified message verification platform detects that the message verification is not supported, the data conversion module supporting the message verification is developed, and then the data conversion module is connected to the unified message verification platform.
5. The method as claimed in claim 1, wherein the unified message format in step S5 refers to format standard of RINEX and can be flexibly extended.
6. The method as claimed in claim 1, wherein when the intermediate data format obtained by message conversion is verified in step S6, the added extension field is verified according to the standard of the extension field.
CN201710820420.8A 2017-09-12 2017-09-12 GNSS message conversion verification method Active CN107707629B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710820420.8A CN107707629B (en) 2017-09-12 2017-09-12 GNSS message conversion verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710820420.8A CN107707629B (en) 2017-09-12 2017-09-12 GNSS message conversion verification method

Publications (2)

Publication Number Publication Date
CN107707629A CN107707629A (en) 2018-02-16
CN107707629B true CN107707629B (en) 2020-10-30

Family

ID=61171580

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710820420.8A Active CN107707629B (en) 2017-09-12 2017-09-12 GNSS message conversion verification method

Country Status (1)

Country Link
CN (1) CN107707629B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109033137B (en) * 2018-06-06 2021-11-05 千寻位置网络有限公司 Dynamic RINEX data storage method and device
WO2020133214A1 (en) * 2018-12-28 2020-07-02 深圳市大疆创新科技有限公司 Observation data conversion method, device, movable platform, and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101013436A (en) * 2007-01-25 2007-08-08 无敌科技(西安)有限公司 Method and system for converting text data of different formats to uniform format
CN102590836A (en) * 2012-01-10 2012-07-18 中国计量科学研究院 Time-frequency transfer data acquisition and processing system based on global navigation satellite systems
CN104603637A (en) * 2012-06-27 2015-05-06 空中客车防务及航天有限公司 Authentication of satellite navigation signals
CN204515139U (en) * 2015-03-25 2015-07-29 武汉大学 A kind of low cost real-time satellite navigation and positioning algorithm demo plant
CN105512588A (en) * 2015-11-25 2016-04-20 安徽云硕科技有限公司 Multi-code parsing conversion system
CN105590028A (en) * 2015-12-21 2016-05-18 上海华测导航技术股份有限公司 Real-time recording and processing method for high-frequency GNSS data
CN105824924A (en) * 2016-03-17 2016-08-03 孙红星 Multifunctional GNSS data conversion system
CN106257429A (en) * 2016-01-27 2016-12-28 上海华测导航技术股份有限公司 A kind of method of GNSS receiver supporting Survey Software acceptance test
CN106605155A (en) * 2014-06-18 2017-04-26 大陆-特韦斯股份有限公司 Method for verifying the plausibility of GNSS position signals
CN106932791A (en) * 2017-02-17 2017-07-07 上海华测导航技术股份有限公司 A kind of difference quality of data indication test method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140077991A1 (en) * 2012-09-20 2014-03-20 California Institute Of Technology Enhanced broadcast ephemeris for high accuracy assisted gps positioning

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101013436A (en) * 2007-01-25 2007-08-08 无敌科技(西安)有限公司 Method and system for converting text data of different formats to uniform format
CN102590836A (en) * 2012-01-10 2012-07-18 中国计量科学研究院 Time-frequency transfer data acquisition and processing system based on global navigation satellite systems
CN104603637A (en) * 2012-06-27 2015-05-06 空中客车防务及航天有限公司 Authentication of satellite navigation signals
CN106605155A (en) * 2014-06-18 2017-04-26 大陆-特韦斯股份有限公司 Method for verifying the plausibility of GNSS position signals
CN204515139U (en) * 2015-03-25 2015-07-29 武汉大学 A kind of low cost real-time satellite navigation and positioning algorithm demo plant
CN105512588A (en) * 2015-11-25 2016-04-20 安徽云硕科技有限公司 Multi-code parsing conversion system
CN105590028A (en) * 2015-12-21 2016-05-18 上海华测导航技术股份有限公司 Real-time recording and processing method for high-frequency GNSS data
CN106257429A (en) * 2016-01-27 2016-12-28 上海华测导航技术股份有限公司 A kind of method of GNSS receiver supporting Survey Software acceptance test
CN105824924A (en) * 2016-03-17 2016-08-03 孙红星 Multifunctional GNSS data conversion system
CN106932791A (en) * 2017-02-17 2017-07-07 上海华测导航技术股份有限公司 A kind of difference quality of data indication test method

Also Published As

Publication number Publication date
CN107707629A (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN108563567B (en) Automated testing method, apparatus, device and computer readable storage medium
EP2893681B1 (en) Securely handling server certificate errors in synchronization communication
US20120143981A1 (en) Common server, adaptor, and data conforming method thereof
CN107707629B (en) GNSS message conversion verification method
CN107404418B (en) Internet product testing method, device, equipment and storage medium
CN105354118A (en) Method, apparatus and system for automatically testing intelligent terminal
KR20140106857A (en) Protocol conformity verification method, apparatus performing the same and systme performing the same
CN110795910A (en) Text information processing method and device, server and storage medium
CN107450909B (en) Processing method and device for software development kit integration validity check
US8635233B2 (en) Techniques to automatically build a language dependency graph for localizable resources
CN110221840B (en) Function implementation method and device of application program, equipment and storage medium
CN109211250B (en) Method and device for automatically converting electronic map coordinates of mobile terminal
CN106203144A (en) A kind of method and system realizing browser access intelligent cipher key equipment
TWI428780B (en) System and method for converting cross-platform information
US20120165043A1 (en) Mobile communication based tagging
CN111339051B (en) Log processing method, system, device and storage medium
CN111726260B (en) Method, device and system for testing format conversion of network request reply information
CN105808549B (en) Client method for automatically framing and analyzing frames based on mapping file
CN105653383A (en) Error tolerance processing method and apparatus for data
CN109005469B (en) Message format conversion method and device, storage medium and android terminal
CN108173957B (en) Rapid configuration joint debugging platform for Http interface
CN110532186B (en) Method, device, electronic equipment and storage medium for testing by using verification code
US20190089951A1 (en) Digital Closed Caption Corruption Reporting
CN110365738B (en) Positioning method, device and storage medium based on Hybird architecture
CN113010114A (en) Data processing method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant