CN110136564B - Method for updating parking lot label display information in map in real time - Google Patents

Method for updating parking lot label display information in map in real time Download PDF

Info

Publication number
CN110136564B
CN110136564B CN201910507738.XA CN201910507738A CN110136564B CN 110136564 B CN110136564 B CN 110136564B CN 201910507738 A CN201910507738 A CN 201910507738A CN 110136564 B CN110136564 B CN 110136564B
Authority
CN
China
Prior art keywords
parking
information
map
parking lot
background server
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
CN201910507738.XA
Other languages
Chinese (zh)
Other versions
CN110136564A (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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201910507738.XA priority Critical patent/CN110136564B/en
Publication of CN110136564A publication Critical patent/CN110136564A/en
Application granted granted Critical
Publication of CN110136564B publication Critical patent/CN110136564B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B29/00Maps; Plans; Charts; Diagrams, e.g. route diagram
    • G09B29/003Maps
    • G09B29/006Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes
    • G09B29/007Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes using computer methods
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • 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/52Network services specially adapted for the location of the user terminal
    • 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/55Push-based network services

Abstract

The invention discloses a method for updating the mark display information of a parking lot in a map in real time, which establishes connection with a background server through an mqtt message system and sends a message subscription request to the background server, when data change occurs, the background server pushes message content to a web map page, the page firstly removes the original mark information of a mark point to be updated according to the message content and redraws updated data, thereby realizing the real-time updating of the information of the parking lot.

Description

Method for updating parking lot label display information in map in real time
Technical Field
The invention relates to the technical field of information processing, in particular to a method for updating the labeling display information of a parking lot in a map in real time.
Background
With the improvement of the social living standard, most people choose to drive by themselves when going out, and the parking problem is highlighted; for a parking lot operator, a plurality of parking lots are usually operated at the same time, and it is very urgent to know the current use condition of the operated parking lots in time; the method is beneficial for the operator to make positive adjustment on the planning of the parking lot.
The current parking lot is usually an intelligent parking system, an operator can acquire the use condition of parking places through a parking lot management platform, the management platform can present a current city map and marking information of the parking lot to which the current city map belongs, and the marking information comprises information such as the position of the parking lot, the name of the parking lot, the remaining parking places, the total parking places and the like; when an operator needs to check the real-time utilization condition of the parking lot, the current real-time utilization condition of the parking space of the parking lot can be displayed only by manual refreshing or timing refreshing, the focus of a page can be reset due to the integral refreshing of the page, the currently checked target position can be changed, the page can have obvious refreshing card pause feeling, and the use of a user is not facilitated; and the browser needs to send a request to the server, however, the HTTP request may contain a long header, wherein the data really valid may be only a small part, which obviously wastes much resources such as bandwidth.
Disclosure of Invention
The invention aims to overcome the defects in the background technology, and provides a method for updating the marked display information of a parking lot in a map in real time, which can realize the real-time updating of the remaining parking space data, reduce the waste of bandwidth of a browser request interface and avoid the phenomenon of page refreshing pause.
In order to achieve the technical effects, the invention adopts the following technical scheme:
a method for updating the labeling display information of a parking lot in a map in real time is characterized by comprising the following steps:
a, a web map page requests a background server interface to obtain a current parking lot marking point list needing marking and draws the parking lot marking point list on a map, and parking space remark information is arranged on each marking point;
establishing connection between a web map page and a background server through an mqtt protocol, wherein the web map page of each client has a unique identification id and a heartbeat parameter; the method can realize that the background server can distinguish the connected client side conveniently and avoid the condition that long connection is cut off due to overlong heartbeat time;
C. after the connection is successful, the web map page sets a subscription theme and sends a subscription message request to the background server, and the background server receives the subscription of the web map page;
D. when parking data in the parking lot changes, the parking data are reported to a background server to send a data change notification, the background server judges whether the parking space changes after receiving the data change notification, and sets a subscription theme and message content which are the same as those of a web map page and pushes the subscription theme and the message content to the web map page through message service only when the parking space changes;
e, after the web map page receives the push message, if the message subject is judged to be the request of the current page, analyzing the message content and entering the step F;
F. acquiring information of all marked points on a map, and judging whether the marked points needing to be updated exist currently or not according to the positions of the marked points;
G. if the marking point exists, removing the original parking space remark information and updating the information into the newly received parking space remark information, and if the marking point does not exist, ignoring the information.
Further, when the marking points are drawn on the map in the step a, the display colors of the marking points with the remaining number of the berths belonging to different ranges are different, so that the user can know the approximate use condition of the berths by looking at the colors of the marking points, and the quick acquisition of the information is realized.
Furthermore, the display color of the annotation points without the remaining berths is a color A such as red, the display color of the annotation points with the remaining berths smaller than 5 is a color B such as yellow, and the display color of the annotation points with the remaining berths larger than or equal to 5 is a color C such as green.
Further, in the step G, when the parking space remark information of the mark point is updated on the map, the display colors of the mark points are different according to different ranges to which the remaining number of parking spaces of the mark point belongs.
Further, the parking space remark information in the step A comprises a parking lot name, a remaining parking number and a total parking number, so that data which are most concerned by a user are visually displayed.
Further, in the step C, after the background server receives the subscription of the web map page, a tag connected to the web map page message is established, and the tag is matched with the subscription of the background server; the background server will send a message to each web map page that subscribes to the matched tag.
Further, the parking data in the step D at least includes longitude and latitude of the labeling point, a name of the parking lot, a remaining number of parking spaces, and a total number.
Furthermore, in the step G, for the mark point with updated parking space remark information, an update identifier is added to the parking space remark information, for example, a new character is added, so that the user can quickly obtain which mark points with updated information.
Compared with the prior art, the invention has the following beneficial effects:
the method for updating the mark display information of the parking lot in the map in real time comprises the steps of establishing connection with a background server through an mqtt message system, sending a message subscription request to the background server, pushing message content to a web map page by the background server when data change occurs, removing original mark information of a mark point needing to be updated according to the message content by the page, and redrawing updated data, so that real-time updating of the information of the parking lot is achieved, meanwhile, the problems that the focus is lost and the page is stuck because the whole page needs to be redrawn when the current page is refreshed are solved, and the experience of a user is improved.
Drawings
Fig. 1 is a schematic flow chart of a method for updating the parking lot annotation display information in the map in real time according to the present invention.
Fig. 2 is a schematic implementation diagram of the method for updating the parking lot annotation display information in the map in real time according to the present invention.
FIG. 3 is a schematic diagram of an initial presentation of a web map page in an embodiment of the invention.
FIG. 4 is a schematic diagram of an updated web map page in an embodiment of the invention.
Detailed Description
The invention will be further elucidated and described with reference to the embodiments of the invention described hereinafter.
Example (b):
the first embodiment is as follows:
as shown in fig. 1 and fig. 2, a method for updating the parking lot labeling display information in a map in real time includes the following steps:
the method comprises the following steps: a web map page requests a background server interface to obtain a current parking lot marking point list needing marking and draws the parking lot marking point list on a map, and parking space remark information is arranged on each marking point; preferably, in this embodiment, the parking space remark information includes a name of the parking lot, a remaining parking space number and a total parking space number, and as shown in fig. 3 specifically, the display colors of the marking points where the remaining parking space number belongs to different ranges are different, so that the user can know about the use condition of the parking space by looking at the colors of the marking points, thereby achieving quick acquisition of the information.
Preferably, in this embodiment, the display color of the annotation point without the remaining berths is red, the display color of the annotation point with the remaining berths smaller than 5 is yellow, and the display color of the annotation point with the remaining berths greater than or equal to 5 is green.
Step two: the web map page establishes connection with a background server through an mqtt protocol, receives a connection state fed back by the background server, and initiates a subscription request if the connection is successful, wherein the web map page of each client has a unique identification id and a unique heartbeat parameter; the method and the system can realize that the background server can distinguish the connected client side conveniently and smoothly on the one hand, and avoid the condition that long connection is cut off due to overlong heartbeat time on the other hand.
Step three: after the connection is successful, the web map page sets a subscription theme and sends a subscription message request to the background server, and the background server receives the subscription of the web map page; specifically, after receiving the subscription of the web map page, the background server establishes a tag connected to the web map page message, and the tag is matched with the subscription of the background server; the background server will send a message to each web map page that subscribes to the matched tag.
Step four: when parking data in the parking lot changes, the data change notification is sent by the reporting background server, the background server judges whether the parking space changes after receiving the data change notification, and only when the parking space changes, the subscription theme and the message content which are the same as those of the web map page are set and pushed to the web map page through the message service. In this embodiment, the parking data at least includes the longitude and latitude of the labeling point, the name of the parking lot, the remaining number of parking spaces, the total amount, the charging condition, the information of the toll collector, and the like.
Step five: after the web map page receives the push message, if the message subject is judged to be the request of the current page, analyzing the message content and entering a sixth step; in this embodiment, the information obtained by the analysis at least includes the longitude and latitude of the annotation point, the name of the parking lot, the remaining number of parking spaces, and the total information content obtained by the analysis in this embodiment is: [ { "longitudinal": 104.001076, "latitude":30.701809, "supplus": 0, "parkName": parking lot 1, "" total ":3} {" longitudinal ":104.085589," latitude ":30.718203," supplus ":3," parkName ": 2," "total":5} ].
Step six: acquiring information of all marked points on a map, and judging whether the marked points needing to be updated exist currently or not according to the positions of the marked points; namely, whether the currently updated annotation point exists is determined by comparing whether the longitude and latitude of the currently updated annotation point is the same as the longitude and latitude of the currently existing annotation point.
Step seven: if the mark point exists, removing the original parking space remark information and updating the mark point to the newly received parking space remark information, if the mark point does not exist, ignoring the mark point, and updating the parking space remark information of the mark point on the map according to different ranges to which the remaining parking space number of the mark point belongs, wherein the display colors of the mark point are different.
According to the method for updating the mark display information of the parking lot in the map in real time, the connection is established with the background server through the mqtt message system, the message subscription request is sent to the background server, when data change occurs, the background server pushes the message content to the web map page, the page firstly removes the original mark information of the mark point to be updated according to the message content, and redraws the updated data, so that the real-time updating of the information of the parking lot is realized, meanwhile, the problems of focus loss and page blockage caused by the fact that the whole page needs to be redrawn when the current page is refreshed are solved, and the experience of a user is favorably improved.
It will be understood that the above embodiments are merely exemplary embodiments taken to illustrate the principles of the present invention, which is not limited thereto. It will be apparent to those skilled in the art that various modifications and improvements can be made without departing from the spirit and substance of the invention, and these modifications and improvements are also considered to be within the scope of the invention.

Claims (8)

1. A method for updating the labeling display information of a parking lot in a map in real time is characterized by comprising the following steps:
a, a web map page requests a background server interface to obtain a current parking lot marking point list needing marking and draws the parking lot marking point list on a map, and parking space remark information is arranged on each marking point;
establishing connection between a web map page and a background server through an mqtt protocol, wherein the web map page of each client has a unique identification id and a heartbeat parameter;
C. after the connection is successful, the web map page sets a subscription theme and sends a subscription message request to the background server, and the background server receives the subscription of the web map page;
D. when parking data in the parking lot changes, the parking data are reported to a background server to send a data change notification, the background server judges whether the parking space changes after receiving the data change notification, and sets a subscription theme and message content which are the same as those of a web map page and pushes the subscription theme and the message content to the web map page through message service only when the parking space changes;
e, after the web map page receives the push message, if the message subject is judged to be the request of the current page, analyzing the message content and entering the step F;
F. acquiring information of all the marking points on the map, and determining whether the marking points needing to be updated exist or not by comparing whether the longitude and latitude of the marking points needing to be updated currently are the same as the longitude and latitude of the existing marking points currently;
G. if the marking point exists, removing the original parking space remark information of the marking point and updating the information into newly received parking space remark information, and if the information does not exist, ignoring the information.
2. The method for updating the labeling display information of the parking lot in the map in real time as claimed in claim 1, wherein when the labeling points are drawn on the map in the step a, the labeling points with the number of the remaining parking spaces belonging to different ranges have different display colors.
3. The method for updating the labeling display information of the parking lot in the map in real time as claimed in claim 2, wherein the display color of the labeling point without the remaining berths is color A, the display color of the labeling point with the remaining berths smaller than 5 is color B, and the display color of the labeling point with the remaining berths larger than or equal to 5 is color C.
4. The method for updating the marked display information of the parking lot in the map in real time as claimed in claim 2, wherein the display colors of the marked points are different according to different ranges to which the remaining number of parking spaces of the marked points belong when the parking space remark information of the marked points is updated on the map in the step G.
5. The method according to claim 1, wherein the parking space remark information in step a includes a name of a parking lot, a remaining number of parking spaces, and a total number of parking spaces.
6. The method for updating the parking lot annotation display information in the map in real time as claimed in claim 1, wherein in step C, after the background server receives the subscription of the web map page, a tag connected to the web map page message is established, and the tag is matched with the subscription of the background server; the background server will send a message to each web map page that subscribes to the matched tag.
7. The method according to claim 1, wherein the parking data in step D at least includes longitude and latitude of the labeling point, name of the parking lot, remaining number of parking spaces and total number of parking spaces.
8. The method according to any one of claims 1 to 7, wherein in step G, an update mark is added to the parking space remark information of the annotation point with the updated parking space remark information.
CN201910507738.XA 2019-06-12 2019-06-12 Method for updating parking lot label display information in map in real time Active CN110136564B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910507738.XA CN110136564B (en) 2019-06-12 2019-06-12 Method for updating parking lot label display information in map in real time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910507738.XA CN110136564B (en) 2019-06-12 2019-06-12 Method for updating parking lot label display information in map in real time

Publications (2)

Publication Number Publication Date
CN110136564A CN110136564A (en) 2019-08-16
CN110136564B true CN110136564B (en) 2021-04-06

Family

ID=67581408

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910507738.XA Active CN110136564B (en) 2019-06-12 2019-06-12 Method for updating parking lot label display information in map in real time

Country Status (1)

Country Link
CN (1) CN110136564B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110784544A (en) * 2019-10-31 2020-02-11 深圳易嘉恩科技有限公司 Real-time monitoring method for urban roadside occupied parking operation resources
CN111488365B (en) * 2019-11-20 2021-03-26 杭州海康威视系统技术有限公司 Data updating method and device, electronic equipment and storage medium

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1953381A (en) * 2006-11-03 2007-04-25 清华大学 Management method of high real-time dynamic electronic map
CN101350153A (en) * 2008-07-15 2009-01-21 曹梅花 Label information system capable of gathering geographic position using label terminal and information acquisition method
TWI412727B (en) * 2011-01-05 2013-10-21
CN103578290A (en) * 2012-07-27 2014-02-12 永泰软件有限公司 System and method for real-time statistics of vehicle parking
JP5459536B2 (en) * 2009-09-15 2014-04-02 アイシン精機株式会社 Parking space guidance system
CN103871271A (en) * 2014-03-26 2014-06-18 陕西科技大学 Underground parking lot intelligent guiding system and guiding method thereof
CN103971513A (en) * 2013-01-25 2014-08-06 苏州工业园区讯贝智能系统有限公司 Electronic map based commercial vehicle network calling system and method
US9035799B2 (en) * 2013-03-14 2015-05-19 Verizon Patent And Licensing Inc. Providing parking availability information and parking alerts
CN106128147A (en) * 2016-07-01 2016-11-16 南京邮电大学 A kind of one-stop unattended parking system based on cloud platform
CN106157689A (en) * 2016-08-29 2016-11-23 上海交通大学 The dynamic parking space management system in a kind of parking lot
CN106997682A (en) * 2016-12-29 2017-08-01 南京邮电大学 A kind of intelligent parking system based on dynamic traffic
WO2017128130A1 (en) * 2016-01-27 2017-08-03 李强生 Method for automatically recommending parking lot and recommendation system
WO2018142900A1 (en) * 2017-01-31 2018-08-09 富士通株式会社 Information processing device, data management device, data management system, method, and program
CN108492619A (en) * 2018-04-17 2018-09-04 济南浪潮高新科技投资发展有限公司 A kind of intelligent parking system and method
CN109118814A (en) * 2018-08-27 2019-01-01 四川长虹电器股份有限公司 The method for showing parking stall state is realized based on map

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090113296A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Displaying a map and associated symbolic context information
US10311723B2 (en) * 2016-07-15 2019-06-04 Intel Corporation Parking management system and method
US10907974B2 (en) * 2017-04-17 2021-02-02 Cisco Technology, Inc. Real-time updates to maps for autonomous navigation
US10255807B1 (en) * 2017-09-28 2019-04-09 Here Global B.V. Method and apparatus for providing a map data update based on region-specific data turbulence
CN109670003A (en) * 2018-12-12 2019-04-23 斑马网络技术有限公司 Electronic map parking lot update method, device and equipment

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1953381A (en) * 2006-11-03 2007-04-25 清华大学 Management method of high real-time dynamic electronic map
CN101350153A (en) * 2008-07-15 2009-01-21 曹梅花 Label information system capable of gathering geographic position using label terminal and information acquisition method
JP5459536B2 (en) * 2009-09-15 2014-04-02 アイシン精機株式会社 Parking space guidance system
TWI412727B (en) * 2011-01-05 2013-10-21
CN103578290A (en) * 2012-07-27 2014-02-12 永泰软件有限公司 System and method for real-time statistics of vehicle parking
CN103971513A (en) * 2013-01-25 2014-08-06 苏州工业园区讯贝智能系统有限公司 Electronic map based commercial vehicle network calling system and method
US9035799B2 (en) * 2013-03-14 2015-05-19 Verizon Patent And Licensing Inc. Providing parking availability information and parking alerts
CN103871271A (en) * 2014-03-26 2014-06-18 陕西科技大学 Underground parking lot intelligent guiding system and guiding method thereof
WO2017128130A1 (en) * 2016-01-27 2017-08-03 李强生 Method for automatically recommending parking lot and recommendation system
CN106128147A (en) * 2016-07-01 2016-11-16 南京邮电大学 A kind of one-stop unattended parking system based on cloud platform
CN106157689A (en) * 2016-08-29 2016-11-23 上海交通大学 The dynamic parking space management system in a kind of parking lot
CN106997682A (en) * 2016-12-29 2017-08-01 南京邮电大学 A kind of intelligent parking system based on dynamic traffic
WO2018142900A1 (en) * 2017-01-31 2018-08-09 富士通株式会社 Information processing device, data management device, data management system, method, and program
CN108492619A (en) * 2018-04-17 2018-09-04 济南浪潮高新科技投资发展有限公司 A kind of intelligent parking system and method
CN109118814A (en) * 2018-08-27 2019-01-01 四川长虹电器股份有限公司 The method for showing parking stall state is realized based on map

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"Simultaneous Localization and Map Change Update for the High Definition Map-Based Autonomous Driving Car";Jo,Kichum;《SENSORS》;20180930;第18卷(第9期);第1-16页 *
"MapX在停车场可视化信息管理中的应用";张洪海;《交通与计算机》;20050430;第23卷(第4期);第81-84页 *
"整合百度地图,显示停车场位置,停车位详情,使用WebSocket实现动态刷新";程序杨;《https://blog.csdn.net/weixin_44364953/article/details/85616295》;20190102;全文 *

Also Published As

Publication number Publication date
CN110136564A (en) 2019-08-16

Similar Documents

Publication Publication Date Title
US20180137772A1 (en) Empirical expert determination and question routing system and method
CN110136564B (en) Method for updating parking lot label display information in map in real time
CN110351651B (en) Vehicle track missing identification and compensation method
CN106781669A (en) Recommend method and device in a kind of parking stall
CN104200696B (en) The method for pushing and device of a kind of transport information
CN109495718B (en) Monitoring video obtaining method and device and computer readable storage medium
CN103136950A (en) Method of providing comprehensive road condition information
CN111586586B (en) Tracking method and system
CN108168562B (en) Method for extracting stop point of positioning track
CN106453050A (en) Social application based information processing method and system, and correlation devices
CN105070058B (en) A kind of accurate road condition analyzing method and system based on real-time road video
CN108335165A (en) Interest tags determine method and apparatus
CN103294673B (en) The collection of a kind of public transport realtime running data and dissemination method
CN203616884U (en) Vehicle warehouse-in guiding system and vehicle warehouse-out guiding system
CN110646002A (en) Method and apparatus for processing information
CN215117778U (en) Two-dimensional visual traffic monitoring system
CN109166336B (en) Real-time road condition information acquisition and pushing method based on block chain technology
CN110992081A (en) Data processing method and device for offline service provider
CN114387940B (en) Partition display updating method, playing box and display system of LED display screen
CN115688421A (en) AI semantic based dynamic twin public transportation supervision method, device and system
CN108989977A (en) A kind of statistical method of driver's client online hours
JP2009050166A (en) Management system of abnormal position such as nest building by using cellular phone
CN114221988A (en) Content distribution network hotspot analysis method and system
CN112419542A (en) Road error correction reporting method, device, equipment and storage medium
CN114827921A (en) High-speed trip application method and system based on signaling big data

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