CN102685109A - Game CP (content provider) access method under three network integration - Google Patents

Game CP (content provider) access method under three network integration Download PDF

Info

Publication number
CN102685109A
CN102685109A CN2012101097166A CN201210109716A CN102685109A CN 102685109 A CN102685109 A CN 102685109A CN 2012101097166 A CN2012101097166 A CN 2012101097166A CN 201210109716 A CN201210109716 A CN 201210109716A CN 102685109 A CN102685109 A CN 102685109A
Authority
CN
China
Prior art keywords
game
server
recreation
request
interface
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.)
Pending
Application number
CN2012101097166A
Other languages
Chinese (zh)
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.)
PCI Suntek Technology Co Ltd
Original Assignee
PCI Suntek Technology 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 PCI Suntek Technology Co Ltd filed Critical PCI Suntek Technology Co Ltd
Priority to CN2012101097166A priority Critical patent/CN102685109A/en
Publication of CN102685109A publication Critical patent/CN102685109A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention discloses a game CP (content provider) access method under three network integration. The game CP access method is implemented by virtue of a game client and a game interface server, wherein the game client can work on a browser and a set top box, and the game interface server is used for carrying out game data interaction and event processing with a game server; the game client can well realize platform cross under a three network integration environment on the basis of a Java Applet technology; and the game interface server is used for carrying out the data exchange and event processing between a game accessing platform and the game server and provides an interaction interface in a TCP (Transmission Control Protocol) mode, and data legality is checked by virtue of MD5 (Message-Digest Algorithm 5) encryption. The game CP access method can be used for realizing a network game interaction function under the three network integration.

Description

Recreation CP cut-in method under a kind of integration of three networks
Technical field
The present invention relates to electronic information technical field, particularly relate to the recreation CP cut-in method under a kind of integration of three networks.
Background technology
Along with country further advances " unification of three nets " process, the boundary between traditional media and the new media will progressively be broken, and interpenetrating that radio, TV and film industries, telecommunications industry and internet industry are professional becomes the trend that content merges; Under the policy of unification of three nets promoted, leisure interaction entertainment platform was united the recreation industry, pushes online game to TV and parlor, was having huge market prospects for the user is provided at the business of carrying out the interactive e-sports recreation in broadband on the television set.And realize that this professional prerequisite just provides the access of recreation CP, realize the game interactive function under the integration of three networks.
Summary of the invention
Technical problem to be solved by this invention is the recreation CP cut-in method under a kind of integration of three networks of design; To existing TV interaction platform, a kind of safety is provided, reliable; Support high concurrent game interface method; Realization is mutual with game server, and inserts jsp through unified recreation, the realization user login of playing.
For realizing the foregoing invention purpose; The present invention provides the recreation CP under a kind of integration of three networks cut-in method; Comprise game client and game interface server, said game client is technological based on Java Applet, and provides unified recreation to insert jsp; Said game interface server is realized the interactive function with game server;
Said game client; Be used for: based on Java Apple t technology; On browser and STB, be written into game information, said game client provides unified recreation to insert jsp, and required parameter to the game server that transmits recreation CP access platform is realized user's login of playing;
Said game interface server; Be used for: the TCP connection request of accepting the legal identity game server; Receive request message, the required parameter of parsing XML format carries out identification authentication and the verification of parameter legitimacy; Call the corresponding interface method and realize Business Processing, return result message notifying game server; The interface of game interface server provides the concurrent visit capacity of interface effectively based on Java NIO design simultaneously.
The present invention also provides a kind of communication protocol between game interface server and game server, comprising:
Carry out alternately with the data of XML form between game interface server and the game server, with ". " of single file number as message-ending character; After setting up the TCP connection between game interface server and the game server, carry out transfer of data, when the recipient received message-ending character, the beginning analytic message became the required parameter of XML form.
Behind the intact required parameter of game interface server parses, therefrom obtain the identity information of game server, request interface method numbering; Request interface method parameter, and authentication information are to the identity of game server; The request interface numbering, interface parameters, and authentication information carries out the legitimacy verification; Verification succeeds, then the calling interface method is handled request, returns request results to game server; Corresponding failure notification message game server is then returned in the verification failure.
After game server has been resolved required parameter, therefrom obtain the result of game interface server, upgrade the relevant information of user's interface.
Can find out that by such scheme game client can be cross-platform, on many total browsers, move based on Java Applet among the present invention, solved the cross-platform problem under the integration of three networks environment; The game interface server uses Java NIO framework, has effectively improved the concurrent responding ability of game interface; The md5 encryption verification is used in data interaction between game server and the game interface server simultaneously, and game server is carried out the identity legitimacy verification, has guaranteed the interface fail safe.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art; To do simple the introduction to the accompanying drawing of required use in embodiment or the description of the Prior Art below; Obviously, the accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills; Under the prerequisite of not paying creative work property, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is a system configuration sketch map in the embodiment of the invention one;
Fig. 2 is a system handles information flow sketch map in the embodiment of the invention one;
Embodiment
For make above-mentioned purpose of the present invention, feature and advantage can be more obviously understandable, below in conjunction with accompanying drawing and embodiment the present invention done further detailed explanation.Obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills are not making the every other embodiment that is obtained under the creative work prerequisite, all belong to the scope of the present invention's protection.
Embodiment one, referring to Fig. 1.
The present invention provides the recreation CP under a kind of integration of three networks cut-in method, and said system comprises game client and game interface server, wherein:
Said game client is used for: provide unified recreation to insert jsp, be used for getting into recreation from the redirect of recreation access platform; Be written into running game client Jave Applet;
Said game interface server; Be used for: receive request from game server; The analysis request parameter is also carried out verification to game server identity and solicited message, and verification succeeds is then called the corresponding interface method and handled request, returns result and gives game server; Corresponding error information notice game server is then returned in the verification failure.
The information process of said system specifically may further comprise the steps referring to Fig. 2:
1) user gets into recreation from recreation CP access platform, jumps to recreation and inserts the jsp page;
2) recreation inserts the jsp page and is written into game client, running client Java Applet;
3) game client passes to game server, logging in game with user profile and the game information parameter that the user brings into from recreation CP access platform;
4) game server is received the log-on message of client, generates request message and sends user's logging request to the game interface server, and the game interface server carries out authentication to user profile, returns login result notification game server;
5) game server lets the user login and gets into recreation according to the login result notification game client of game interface server, and perhaps login failure withdraws from recreation;
6) game operation is carried out in user's logging in game success;
7) game client is with the game events in user's game process, and like game result notice game server, game server generates request message and sends to the game interface server;
8) game interface server process user game events returns the event handling result and gives game server;
9) game server returns to game client with the result of game interface server, shows in client.
Therefore the recreation CP cut-in method under a kind of integration of three networks provided by the invention has following advantage.
(1) based on the game client of Java Applet
Based on the game client of Java Applet, can on browser that JVM is housed arbitrarily under the integration of three networks environment and STB, move.
(2) unified recreation inserts the page
All recreation provide the unified access page, make things convenient for the recreation CP of existed system to insert.
(2) the game interface server of high concurrent visit capacity
Adopt Java NIO technology, the communication of conventional congestion formula has effectively improved the concurrent access ability of game interface server relatively.
(3) has higher fail safe
Adopt the md5 encryption verification, the communication data between game server and the game interface server is carried out cryptographic check, improved the fail safe of system.
The above only is an embodiment of the present invention; Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention; Can also make some improvement and retouching, these improvement and retouching also should be regarded as protection scope of the present invention.

Claims (5)

1. the recreation CP cut-in method under the integration of three networks is characterized in that, comprising:
One game client based on Java Applet; One provides the game interface server of exchanging game data and event handling; Said system can be deployed in same web server and application server, also can use different web servers and application server realizing distributed deployment;
Said game client is used for: the login of user's recreation; The recreation access platform inserts jsp through http mode transmission requests parameter to unified game client, and required parameter comprises user profile, game information, and game server information, client jsp transmits required parameter to game server, is written into recreation;
Described game interface server; Be used for: receive the request of game server; The required parameter of parsing XML format carries out parameter verification, and verification succeeds is then called the corresponding game interface method and handled requested service; The return data of encapsulation XML form returns to game server, and realization recreation access platform is mutual with game server.
2. the recreation CP cut-in method under the integration of three networks is characterized in that, comprising:
After the game interface server received the request of game server, the analysis request parameter obtained the request system numbering, interface method numbering, request content (XML formatted data), and signing messages; The game interface server carries out verification through inquiry system configuration and database to the legitimacy of request identity and request content; Verification is handled request through then calling the corresponding interface method, returns result; Corresponding failure notification message game server is then returned in the verification failure.
3. method according to claim 1 is characterized in that, also comprises: when the user gets into recreation through the recreation access platform, transmit corresponding required parameter with the page jump mode and give game client.
4. method according to claim 2 is characterized in that, also comprises: in user's game process, game server is connected to the game interface server through the TPC mode, and the request message that sends the XML form is to the game interface server.
5. according to claim 1, it is characterized in that said concrete construction step is following:
1. make up a recreation CP access platform, realize the management of game user and game information, for user's recreation provides the platform support;
2. make up a game client, when the user gets into recreation at recreation CP access platform, jump to unified recreation and insert jsp, be written into game client;
3. after the user got into recreation, game server connected through TPC mode and game interface server, sent corresponding request message to the game interface server, and searching user's information is notified user's game events and synchronous game server relevant information;
4. after the game interface server received the request of game server, the analysis request message became the required parameter of XML form, after the authentication success, called corresponding request interface method and handled the game server request, returned request message.
CN2012101097166A 2012-04-11 2012-04-11 Game CP (content provider) access method under three network integration Pending CN102685109A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012101097166A CN102685109A (en) 2012-04-11 2012-04-11 Game CP (content provider) access method under three network integration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012101097166A CN102685109A (en) 2012-04-11 2012-04-11 Game CP (content provider) access method under three network integration

Publications (1)

Publication Number Publication Date
CN102685109A true CN102685109A (en) 2012-09-19

Family

ID=46816473

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012101097166A Pending CN102685109A (en) 2012-04-11 2012-04-11 Game CP (content provider) access method under three network integration

Country Status (1)

Country Link
CN (1) CN102685109A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104468608A (en) * 2014-12-23 2015-03-25 北京奇虎科技有限公司 Application program access method and device
CN106411880A (en) * 2016-09-27 2017-02-15 北京奇虎科技有限公司 Security encryption and decryption methods and devices for game data
CN108170537A (en) * 2017-12-06 2018-06-15 北京像素软件科技股份有限公司 Game API approach, device, interface server and readable storage medium storing program for executing
CN108495196A (en) * 2018-03-13 2018-09-04 刘伟 data processing method and device for video game

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1691597A (en) * 2004-04-24 2005-11-02 华为技术有限公司 A system and method for providing game service in communication network
CN102254098A (en) * 2011-07-08 2011-11-23 盛趣信息技术(上海)有限公司 Distributed system and method for developing, deploying and operating games

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1691597A (en) * 2004-04-24 2005-11-02 华为技术有限公司 A system and method for providing game service in communication network
CN102254098A (en) * 2011-07-08 2011-11-23 盛趣信息技术(上海)有限公司 Distributed system and method for developing, deploying and operating games

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104468608A (en) * 2014-12-23 2015-03-25 北京奇虎科技有限公司 Application program access method and device
CN106411880A (en) * 2016-09-27 2017-02-15 北京奇虎科技有限公司 Security encryption and decryption methods and devices for game data
CN108170537A (en) * 2017-12-06 2018-06-15 北京像素软件科技股份有限公司 Game API approach, device, interface server and readable storage medium storing program for executing
CN108495196A (en) * 2018-03-13 2018-09-04 刘伟 data processing method and device for video game

Similar Documents

Publication Publication Date Title
CN103905497B (en) Realize the method, apparatus and application platform of third-party application business website log
CN1852094B (en) Method and system for protecting account of network business user
CN106209726B (en) Mobile application single sign-on method and device
CN104320679B (en) A kind of user information acquiring method and server based on HLS protocol
KR101638315B1 (en) System and method for providing advertisement based on web using wifi network
CN109491758A (en) Docker mirror image distribution method, system, data gateway and computer readable storage medium
CN106453576B (en) A kind of exchange method, system and control centre based on mixing cloud platform
US9843625B2 (en) System and method for aggregating and providing data from enterprise systems to mobile devices
CN104052746B (en) Heterogeneous applications single-node login system and its single-point logging method
CN106227780A (en) Automatization's sectional drawing evidence collecting method of a kind of magnanimity webpage and system
CN103179099B (en) A kind ofly access the uniform authentication method of open website platform and a kind of website platform
CN114124929B (en) Cross-network data processing method and device
CN103973642A (en) Method and device for realizing JS API security access control
CN109413138B (en) File uploading method and device
US20120278456A1 (en) Method and apparatus for data configuration
CN103281361A (en) Personal cloud cooperation system and data management method
CN109150800A (en) Login access method, system and storage medium
CN102685109A (en) Game CP (content provider) access method under three network integration
CN105610883A (en) Policy file synchronization management method, policy synchronization server and management device
CN104660547B (en) A kind of service platform for realizing telecommunication
CN103457802A (en) Information transmission system and method
CN102546166A (en) Method, system and device for identity authentication
CN103577180A (en) Data processing method and data processing device
CN103138871B (en) The server data processing system of application program and method in mobile communcations system
CN106657271A (en) Method and device for calling local control

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120919