CN109743393B - Broadcast cloud platform for transmitting instructions, real-time streams and file streams - Google Patents

Broadcast cloud platform for transmitting instructions, real-time streams and file streams Download PDF

Info

Publication number
CN109743393B
CN109743393B CN201910014411.9A CN201910014411A CN109743393B CN 109743393 B CN109743393 B CN 109743393B CN 201910014411 A CN201910014411 A CN 201910014411A CN 109743393 B CN109743393 B CN 109743393B
Authority
CN
China
Prior art keywords
service
distribution
file
real
communication
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
CN201910014411.9A
Other languages
Chinese (zh)
Other versions
CN109743393A (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.)
Hunan Comtom Electronic Technology Co ltd
Original Assignee
Hunan Comtom Electronic 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 Hunan Comtom Electronic Technology Co ltd filed Critical Hunan Comtom Electronic Technology Co ltd
Priority to CN201910014411.9A priority Critical patent/CN109743393B/en
Publication of CN109743393A publication Critical patent/CN109743393A/en
Application granted granted Critical
Publication of CN109743393B publication Critical patent/CN109743393B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a broadcast cloud platform for transmitting instructions, real-time streams and file streams, wherein the cloud platform is connected among a content cloud, an equipment cloud, a distribution equipment and a user terminal and is used for transmitting the instructions, the real-time streams and the file streams. The SDK access service system comprises a service interface layer and a function layer, wherein the service interface layer is used for connecting a service system to provide the SDK access service. The functional layer comprises four sub-modules of a file distribution center, a stream distribution center, an instruction communication service and a P2P communication service. The invention provides a platform architecture design scheme for realizing instruction, real-time stream and file stream of a public network and a private network, provides a combined architecture design idea and provides a design scheme for distributing the real-time stream and the file stream based on P2P transmission among terminal devices.

Description

Broadcast cloud platform for transmitting instructions, real-time streams and file streams
Technical Field
The invention relates to the technical field of computer communication, in particular to a broadcast cloud platform for transmitting instructions, real-time streams and file streams.
Background
The core of the broadcast cloud is to solve the problems of bandwidth and flow cost. It first needs to guarantee establishment of business model, and the key issue of establishment is bandwidth cost. Cost analysis shows that when a server distribution mode is developed, the following steps are carried out: only the access bottleneck caused by the scale rise of the terminal can be solved, and the overall bandwidth cost cannot be reduced.
There are indeed commercial solutions to analyze the market through a large number of investigations: CDN (server delivery), PCDN (device side delivery), but there is a problem in applicability: the CDN cannot be applied in a private network environment required by customers, and the PCDN is mainly used for a mobile terminal of a mobile phone and does not support application on terminal equipment. Self-research by reference to business solutions through technical evaluation within the capability of companies currently developing research teams, decision to self-research solutions is taken by integrating various aspects of factor consideration.
The foregoing discussion of the background art is intended only to facilitate an understanding of the present invention. The discussion is not an acknowledgement or admission that any of the material referred to was or was part of the common general knowledge as at the priority date of the application.
Disclosure of Invention
The invention provides a broadcast cloud platform for transmitting instructions, real-time streams and file streams, which is characterized in that the cloud platform is connected among a content cloud, an equipment cloud, a distribution device and a user terminal and is used for transmitting the instructions, the real-time streams and the file streams.
The cloud platform comprises a service interface layer and a functional layer, wherein the service interface layer is used for connecting a service system to provide SDK access service.
The functional layer comprises four sub-modules, namely a file distribution center, a stream distribution center, an instruction communication service and a P2P communication service.
The sub-module of the file distribution center comprises a file distribution node network and a file distribution center, wherein the file distribution node network is composed of a plurality of file cache regions, and the file distribution center is used for monitoring and scheduling the file distribution nodes, auditing resources of a file flow channel and providing access configuration for an upper-layer service system.
The flow distribution center submodule comprises a flow distribution network and a flow distribution center, wherein the flow distribution network consists of a plurality of flow distribution nodes and a source station, and the flow distribution center is used for monitoring and scheduling the flow distribution nodes and the source station, auditing real-time flow channel resources and providing access configuration for an upper-layer service system.
The command communication service submodule comprises a command service center, a command transmission interface and a command communication interface, wherein the command communication service center is used for monitoring and managing the CSA and providing the command transmission interface of an upper-layer service system; and the instruction service access point is used for providing the access of the communication channel of the terminal equipment to which the service system belongs.
The P2P communication service submodule comprises a P2P communication server, and the P2P communication server provides a transmission channel for interconnection and intercommunication of all terminal equipment nodes of the broadcasting cloud; and the P2P distribution center is used for monitoring and scheduling the P2P distribution nodes, auditing P2P channel resources and providing access configuration for an upper-layer service system.
The present invention solves the following three problems:
to solve the problem 1: the public network and the private network are consistent in structure, and the platform supports a public network operation environment and a private network operation environment. The universal broadcast cloud platform uniformly adopts the access form of the domain name to the outside, and in general knowledge, the most general function of the domain name is to replace the access of a fixed IP, so that two problems are solved: 1. the access of the user is convenient, and a certain IP address does not need to be memorized; 2. the problem of complicated system access or product configuration change process caused by IP address change is avoided.
Under the large environment of the internet/mobile internet, the domain name service belongs to infrastructure, and the system of the whole industry utilizes the link of domain name resolution in design to solve the problem of universality. Most systems adopt a multi-service and distributed system design mode, different services are distinguished through different sub-level domain names, information obtained by utilizing a link of domain name resolution is used for matching processing of geographic regions, operators and access loads, and finally, server addresses meeting various conditions are given to an access terminal, so that the problem of an optimal access path is solved.
Under a platform service business model (including CDN, storage, live broadcast service, etc.), a platform service provider needs to perform corresponding service resource audit and access isolation for each customer, and in order to ensure uniform and seamless access to a scheme, a common practice in the industry is to use a mechanism of a client side system (business system) domain name plus CNAME record to perform processing.
The main principle is as follows: and the business system side configures the sub-level domain name needing service into the platform service, and the platform service provides the domain name address actually accessed. The business system side (client side) adds the sub-level domain name and the CNAME mapping of the domain name actually accessed by the platform side in the own domain name service platform. When the user of the client system accesses, the sub-level domain name of the service system is accessed, but the platform service domain name which is actually accessed corresponds to the server, and the platform party performs authentication, resource access and audit according to the sub-level domain name information in the request.
Under the private network environment, the whole framework can keep consistency in deployment and implementation through the self-built domain name service. Problem 2 is solved: the combined architecture design provides a platform instruction, real-time stream and file stream communication service.
In the framework design, each service (module) can independently provide services or can combine to provide services, and no coupling exists between the services (modules). TBC provides instruction transmission service of service system side, TBS provides real-time stream distribution service of service system side, TBF provides file distribution service of service system side, TBP provides communication service between service system side devices, TBPD combines with TBS to perform P2P real-time stream distribution service, TBPD combines with TBF to perform P2P file stream distribution service. And the transmission service based on TBP to realize other types of services can be realized on subsequent extension.
Problem 3 is solved: the technical scheme is used for reducing the traffic bandwidth occupation and the operation cost of the platform while realizing scale enlargement. The architecture design realizes communication based on equipment through TBP, reduces flow access of a business system side terminal to a cloud platform on file flow and real-time flow access by establishing a transmission network between the equipment, and realizes scale enlargement and mass flow access through network transmission solution between the terminals.
For convenience of description in the present invention, the patent nouns are abbreviated and defined as follows:
TBC: and the instruction communication service provides an upper layer service system and an instruction communication channel of the terminal equipment.
CSC: and the command service center is used for monitoring and managing the CSA and providing a command transmission interface of the upper-layer service system.
CSA: and instructing the service access point to provide access to the communication channel of the terminal equipment to which the service system belongs.
TBS: and the real-time stream distribution service provides an upper layer service system and a real-time stream distribution channel of the terminal equipment.
TBSC: and the flow distribution center monitors and schedules the flow distribution nodes, audits real-time flow channel resources and provides access configuration for an upper-layer service system.
TBSN: the real-time stream distribution node provides actual real-time stream distribution service, and can perform multi-stage or parallel expansion to form a real-time stream distribution network.
TBF: and the file stream distribution service provides an upper layer service system and a file stream distribution channel of the terminal equipment.
TBFC: and the file distribution center is used for monitoring and scheduling the file distribution nodes, auditing the resources of the file flow channel and providing access configuration for an upper-layer service system.
TBFN: the file stream distribution node provides actual file stream distribution service, and can be expanded in multiple stages or in parallel to form a file stream distribution network.
TBPD: and the P2P distribution service provides an upper-layer service system and a P2P distribution channel of the terminal equipment.
TBP: and the P2P communication service provides the establishment of a transmission channel for interconnection and intercommunication of each terminal equipment node of the broadcast cloud.
TBPDC: the P2P distribution center monitors and schedules the P2P distribution nodes, audits P2P channel resources and provides access configuration for an upper-layer service system.
TBPDN: the P2P distribution node, a common distribution node of the P2P distribution network, distributes data to the transceiving node or the receiving node in the distribution network.
TBPRDN: the P2P transceiving node, the P2P part-time distribution node of the distribution network, distributes data to the receiving node of the distribution network.
TBPCN: the P2P receiving node accesses the P2P distributing or transceiving node to obtain the service data.
Drawings
The invention will be further understood from the following description in conjunction with the accompanying drawings. The components in the figures are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the embodiments. Like reference numerals designate corresponding parts throughout the different views.
FIG. 1 is a functional composition schematic of the present invention;
FIG. 2 is a schematic structural diagram of an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to embodiments thereof; it should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. Other systems, methods, and/or features of the present embodiments will become apparent to those skilled in the art upon review of the following detailed description. It is intended that all such additional systems, methods, features and advantages be included within this description, be within the scope of the invention, and be protected by the accompanying claims. Additional features of the disclosed embodiments are described in, and will be apparent from, the detailed description that follows.
The first embodiment is as follows:
as shown in fig. 1, the present embodiment provides a broadcast cloud platform for transmitting an instruction, a real-time stream, and a file stream, where the cloud platform is connected between a content cloud, an equipment cloud, a distribution equipment, and a user terminal, and is configured to transmit the instruction, the real-time stream, and the file stream.
The cloud platform comprises a service interface layer and a functional layer, wherein the service interface layer is used for connecting a service system to provide SDK access service.
The functional layer comprises four sub-modules, namely a file distribution center, a stream distribution center, an instruction communication service and a P2P communication service.
The sub-module of the file distribution center comprises a file distribution node network and a file distribution center, wherein the file distribution node network is composed of a plurality of file cache regions, and the file distribution center is used for monitoring and scheduling the file distribution nodes, auditing resources of a file flow channel and providing access configuration for an upper-layer service system.
The flow distribution center submodule comprises a flow distribution network and a flow distribution center, wherein the flow distribution network consists of a plurality of flow distribution nodes and a source station, and the flow distribution center is used for monitoring and scheduling the flow distribution nodes and the source station, auditing real-time flow channel resources and providing access configuration for an upper-layer service system.
The command communication service submodule comprises a command service center, a command transmission interface and a command communication interface, wherein the command communication service center is used for monitoring and managing the CSA and providing the command transmission interface of an upper-layer service system; and the instruction service access point is used for providing the access of the communication channel of the terminal equipment to which the service system belongs.
The P2P communication service submodule comprises a P2P communication server, and the P2P communication server provides a transmission channel for interconnection and intercommunication of all terminal equipment nodes of the broadcasting cloud; and the P2P distribution center is used for monitoring and scheduling the P2P distribution nodes, auditing P2P channel resources and providing access configuration for an upper-layer service system.
Example two.
The broadcast cloud platform of the embodiment shown in fig. 2-3 is divided into three services in terms of functional design: TBC, TBD, TBP; the TBC solves the problem of command communication between a service system side and a terminal belonging to the service system side and provides a command transmission channel. The TBP solves the problem of P2P communication among terminal devices, and provides an interconnection and intercommunication basis for services such as P2P content distribution and the like. The TBD solves the content distribution problems of real-time stream, file stream and the like of a business system side and a terminal belonging to the business system side for the broadcast cloud core service, and is divided into three sub-services from the aspects of transmission content and transmission mode: TBF, TBS, TBPD.
TBF is a file distribution service, and mainly solves the problem of file distribution from a server to a terminal node; the TBS is a real-time stream distribution service and mainly solves the problem of real-time stream distribution from a server to a terminal node; the TBPD is a P2P distribution service, and mainly solves the problem of distribution of real-time streams and file streams among terminal nodes.
The broadcast cloud platform provides SDK access service for an upper service system through a uniform service interface layer, and the SDK provided for the upper service system is divided into a real-time stream SDK and an instruction communication SDK. Wherein the real-time stream SDK is divided into server and client versions. Standard http/https call back is used for interaction of the file stream. The service interface layer provides a uniform registration center to support the scale expansion of each service.
For TBC services, the internal implementation is divided into CSC and CSA. The CSC monitors and manages the CSA, provides an instruction transmission interface of an upper-layer service system, and provides access to a communication channel of the terminal equipment of the service system. The scale expansion of CSAs is managed by CSCs.
Aiming at TBPD service, the internal implementation is divided into TBPDC, TBPDN, TBPCN and TBPRDN. Wherein the TBP exists as an underlying service in the TBPD service, and provides support of P2P communication and message middleware for the TBPD service.
The TBPDC is a scheduling control core module of the TBPD network, and realizes services such as monitoring scheduling, resource auditing, unified configuration management and the like of the TBPDN, the TBPCN and the TBPRDN.
For TBF service, the internal implementation is divided into TBFC and TBFN. The TBFC is a scheduling control core module of the TBF network, and realizes services such as monitoring scheduling, resource auditing, unified configuration management and the like of the TBFN. The actual file stream distribution service is provided, and multi-stage or parallel expansion can be performed to form a file stream distribution network. The size expansion of the TBFN is managed by the TBFC.
For TBS service, the internal implementation is divided into TBSC, TBSN. The TBSC is a scheduling control core module of the TBS network, and realizes services such as monitoring scheduling, resource auditing, unified configuration management and the like of the TBSN. The TBSN provides actual real-time stream distribution service, and can be expanded in multiple stages or in parallel to form a real-time stream distribution network. The size expansion of the TBSN is managed by the TBSC.
Although the invention has been described above with reference to various embodiments, it should be understood that many changes and modifications may be made without departing from the scope of the invention. That is, the methods, systems or devices discussed above are examples. Various configurations may omit, substitute, or add various procedures or components as appropriate. For example, in alternative configurations, the methods may be performed in an order different than that described, and/or various stages may be added, omitted, and/or combined. Also, features described with respect to certain configurations may be combined in various other configurations. Different aspects and elements of the configuration may be combined in a similar manner. Furthermore, many of the elements that follow as technology develops are merely examples and do not limit the scope of the disclosure or claims.
Specific details are given in the description to provide a thorough understanding of the exemplary configurations including implementations. However, configurations may be practiced without these specific details, for example, well-known circuits, processes, algorithms, structures, and techniques have been shown without unnecessary detail in order to avoid obscuring the configurations. This description provides example configurations only, and does not limit the scope, applicability, or configuration of the claims. Rather, the foregoing description of the configurations will provide those skilled in the art with an enabling description for implementing the described techniques. Various changes may be made in the function and arrangement of elements without departing from the spirit or scope of the disclosure.
Further, although each operation may describe the operation as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be rearranged. There may be other steps in a process. Furthermore, examples of the methods may be implemented by hardware, software, firmware, middleware, code, hardware description languages, or any combination thereof. When implemented in software, firmware, middleware or code, the program code or code segments to perform the necessary tasks may be stored in a non-transitory computer-readable medium such as a storage medium and the described tasks are performed by a processor.
It is intended that the foregoing detailed description be regarded as illustrative rather than limiting, and that it be understood that it is the following claims, including all equivalents, that are intended to define the spirit and scope of this invention. The above examples are to be construed as merely illustrative and not limitative of the remainder of the disclosure. After reading the description of the invention, the skilled person can make various changes or modifications to the invention, and these equivalent changes and modifications also fall into the scope of the invention defined by the claims.

Claims (2)

1. The broadcast cloud platform for transmitting the instructions, the real-time streams and the file streams is characterized in that the cloud platform is connected among a content cloud, an equipment cloud, distribution equipment and a user terminal and is used for transmitting the instructions, the real-time streams and the file streams;
the cloud platform comprises a service interface layer and a functional layer, wherein the service interface layer is used for connecting a service system to provide SDK access service;
the functional layer comprises four sub-modules, namely a file distribution center, a stream distribution center, an instruction communication service and a P2P communication service;
the file distribution center submodule comprises a file distribution node network and a file distribution center, wherein the file distribution node network consists of a plurality of file cache regions, and the file distribution center is used for monitoring and scheduling file distribution nodes, auditing file stream channel resources and providing access configuration for an upper-layer service system;
the flow distribution center submodule comprises a flow distribution network and a flow distribution center, wherein the flow distribution network consists of a plurality of flow distribution nodes and a source station, and the flow distribution center is used for monitoring and scheduling the flow distribution nodes and the source station, auditing real-time flow channel resources and providing access configuration for an upper-layer service system;
the command communication service submodule comprises a command service center, a command transmission interface and a command communication interface, wherein the command communication service center is used for monitoring and managing the CSA and providing the command transmission interface of an upper-layer service system; the instruction service access point is used for providing access to a communication channel of the terminal equipment to which the service system belongs;
the broadcast cloud platform is divided into three services in terms of functional design: instructing a communication service TBC, a broadcast delivery service TBD and a broadcast P2P service TBP; the TBC is used for solving the problem of instruction communication between a business system party and a terminal and providing an instruction transmission channel; the broadcasting P2P service TBP is used for solving the problem of P2P communication among terminal equipment and providing an interconnection and intercommunication basis for P2P content distribution service; the broadcast distribution service TBD solves the problem of content distribution of real-time streams and file streams of a business system side and a terminal belonging to the business system side for a broadcast cloud core service;
the transmission content and the transmission mode are divided into three sub-services, namely file flow distribution service TBF, real-time flow distribution service TBS and P2P distribution service TBPD; the file flow distribution service TBF is used for solving the problem of file distribution from a server to a terminal node; the real-time stream distribution service TBS is used for solving the problem of real-time stream distribution from a server to a terminal node; the P2P distribution service TBPD is used for solving the distribution problem of real-time stream and file stream among terminal nodes;
the broadcast cloud platform provides SDK access service for an upper service system through a uniform service interface layer, and the SDK provided for the upper service system is divided into a real-time stream SDK and an instruction communication SDK; the SDK is divided into a server version and a client version, standard http/https source return calling is adopted for interaction of file streams, and a service interface layer provides a uniform registration center for supporting scale extension of each service;
aiming at a command communication service TBC, the inside is divided into a CSC and a CSA, the CSC monitors and manages the CSA and provides a command transmission interface of an upper-layer service system, the CSA provides a communication channel of a terminal device of the service system for access, and the CSA is managed by the CSC in scale expansion;
aiming at a P2P distribution service TBPD, the internal implementation is divided into TBPDC, TBPDN, TBPCN and TBPRDN, wherein the P2P service TBP exists as a bottom service in the P2P distribution service TBPD, and provides support of P2P communication and message middleware for the P2P distribution service TBPD, and the P2P distribution center TBPDC is a scheduling control core module of a P2P distribution service TBPD network, so that monitoring scheduling, resource auditing and unified configuration management services of TBPDN, TBPD client receiving nodes TBPCN and TBPRDN of P2P distribution nodes are realized;
aiming at a file flow distribution service TBF, the interior of the TBFC is divided into a file distribution center TBFC and a file flow distribution node TBFN, wherein the file distribution center TBFC is a scheduling control core module of a file flow distribution service TBF network, the monitoring scheduling, resource auditing and unified configuration management services of the file flow distribution node TBFN are realized, actual file flow distribution service is provided, multi-stage or parallel expansion is carried out to form the file flow distribution network, and the scale expansion of the file flow distribution node TBFN is managed by the file distribution center TBFC;
aiming at a real-time stream distribution service TBS, the real-time stream distribution TBSC is internally divided into a real-time stream distribution center TBSC and a real-time stream distribution node TBSN, wherein the real-time stream distribution center TBSC is a scheduling control core module of the real-time stream distribution service TBS network and is used for realizing monitoring scheduling, resource auditing and unified configuration management service of the real-time stream distribution node TBSN, the real-time stream distribution node TBSN provides actual real-time stream distribution service and performs multi-stage or parallel expansion to form the real-time stream distribution network, and the scale expansion of the real-time stream distribution node TBSN is managed by the real-time stream distribution center TBSC.
2. The cloud platform of claim 1, wherein the P2P communication services submodule includes a P2P communication server providing for the establishment of a transmission channel for interworking between nodes of end devices of the broadcast cloud; and the P2P distribution center is used for monitoring and scheduling the P2P distribution nodes, auditing P2P channel resources and providing access configuration for an upper-layer service system.
CN201910014411.9A 2019-01-08 2019-01-08 Broadcast cloud platform for transmitting instructions, real-time streams and file streams Active CN109743393B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910014411.9A CN109743393B (en) 2019-01-08 2019-01-08 Broadcast cloud platform for transmitting instructions, real-time streams and file streams

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910014411.9A CN109743393B (en) 2019-01-08 2019-01-08 Broadcast cloud platform for transmitting instructions, real-time streams and file streams

Publications (2)

Publication Number Publication Date
CN109743393A CN109743393A (en) 2019-05-10
CN109743393B true CN109743393B (en) 2022-03-18

Family

ID=66363759

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910014411.9A Active CN109743393B (en) 2019-01-08 2019-01-08 Broadcast cloud platform for transmitting instructions, real-time streams and file streams

Country Status (1)

Country Link
CN (1) CN109743393B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713485A (en) * 2017-01-11 2017-05-24 杨立群 Cloud computing mobile terminal and working method thereof
CN106850589A (en) * 2017-01-11 2017-06-13 杨立群 A kind of management and control cloud computing terminal and the method and apparatus of Cloud Server running
CN108897884A (en) * 2018-07-06 2018-11-27 郑州云海信息技术有限公司 A kind of data managing method and device based on cloud platform

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10891428B2 (en) * 2013-07-25 2021-01-12 Autodesk, Inc. Adapting video annotations to playback speed

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713485A (en) * 2017-01-11 2017-05-24 杨立群 Cloud computing mobile terminal and working method thereof
CN106850589A (en) * 2017-01-11 2017-06-13 杨立群 A kind of management and control cloud computing terminal and the method and apparatus of Cloud Server running
CN108897884A (en) * 2018-07-06 2018-11-27 郑州云海信息技术有限公司 A kind of data managing method and device based on cloud platform

Also Published As

Publication number Publication date
CN109743393A (en) 2019-05-10

Similar Documents

Publication Publication Date Title
KR100650739B1 (en) Message broadcasting service system and method using open api
CN102238226B (en) Conversation shift on the network centered by content
CN113596191B (en) Data processing method, network element equipment and readable storage medium
US20090225763A1 (en) System and Method for Enforcement of Service Level Agreements and Policies Across Geographical Domains
CN110266815B (en) Micro service network system based on block chain
WO2021025398A1 (en) Method and system for intent driven deployment and management of communication service in a wireless communication system
CN110896553A (en) Multi-access edge computing method and platform and communication system
CN102291243A (en) Service processing server, system and method
WO2010148843A1 (en) System and method for mobile internet service sharing
CN106210049A (en) A kind of cluster communication method based on Message Queuing and system
CN112202744B (en) Multi-system data communication method and device
CN110691131A (en) Micro-service framework system based on intelligent mobile terminal
CN101074991B (en) Method and system for processing geographic position information and middleware in geographic information system
CN113179187A (en) CDN node accelerated configuration distribution method
CN110996372B (en) Message routing method, device and system and electronic equipment
CN109743393B (en) Broadcast cloud platform for transmitting instructions, real-time streams and file streams
CN112711625A (en) Bidirectional self-adaptive multi-source heterogeneous big data dynamic processing method
JPH11234326A (en) Information distribution system
JP4660682B2 (en) Network communication system and communication apparatus and program used in the communication system
CN115967742A (en) Urban railway dispatching communication method, system and cluster
Hossain et al. A biologically inspired framework for multimedia service management in a ubiquitous environment
CN109104482A (en) A kind of distributed system of earth mat platform
CN114840329A (en) Cloud and native hybrid integration method based on block chain
CN114760360A (en) Request response method and device, electronic equipment and computer readable storage medium
CN114257588B (en) Communication system

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
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A multicast cloud platform for transmitting instructions, real-time streams and file streams

Effective date of registration: 20221230

Granted publication date: 20220318

Pledgee: Agricultural Bank of China Limited Changsha Furong District Sub-branch

Pledgor: HUNAN COMTOM ELECTRONIC TECHNOLOGY CO.,LTD.

Registration number: Y2022980029886

PE01 Entry into force of the registration of the contract for pledge of patent right