WO2018188101A1 - Red packet monitoring system - Google Patents

Red packet monitoring system Download PDF

Info

Publication number
WO2018188101A1
WO2018188101A1 PCT/CN2017/080680 CN2017080680W WO2018188101A1 WO 2018188101 A1 WO2018188101 A1 WO 2018188101A1 CN 2017080680 W CN2017080680 W CN 2017080680W WO 2018188101 A1 WO2018188101 A1 WO 2018188101A1
Authority
WO
WIPO (PCT)
Prior art keywords
monitoring system
red envelope
module
log
red
Prior art date
Application number
PCT/CN2017/080680
Other languages
French (fr)
Chinese (zh)
Inventor
李仁涛
Original Assignee
李仁涛
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 李仁涛 filed Critical 李仁涛
Priority to PCT/CN2017/080680 priority Critical patent/WO2018188101A1/en
Publication of WO2018188101A1 publication Critical patent/WO2018188101A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/725Cordless telephones
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements

Definitions

  • the present invention relates to the field of Internet, and in particular, to a red packet monitoring system.
  • An embodiment of the present invention provides a red packet monitoring system, including: a monitoring module, configured to periodically monitor a log generated when a user terminal performs data interaction; and a determining module, configured to determine whether a red packet identifier exists in the log, and if yes, output a prompt signal And a prompting module, configured to control the user terminal to send reminding information according to the prompting signal.
  • the red packet monitoring system provided by the present invention can determine whether the user terminal receives the red envelope identifier according to the log generated during the data interaction, so that a corresponding response, such as prompting or triggering, can be performed. Thereby, the time for the user's operation can be saved, and the accuracy is high.
  • FIG. 1 is a system architecture diagram of a red envelope monitoring system according to an embodiment of the present invention.
  • FIG. 2 is a system architecture diagram of a red envelope monitoring system according to another embodiment of the present invention.
  • the present invention provides a red packet monitoring system 100 including at least a monitoring module 10 , a determining module 20 , and a prompting module 30 .
  • the red packet monitoring system 100 is configured to monitor whether the user terminal receives an electronic red envelope.
  • the monitoring module 10 is configured to periodically monitor a log generated when the user terminal performs data interaction.
  • the user terminal acquires a picture file, for example, a cover icon of the red envelope, that is, when the user terminal and the server perform data interaction,
  • the log is written according to the send/receive request, thereby being read by the listening module 10.
  • the red packet monitoring system 100 is applied to an open source proxy environment. Therefore, the monitoring module 10 includes the following configuration code:
  • the determining module 20 is configured to determine whether a red envelope identifier exists in the log, and if yes, output a prompt signal.
  • the red envelope identifier is a picture identifier of the electronic red envelope.
  • the prompting module 30 is configured to control the user terminal to send reminding information according to the prompting signal. More specifically, in this embodiment, the event monitoring system includes the following code:
  • the monitoring of the log is realized, and when there is a red envelope, an alarm can be sounded.
  • the prompting module 30 can also provide the function of pop-up dialog box according to the needs of the user.
  • the number of alarms and the like is not limited to one time, and the time of staying may be adjusted according to actual needs, which is 0.5 second in this embodiment.
  • the red packet monitoring system 100 further includes a positioning module 40 and a triggering module 50 to directly provide a corresponding operation signal when determining to generate a specific event.
  • the positioning module 40 is configured to: when determining that a red envelope identifier exists in the log, locate the trigger signal to the corresponding interaction data interface. For example, when there is a red envelope identifier, a dialog box is located according to the identified path, and then a trigger signal is provided in the dialog box.
  • the triggering module 50 is configured to trigger a signal equivalent to clicking on the interactive interface according to the positioning module 40.
  • the signal that the red envelope is opened is automatically triggered, that is, the signal corresponding to the user clicking the red envelope. Thereby, the operation of receiving the red envelope can be automatically completed.
  • the red packet monitoring system 100 provided by the present invention can determine whether the user terminal receives the red envelope identifier according to the log generated during data interaction, so that a corresponding response, such as prompting or triggering, can be performed. Thereby, the time for the user's operation can be saved, and the accuracy is high.

Abstract

The invention relates to a red packet monitoring system, comprising: a monitoring module, configured to periodically monitor a log generated when the user terminal performs data interaction; a determination module, configured to determine whether a red packet identifier exists in the log, and if the red packet identifier exists in the log, then outputting a prompt signal; and a prompting module, configured to control the user terminal to transmit reminding information according to the prompting signal.

Description

红包监听系统Red envelope monitoring system 技术领域Technical field
本发明涉及互联网领域,尤其涉及一种红包监听系统。The present invention relates to the field of Internet, and in particular, to a red packet monitoring system.
背景技术Background technique
微信、微博、facebook等社交平台已经成为人与人之间进行即时沟通的重要工具,而且,在该些平台上,已经开发出越来越多改变人们习惯的软件,例如抢红包软件等。然而,抢红包等动作会耗费用户的注意力,用户更希望能够获得一种自动抢红包的工具。然而,在目前普遍流行的两种操作系统Andriod和iOS中,难以实现速度快且准确度高的抢红包功能。原因是:一、Andriod在获得红包请求时,并没有明显文本数据包通过,难以捕捉到需要的判断信号;二、iOS系统虽然每收到消息都有数据包经包,但是二进制的,难以在短时内拆解并解析。Social platforms such as WeChat, Weibo, and Facebook have become important tools for real-time communication between people. Moreover, on these platforms, more and more software that changes people's habits, such as red packets software, has been developed. However, actions such as grabbing a red envelope can consume the user's attention, and the user prefers to obtain a tool for automatically grabbing the red envelope. However, in the two popular operating systems, Andriod and iOS, it is difficult to achieve fast and accurate red packets. The reason is: First, when Andriod obtains the red envelope request, there is no obvious text packet passing, it is difficult to capture the required judgment signal; Second, although the iOS system has a packet for each received message, but binary, it is difficult to Disassemble and parse in a short time.
发明内容Summary of the invention
本发明实施例提供一种红包监听系统,包括:监听模块,用于定时监听用户终端进行数据交互时产生的日志;判断模块,用于判断日志中是否存在红包标识,如果是,则输出提示信号;以及提示模块,用于根据所述提示信号,控制用户终端发出提醒信息。An embodiment of the present invention provides a red packet monitoring system, including: a monitoring module, configured to periodically monitor a log generated when a user terminal performs data interaction; and a determining module, configured to determine whether a red packet identifier exists in the log, and if yes, output a prompt signal And a prompting module, configured to control the user terminal to send reminding information according to the prompting signal.
本发明提供的红包监听系统,能够根据数据交互时产生的日志,确定用户终端是否接收到红包标识,从而能够作出对应的反应,例如提示或触发等。由此,能够节省用户操作的时间,并且精确度较高。The red packet monitoring system provided by the present invention can determine whether the user terminal receives the red envelope identifier according to the log generated during the data interaction, so that a corresponding response, such as prompting or triggering, can be performed. Thereby, the time for the user's operation can be saved, and the accuracy is high.
附图说明DRAWINGS
图1为本发明一实施例提供的红包监听系统的系统架构图。FIG. 1 is a system architecture diagram of a red envelope monitoring system according to an embodiment of the present invention.
图2为本发明另一实施例提供的红包监听系统的系统架构图。2 is a system architecture diagram of a red envelope monitoring system according to another embodiment of the present invention.
具体实施方式 detailed description
下面结合附图和具体实施例对本发明的技术方案作进一步更详细的描述。显然,所描述的实施例仅仅是本发明的一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动的前提下所获得的所有其他实施例,都应属于本发明保护的范围。The technical solutions of the present invention are further described in detail below with reference to the accompanying drawings and specific embodiments. It is apparent that the described embodiments are only a part of the embodiments of the invention, and not all of them. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without creative efforts shall fall within the scope of the present invention.
下面通过附图和实施例,对本发明的技术方案做进一步的详细描述。The technical solution of the present invention will be further described in detail below through the accompanying drawings and embodiments.
请参阅图1,本发明提供一种红包监听系统100,至少包括监听模块10、判断模块20以及提示模块30。本实施例中,所述红包监听系统100用于监控用户终端是否收到电子红包。Referring to FIG. 1 , the present invention provides a red packet monitoring system 100 including at least a monitoring module 10 , a determining module 20 , and a prompting module 30 . In this embodiment, the red packet monitoring system 100 is configured to monitor whether the user terminal receives an electronic red envelope.
具体的,所述监听模块10用于定时监听用户终端进行数据交互时产生的日志。在本实施例中,每当用户终端接收到一个红包消息,则用户终端向服务器端获取一个图片文件,例如,红包的封面图标,也就是说,用户终端和服务器之间进行数据交互时,会根据发送/接收请求,写入日志,从而被监听模块10读取到。本实施例中,为了能够使得上述系统通用于iOS以及Andriod等系统,所述红包监听系统100应用于开源代理环境下,因此,所述监听模块10包括如下配置代码:Specifically, the monitoring module 10 is configured to periodically monitor a log generated when the user terminal performs data interaction. In this embodiment, each time the user terminal receives a red envelope message, the user terminal acquires a picture file, for example, a cover icon of the red envelope, that is, when the user terminal and the server perform data interaction, The log is written according to the send/receive request, thereby being read by the listening module 10. In this embodiment, in order to enable the above system to be commonly used in systems such as iOS and Android, the red packet monitoring system 100 is applied to an open source proxy environment. Therefore, the monitoring module 10 includes the following configuration code:
Worker_processes_1;Worker_processes_1;
events{worker_connections 1024;}Events{worker_connections 1024;}
http{server{listen 9999;Http{server{listen 9999;
location/{proxy_pass http://$http_host$request_uri;}}},其中,所述代码存储在objs目录中。Location/{proxy_pass http://$http_host$request_uri ;}}}, where the code is stored in the objs directory.
所述判断模块20用于判断日志中是否存在红包标识,如果是,则输出提示信号。本实施例中,所述红包标识是电子红包的图片标识。所述提示模块30用于根据所述提示信号,控制用户终端发出提醒信息。更具体的,在本实施例中,所述事件监听系统包括如下代码:The determining module 20 is configured to determine whether a red envelope identifier exists in the log, and if yes, output a prompt signal. In this embodiment, the red envelope identifier is a picture identifier of the electronic red envelope. The prompting module 30 is configured to control the user terminal to send reminding information according to the prompting signal. More specifically, in this embodiment, the event monitoring system includes the following code:
<?php$lastline=””;<? Php$lastline=””;
while(1)While(1)
{$line=‘tail-1/user/local/nginx/logs/access.log’;{$line=‘tail-1/user/local/nginx/logs/access.log’;
if(($lastline!=$line)&&strops($line,”hongbao”)!==false)If(($lastline!=$line)&&strops($line,"hongbao")!==false)
{$cmd=”say–v Bells\”dong\””;{$cmd=”say–v Bells\”dong\””;
system($cmd); System($cmd);
$cmd=”osascript-e’tell app\”system event;$cmd=”osascript-e’tell app\”system event;
$lastline=$line;}$lastline=$line;}
通过上述这段代码,实现了对日志的监听,并且在有红包的时候,能够发声报警。可以理解的是,还可以根据用户的需求,所述提示模块30可提供弹出对话框的功能。此外,报警的次数等也不限于1次,停留的时间也可以根据实际需要进行调整,本实施例为0.5秒。Through the above code, the monitoring of the log is realized, and when there is a red envelope, an alarm can be sounded. It can be understood that the prompting module 30 can also provide the function of pop-up dialog box according to the needs of the user. In addition, the number of alarms and the like is not limited to one time, and the time of staying may be adjusted according to actual needs, which is 0.5 second in this embodiment.
请参阅图2,在另一实施例中,所述红包监听系统100进一步包括定位模块40和触发模块50,以能够在确定产生特定事件时,直接提供对应的操作信号。Referring to FIG. 2, in another embodiment, the red packet monitoring system 100 further includes a positioning module 40 and a triggering module 50 to directly provide a corresponding operation signal when determining to generate a specific event.
具体的,所述定位模块40用于当判断日志中存在红包标识时,将触发信号定位到对应的交互数据界面。例如,当存在红包标识时,根据标识的路径,定位到某个对话框,然后在该对话框提供触发信号。Specifically, the positioning module 40 is configured to: when determining that a red envelope identifier exists in the log, locate the trigger signal to the corresponding interaction data interface. For example, when there is a red envelope identifier, a dialog box is located according to the identified path, and then a trigger signal is provided in the dialog box.
所述触发模块50用于根据所述定位模块40,触发等同点击所述交互界面的信号。本实施例中,当定位到红包对话界面时,自动触发红包开启的信号,即相当于用户点击红包的信号。由此,能够自动完成接收红包的动作。The triggering module 50 is configured to trigger a signal equivalent to clicking on the interactive interface according to the positioning module 40. In this embodiment, when the red envelope dialog interface is located, the signal that the red envelope is opened is automatically triggered, that is, the signal corresponding to the user clicking the red envelope. Thereby, the operation of receiving the red envelope can be automatically completed.
本发明提供的红包监听系统100,能够根据数据交互时产生的日志,确定用户终端是否接收到红包标识,从而能够作出对应的反应,例如提示或触发等。由此,能够节省用户操作的时间,并且精确度较高。The red packet monitoring system 100 provided by the present invention can determine whether the user terminal receives the red envelope identifier according to the log generated during data interaction, so that a corresponding response, such as prompting or triggering, can be performed. Thereby, the time for the user's operation can be saved, and the accuracy is high.
最后应说明的是:以上实施例仅用以说明本发明的技术方案而非对其进行限制,尽管参照较佳实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对本发明的技术方案进行修改或者等同替换,而这些修改或者等同替换亦不能使修改后的技术方案脱离本发明技术方案的精神和范围。 It should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention and are not intended to be limiting, and the present invention will be described in detail with reference to the preferred embodiments. The technical solutions of the present invention may be modified or equivalently substituted, and the modified technical solutions may not deviate from the spirit and scope of the technical solutions of the present invention.

Claims (6)

  1. 一种红包监听系统,包括:A red envelope monitoring system includes:
    监听模块,用于定时监听用户终端进行数据交互时产生的日志;a monitoring module, configured to periodically monitor a log generated when the user terminal performs data interaction;
    判断模块,用于判断日志中是否存在红包标识,如果是,则输出提示信号;以及a judging module, configured to determine whether a red envelope identifier exists in the log, and if yes, outputting a prompt signal;
    提示模块,用于根据所述提示信号,控制用户终端发出提醒信息。The prompting module is configured to control the user terminal to send reminding information according to the prompting signal.
  2. 如权利要求1所述的红包监听系统,进一步包括:The red envelope monitoring system of claim 1 further comprising:
    定位模块,用于当判断日志中存在红包标识时,将触发信号定位到对应的交互数据界面;以及a positioning module, configured to: when determining that a red envelope identifier exists in the log, locate the trigger signal to the corresponding interaction data interface;
    触发模块,用于根据所述定位模块,触发等同点击所述交互界面的信号。And a triggering module, configured to trigger a signal equivalent to clicking on the interactive interface according to the positioning module.
  3. 如权利要求1所述的红包监听系统,其特征在于,所述红包监听系统应用于开源代理环境下。The red envelope monitoring system according to claim 1, wherein the red envelope monitoring system is applied to an open source proxy environment.
  4. 如权利要求1所述的红包监听系统,其特征在于,所述监听模块包括如下配置代码:The red packet monitoring system according to claim 1, wherein the monitoring module comprises the following configuration code:
    Worker_processes_1;Worker_processes_1;
    events{worker_connections 1024;Events{worker_connections 1024;
    http{server{listen 9999;Http{server{listen 9999;
    location/{proxy_pass http://$http_host$request_uri;}}},其中,所述代码存储在objs目录中。Location/{proxy_pass http://$http_host$request_uri ;}}}, where the code is stored in the objs directory.
  5. 如权利要求1所述的红包监听系统,其特征在于,事件监听系统包括如下代码:The red envelope monitoring system according to claim 1, wherein the event monitoring system comprises the following code:
    <?php$lastline=””;<? Php$lastline=””;
    while(1)While(1)
    {$line=‘tail-1/user/local/nginx/logs/access.log’;{$line=‘tail-1/user/local/nginx/logs/access.log’;
    if(($lastline!=$line)&&strops($line,”hongbao”)!==false)If(($lastline!=$line)&&strops($line,"hongbao")!==false)
    {$cmd=”say–v Bells\”dong\””;{$cmd=”say–v Bells\”dong\””;
    system($cmd);System($cmd);
    $cmd=”osascript-e’tell app\”system event;$cmd=”osascript-e’tell app\”system event;
    $lastline=$line;}$lastline=$line;}
  6. 如权利要求1所述的红包监听系统,其特征在于,所述红包标识是电子 红包的图片标识。 The red envelope monitoring system of claim 1 wherein said red envelope identifier is an electronic The picture logo of the red envelope.
PCT/CN2017/080680 2017-04-14 2017-04-14 Red packet monitoring system WO2018188101A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/080680 WO2018188101A1 (en) 2017-04-14 2017-04-14 Red packet monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/080680 WO2018188101A1 (en) 2017-04-14 2017-04-14 Red packet monitoring system

Publications (1)

Publication Number Publication Date
WO2018188101A1 true WO2018188101A1 (en) 2018-10-18

Family

ID=63792201

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/080680 WO2018188101A1 (en) 2017-04-14 2017-04-14 Red packet monitoring system

Country Status (1)

Country Link
WO (1) WO2018188101A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013080387A (en) * 2011-10-04 2013-05-02 Canon Inc Information processing apparatus, information processing method, and program
CN103516864A (en) * 2012-06-18 2014-01-15 腾讯科技(深圳)有限公司 A method and an apparatus for monitoring preset operations in a mobile terminal
CN105630499A (en) * 2015-12-24 2016-06-01 北京奇虎科技有限公司 Method and device for processing information
CN106412858A (en) * 2016-10-26 2017-02-15 深圳市金立通信设备有限公司 Method and terminal for grabbing red envelope

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013080387A (en) * 2011-10-04 2013-05-02 Canon Inc Information processing apparatus, information processing method, and program
CN103516864A (en) * 2012-06-18 2014-01-15 腾讯科技(深圳)有限公司 A method and an apparatus for monitoring preset operations in a mobile terminal
CN105630499A (en) * 2015-12-24 2016-06-01 北京奇虎科技有限公司 Method and device for processing information
CN106412858A (en) * 2016-10-26 2017-02-15 深圳市金立通信设备有限公司 Method and terminal for grabbing red envelope

Similar Documents

Publication Publication Date Title
US10355865B1 (en) Systems and techniques for certification of trusted media data
US9763100B2 (en) Instant messaging message processing method and device and storage medium
WO2016034063A1 (en) Method and client for processing malicious short message based on pseudo base station
JP7193059B2 (en) Speech processing method, apparatus, device, program and computer storage medium
CN109492378A (en) A kind of auth method based on EIC equipment identification code, server and medium
WO2019212659A1 (en) Security for iot home voice assistants
TW201535156A (en) Performing actions associated with individual presence
CN109561085A (en) A kind of auth method based on EIC equipment identification code, server and medium
EP2950228A1 (en) Authentication information theft detection method, authentication information theft detection device, and program for the same
WO2015070654A1 (en) Android-based mobile equipment security protection method, and device
WO2019062090A1 (en) Method and apparatus for controlling service device to perform service operation, device, and medium
WO2018133767A1 (en) Call control method, terminal apparatus, and data storage medium
WO2013189263A1 (en) Method and device for monitoring api function scheduling in mobile terminal
CN110958161B (en) Block chain link point monitoring method and device and storage medium
JP2020503602A (en) Identity recognition method, identity recognition device, office platform system and associated server
US10762185B2 (en) Internet of things (IoT) based proximity verification for unauthorized transaction prevention
US20080028053A1 (en) Method and system for a wake on LAN (WOL) computer system startup process
CN114124476A (en) Sensitive information leakage vulnerability detection method, system and device for Web application
WO2019134284A1 (en) Method and apparatus for recognizing user, and computer device
CN108140299B (en) History archive for live audio and method of using same
WO2020114112A1 (en) Block chain-based smart alarm method and apparatus, and electronic device
CN110830500A (en) Network attack tracking method and device, electronic equipment and readable storage medium
CN113961836A (en) Page jump method and device, electronic equipment and storage medium
US10015181B2 (en) Using natural language processing for detection of intended or unexpected application behavior
WO2018188101A1 (en) Red packet monitoring system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17905839

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17905839

Country of ref document: EP

Kind code of ref document: A1