TWI392271B - System and method for managing communication instructions - Google Patents

System and method for managing communication instructions Download PDF

Info

Publication number
TWI392271B
TWI392271B TW95143821A TW95143821A TWI392271B TW I392271 B TWI392271 B TW I392271B TW 95143821 A TW95143821 A TW 95143821A TW 95143821 A TW95143821 A TW 95143821A TW I392271 B TWI392271 B TW I392271B
Authority
TW
Taiwan
Prior art keywords
signaling
packet
communication
carrier
operation command
Prior art date
Application number
TW95143821A
Other languages
Chinese (zh)
Other versions
TW200824352A (en
Inventor
Lei Fang
Original Assignee
Hon Hai Prec Ind 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 Hon Hai Prec Ind Co Ltd filed Critical Hon Hai Prec Ind Co Ltd
Priority to TW95143821A priority Critical patent/TWI392271B/en
Publication of TW200824352A publication Critical patent/TW200824352A/en
Application granted granted Critical
Publication of TWI392271B publication Critical patent/TWI392271B/en

Links

Description

通信信令控制系統及方法 Communication signaling control system and method

本發明涉及一種通信信令控制系統及方法。 The invention relates to a communication signaling control system and method.

在伺服器/用戶端電腦架構的網路系統中,通信信令指的是一個伺服器對與其有通信連接的用戶端電腦的控制指令,該伺服器發送的通信信令包以一個特定的通信信令包結構和通信信令包長度被傳送到所有與其有通信連接的用戶端電腦。對所有與該伺服器有通信連接的用戶端電腦而言,該伺服器發送的通信信令包的長度是一個固定的值。 In a network system of a server/client computer architecture, communication signaling refers to a control command of a server to a client computer to which a server is in communication, and the communication signaling packet sent by the server is in a specific communication. The signaling packet structure and the length of the communication signaling packet are transmitted to all client computers with which they are in communication. For all client computers that have a communication connection with the server, the length of the communication signaling packet sent by the server is a fixed value.

衆所週知,通信信令包長度的大小決定著傳輸同等數量的通信信令包所佔用的網路帶寬的大小。例如:通信信令包的長度為50位元組時,如果有1024個通信信令包同時在網路上傳輸,則就會佔用50*1024個位元組(50KB)的網路帶寬;而若通信信令包的長度為10位元組,則同時傳輸1024個通信信令包只要佔用10*1024個位元組(10KB)的網路帶寬。 It is well known that the size of the communication signaling packet size determines the amount of network bandwidth used to transmit the same number of communication signaling packets. For example, if the length of the communication signaling packet is 50 bytes, if there are 1024 communication signaling packets transmitted on the network at the same time, it will occupy 50*1024 bytes (50 KB) of network bandwidth; The length of the communication signaling packet is 10 bytes, and the 1024 communication signaling packets are simultaneously transmitted as long as the network bandwidth of 10*1024 bytes (10 KB) is occupied.

目前,在架設伺服器/用戶端電腦網路系統時,人們會給伺服器設定一個固定的通信信令包長度,然而,相對於不同的用戶端電腦、不同的網路應用環境及不同的網路帶寬,需要的通信信令包長度也是不一樣的,若都以該固定的通信信令包長度去傳送通信信令包,則會導致網路系統的不穩定和網路資源的浪費。 At present, when setting up the server/customer computer network system, people will set a fixed communication signaling packet length for the server. However, compared to different user computers, different network application environments and different networks. The bandwidth of the road and the length of the required communication signaling packet are also different. If the communication signaling packet is transmitted with the fixed communication signaling packet length, the network system is unstable and the network resources are wasted.

鑒於以上內容,有必要提供一種通信信令控制系統及方法以確保網路系統 穩定的同時,避免網路資源的浪費。 In view of the above, it is necessary to provide a communication signaling control system and method to ensure the network system While stabilizing, avoid waste of network resources.

一種通信信令控制系統,包括應用伺服器及與該應用伺服器有通信連接的電腦,所述電腦用於處理該應用伺服器發送來的通信信令包所對應的操作命令。該系統還包括與該應用伺服器有通信連接的存儲設備,該存儲設備用於存儲涉及通信信令包長度的多維度資料。所述應用伺服器包括用於發送通信信令包給所述電腦的通信引擎發送端,及與該通信引擎發送端和該存儲設備相連的通信信令控制模組。所述通信信令控制模組包括:命令接收子模組,用於接收以所述電腦為操作物件的操作命令;信令匹配子模組,用於根據操作命令中確定的操作物件,從該存儲設備中確定要發送的通信信令包中信令識別包及信令載體包的長度;及命令編碼子模組,用於根據確定的信令識別包長度對操作命令中的操作物件進行編碼以生成信令識別包,根據確定的信令載體包長度對操作命令中的操作內容進行編碼以生成信令載體包,及將該信令識別包和信令載體包組合成通信信令包。 A communication signaling control system includes an application server and a computer having a communication connection with the application server, and the computer is configured to process an operation command corresponding to the communication signaling packet sent by the application server. The system also includes a storage device in communication with the application server for storing multi-dimensional data relating to the length of the communication signaling packet. The application server includes a communication engine sender for transmitting a communication signaling packet to the computer, and a communication signaling control module connected to the communication engine sender and the storage device. The communication signaling control module includes: a command receiving submodule, configured to receive an operation command that uses the computer as an operation object; and a signaling matching submodule, configured to use the operation object determined according to the operation command, Determining, in the storage device, a length of the signaling identification packet and the signaling carrier packet in the communication signaling packet to be sent; and a command encoding submodule, configured to encode the operation object in the operation command according to the determined signaling identification packet length The signaling identification packet is generated, the operation content in the operation command is encoded according to the determined signaling carrier packet length to generate a signaling carrier packet, and the signaling identification packet and the signaling carrier packet are combined into a communication signaling packet.

一種通信信令控制方法,包括如下步驟:(a)應用伺服器接收對操作物件的操作命令;(b)根據接收的操作命令中確定的操作物件,確定要發送的通信信令包中信令識別包及信令載體包的長度;(c)根據確定的信令識別包長度,對操作命令中的操作物件進行編碼以生成信令識別包;(d)根據確定的信令載體包長度,對操作命令中的操作內容進行編碼以生成信令載體包;(e)將該信令識別包和信令載體包組合成通信信令包;(f)發送該通信信令包至與該應用伺服器有通信連接的電腦進行處理。 A communication signaling control method comprising the steps of: (a) an application server receiving an operation command for an operation object; (b) determining, in accordance with an operation object determined in the received operation command, signaling in a communication signaling packet to be transmitted. Identifying the length of the packet and the signaling carrier packet; (c) encoding the operational object in the operational command to generate a signaling identification packet according to the determined signaling identification packet length; (d) according to the determined signaling carrier packet length, Encoding the operation content in the operation command to generate a signaling carrier packet; (e) combining the signaling identification packet and the signaling carrier packet into a communication signaling packet; (f) transmitting the communication signaling packet to the application The server has a computer connected to it for processing.

相較習知技術,所述的通信信令控制系統及方法,充分考量了網路系統的穩定性,避免了網路資源的浪費。 Compared with the prior art, the communication signaling control system and method fully considers the stability of the network system and avoids waste of network resources.

1‧‧‧應用伺服器 1‧‧‧Application Server

2‧‧‧通信信令匹配資料庫 2‧‧‧Communication Signaling Matching Database

3‧‧‧網路 3‧‧‧Network

4‧‧‧電腦 4‧‧‧ computer

11‧‧‧通信信令控制模組 11‧‧‧Communication Signaling Control Module

12‧‧‧通信引擎發送端 12‧‧‧Communication engine sender

41‧‧‧通信引擎接收端 41‧‧‧Communication engine receiver

42‧‧‧信令包解析器 42‧‧‧Signal Packet Parser

43‧‧‧信令處理單元 43‧‧‧Signal Processing Unit

111‧‧‧命令接收子模組 111‧‧‧Command receiving submodule

113‧‧‧信令匹配子模組 113‧‧‧Signal Matching Submodule

115‧‧‧命令編碼子模組 115‧‧‧Command Coding Sub-module

圖1係本發明通信信令控制系統較佳實施方式的硬體架構圖。 1 is a hardware architecture diagram of a preferred embodiment of a communication signaling control system of the present invention.

圖2係本發明通信信令控制模組的子功能模組圖。 2 is a diagram of a sub-function module of the communication signaling control module of the present invention.

圖3係本發明通信信令發送方法較佳實施方式的具體實施流程圖。 FIG. 3 is a flowchart of a specific implementation of a preferred embodiment of a method for transmitting a communication signaling according to the present invention.

圖4係本發明通信信令處理方法較佳實施方式的具體實施流程圖。 FIG. 4 is a flowchart of a specific implementation of a preferred embodiment of a communication signaling processing method according to the present invention.

如圖1所示,係本發明通信信令控制系統較佳實施方式的硬體架構圖。該系統包括一個應用伺服器1,一個與該應用伺服器1相連的通信信令匹配資料庫2,及多個透過網路3與該應用伺服器1進行通信連接的電腦4(以三個電腦為例)。該網路3可以是網際網路、企業內部網路或者是其他適用的網路。該通信信令匹配資料庫2用於存儲涉及通信信令包(包括信令識別包及信令載體包)長度設定的多維度資料,該多維度資料是多種不同種類資料(例如:操作物件、網路應用環境、網路帶寬、通信信令包長度)之間建立起來的一一對應的資料,當知道了操作物件就知道了網路應用環境及網路帶寬,進而就知道了要設定的通信信令包的長度。該通信信令匹配資料庫2還可以是裝置在該應用伺服器1中的適合的存儲設備。該應用伺服器1用於生成要發送出去的通信信令包,及發送生成的通信信令包給所述電腦4,該通信信令包對應特定的操作命令,該操作命令包括操作物件(需作出操作動作的電腦4)和操作內容。所述電腦4可以是任意適用的資料處理設備,其用於處理該應用伺服器1發送來的通信信令包所對應的操作命令。 As shown in FIG. 1, it is a hardware architecture diagram of a preferred embodiment of the communication signaling control system of the present invention. The system comprises an application server 1, a communication signaling matching database 2 connected to the application server 1, and a plurality of computers 4 connected to the application server 1 through the network 3 (with three computers) For example). The network 3 can be an internet, an intranet, or other suitable network. The communication signaling matching database 2 is configured to store multi-dimensional data related to the length setting of the communication signaling packet (including the signaling identification packet and the signaling carrier packet), and the multi-dimensional data is a plurality of different types of data (for example, an operation object, One-to-one correspondence between the network application environment, network bandwidth, and communication signaling packet length. When you know the operating object, you know the network application environment and network bandwidth, and then you know what to set. The length of the communication signaling packet. The communication signaling matching database 2 can also be a suitable storage device in the application server 1. The application server 1 is configured to generate a communication signaling packet to be sent out, and send the generated communication signaling packet to the computer 4, where the communication signaling packet corresponds to a specific operation command, and the operation command includes an operation object (required) The computer 4) and the operation content of the operation action. The computer 4 can be any suitable data processing device for processing an operation command corresponding to the communication signaling packet sent by the application server 1.

所述應用伺服器1包括:一個用於生成要發送出去的通信信令包的通信信令控制模組11,該通信信令包包括操作物件的信令識別包和操作內容的信令載體包;及一個與該通信信令控制模組11相連的通信引擎發送端12,其用於發送生成的通信信令包給所述電腦4。 The application server 1 comprises: a communication signaling control module 11 for generating a communication signaling packet to be sent, the communication signaling packet comprising a signaling identification packet for operating an object and a signaling carrier package for operating content And a communication engine transmitting end 12 connected to the communication signaling control module 11 for transmitting the generated communication signaling packet to the computer 4.

所述電腦4包括:一個用於接收傳送來的通信信令包的通信引擎接收端41; 一個用於對接收的通信信令包進行解析的信令包解析器42,其將通信信令包解析成所述的信令識別包和信令載體包;及一個信令處理單元43,用於根據信令識別包中資料確定本機是否是操作物件,及在確定本機是操作物件的情況下執行信令載體包中資料所對應的操作內容。該信令處理單元43透過比對信令識別包中資料與本機的識別碼是否一致,以確定本機是否是操作物件。 The computer 4 includes: a communication engine receiving end 41 for receiving the transmitted communication signaling packet; a signaling packet parser 42 for parsing the received communication signaling packet, which parses the communication signaling packet into the signaling identification packet and the signaling carrier packet; and a signaling processing unit 43 Determining whether the machine is an operation object according to the data in the signaling identification package, and performing the operation content corresponding to the data in the signaling carrier package if it is determined that the machine is an operation object. The signaling processing unit 43 determines whether the local device is an operating object by comparing whether the data in the packet matches the identification code of the local device.

如圖2所示,係通信信令控制模組的子功能模組圖。該通信信令控制模組11包括依次連接的命令接收子模組111,信令匹配子模組113及命令編碼子模組115。 As shown in FIG. 2, it is a sub-function module diagram of the communication signaling control module. The communication signaling control module 11 includes a command receiving sub-module 111, a signaling matching sub-module 113 and a command encoding sub-module 115 which are sequentially connected.

該命令接收子模組111,用於接收對操作物件的操作命令。該操作命令既可以是操作人員臨時輸入的操作命令,亦可以是定制在伺服器內部定時激發的操作命令。 The command receives the sub-module 111 for receiving an operation command for the operating object. The operation command may be an operation command temporarily input by an operator, or an operation command customized to be periodically activated within the server.

該信令匹配子模組113,用於根據操作命令中確定的操作物件,從該通信信令匹配資料庫2中確定要發送的通信信令包(包括信令識別包及信令載體包)的長度。例如:該通信信令包的長度是10個位元組,其中:信令識別包的長度可以是8個位元組,信令載體包的長度是2個位元組。信令識別包和信令載體包的不同位元組長度可以表示不同數目的表達內容,例如:信令載體包的每個位元組可以表示成26個英文字母中的一個,因此,2個位元組長度的信令載體包就可以表示676(26*26)個不同種類的操作內容。 The signaling matching sub-module 113 is configured to determine, according to the operation object determined in the operation command, the communication signaling packet (including the signaling identification packet and the signaling carrier packet) to be sent from the communication signaling matching database 2 length. For example, the length of the communication signaling packet is 10 bytes, wherein: the length of the signaling identification packet may be 8 bytes, and the length of the signaling carrier packet is 2 bytes. Different byte lengths of the signaling identification packet and the signaling carrier packet may represent different numbers of expressions, for example, each byte of the signaling carrier packet may be represented as one of 26 English letters, therefore, 2 The signaling carrier packet of the byte length can represent 676 (26*26) different kinds of operation contents.

該命令編碼子模組115·用於根據確定的信令識別包長度,對操作命令中的操作物件進行編碼以生成信令識別包;根據確定的信令載體包長度,對操作命令中的操作內容進行編碼以生成信令載體包;及將該信令識別包和信令載體包組合成通信信令包。 The command encoding submodule 115· is configured to encode the operating object in the operation command to generate a signaling identification packet according to the determined signaling length; and operate the operation command according to the determined signaling carrier packet length The content is encoded to generate a signaling bearer packet; and the signaling identification packet and the signaling bearer packet are combined into a communication signaling packet.

對運用該通信信令控制系統以提高網路系統的穩定性和利用率的步驟,進行如下闡述。 The steps for using the communication signaling control system to improve the stability and utilization of the network system are as follows.

首先,令命令接收子模組111接收對操作物件的操作命令。信令匹配子模組113確定要發送的通信信令包(包括信令識別包及信令載體包)的長度。 First, the command receiving sub-module 111 is caused to receive an operation command for the operating object. The signaling matching sub-module 113 determines the length of the communication signaling packet (including the signaling identification packet and the signaling carrier packet) to be transmitted.

接著,令命令編碼子模組115根據確定的信令識別包長度生成信令識別包,根據確定的信令載體包長度生成信令載體包,及將該信令識別包和信令載體包組合成通信信令包。通信引擎發送端12將組合的通信信令包發送給所述電腦4。 Then, the command encoding sub-module 115 generates a signaling identification packet according to the determined signaling identification packet length, generates a signaling carrier packet according to the determined signaling carrier packet length, and combines the signaling identification packet and the signaling carrier packet. Into a communication signaling package. The communication engine sender 12 transmits the combined communication signaling packet to the computer 4.

之後,令通信引擎接收端41接收傳送來的通信信令包。信令包解析器42將接收的通信信令包解析成所述的信令識別包和信令載體包。信令處理單元43根據信令識別包中資料確定本機是否是操作物件,及在確定本機是操作物件的情況下執行信令載體包中資料所對應的操作內容。 Thereafter, the communication engine receiving end 41 is caused to receive the transmitted communication signaling packet. The signaling packet parser 42 parses the received communication signaling packet into the signaling identification packet and the signaling carrier packet. The signaling processing unit 43 determines whether the local device is an operating object based on the data in the signaling identification packet, and performs the operation content corresponding to the data in the signaling carrier packet if it is determined that the local device is an operating object.

如圖3所示,係本發明通信信令發送方法較佳實施方式的具體實施流程圖。首先,命令接收子模組111接收對操作物件的操作命令,該操作命令包括操作物件和操作內容(步驟S21)。信令匹配子模組113根據操作命令中確定的操作物件,從該通信信令匹配資料庫2中確定要發送的通信信令包(包括信令識別包及信令載體包)的長度(步驟S23)。命令編碼子模組115根據確定的信令識別包長度,對操作命令中的操作物件進行編碼以生成信令識別包;根據確定的信令載體包長度,對操作命令中的操作內容進行編碼以生成信令載體包;及將該信令識別包和信令載體包組合成通信信令包(步驟S25)。通信引擎發送端12發送組合成的通信信令包給所述電腦4(步驟S27)。 FIG. 3 is a flowchart of a specific implementation of a preferred embodiment of a method for transmitting a communication signaling according to the present invention. First, the command receiving sub-module 111 receives an operation command for an operation object, the operation command including an operation object and an operation content (step S21). The signaling matching sub-module 113 determines the length of the communication signaling packet (including the signaling identification packet and the signaling carrier packet) to be sent from the communication signaling matching database 2 according to the operation object determined in the operation command (step S23). The command encoding sub-module 115 encodes the operating object in the operation command according to the determined signaling length to generate a signaling identification packet, and encodes the operation content in the operation command according to the determined signaling carrier packet length. Generating a signaling bearer packet; and combining the signaling identification packet and the signaling bearer packet into a communication signaling packet (step S25). The communication engine transmitting terminal 12 transmits the combined communication signaling packet to the computer 4 (step S27).

如圖4所示,係本發明通信信令處理方法較佳實施方式的具體實施流程圖。 通信引擎接收端41接收傳送來的通信信令包(步驟S31)。信令包解析器42將接收的通信信令包解析成所述的信令識別包和信令載體包(步驟S33)。信令處理單元43根據信令識別包中資料確定本機是否是操作物件(步驟S35)。若本機是操作物件,則信令處理單元43執行信令載體包中資料所對應的操作內容(步驟S37)。 As shown in FIG. 4, it is a specific implementation flowchart of a preferred embodiment of the communication signaling processing method of the present invention. The communication engine receiving end 41 receives the transmitted communication signaling packet (step S31). The signaling packet parser 42 parses the received communication signaling packet into the signaling identification packet and the signaling carrier packet (step S33). The signaling processing unit 43 determines whether the local machine is an operation object based on the data in the signaling identification packet (step S35). If the local device is an operation object, the signaling processing unit 43 executes the operation content corresponding to the material in the signaling carrier packet (step S37).

在步驟S35中,若本機不是操作物件,則結束流程。 In step S35, if the machine is not an operation object, the flow is ended.

本發明雖以較佳實施例揭露如上,然其並非用以限定本發明。任何熟悉此項技藝者,在不脫離本發明之精神和範圍內,當可做更動與潤飾,因此本 發明之保護範圍當視後附之申請專利範圍所界定者為準。 The present invention has been described above in terms of preferred embodiments, and is not intended to limit the invention. Anyone skilled in the art can make changes and retouching without departing from the spirit and scope of the present invention. The scope of the invention is defined by the scope of the appended claims.

S21‧‧‧接收要發送的操作命令 S21‧‧‧ Receive the operation command to be sent

S23‧‧‧確定通信信令包中信令識別包和信令載體包的長度 S23‧‧‧Determining the length of the signalling identification packet and the signaling carrier packet in the communication signaling packet

S25‧‧‧對接收的操作命令進行編碼以生成要發送出去的通信信令包 S25‧‧‧ encode the received operational command to generate a communication signaling packet to be sent

S27‧‧‧向所有客戶端電腦發送生成的通信信令包 S27‧‧‧Send the generated communication signaling packet to all client computers

Claims (6)

一通信信令控制系統,包括應用伺服器及與該應用伺服器有通信連接的電腦,所述應用伺服器包括通信引擎發送端,其用於發送通信信令包給所述電腦,所述電腦用於處理該應用伺服器發送來的通信信令包所對應的操作命令,該系統還包括與該應用伺服器有通信連接的存儲設備,該存儲設備用於存儲涉及通信信令包長度的多維度資料,所述應用伺服器還包括與該通信引擎發送端和該存儲設備相連的通信信令控制模組,所述通信信令控制模組包括:命令接收子模組,用於接收以所述電腦為操作物件的操作命令;信令匹配子模組,用於根據操作命令中確定的操作物件,從該存儲設備中確定要發送的通信信令包中信令識別包及信令載體包的長度,信令識別包和信令載體包的不同長度表示不同數目的表達內容;及命令編碼子模組,用於根據確定的信令識別包長度,對操作命令中的操作物件進行編碼以生成信令識別包;根據確定的信令載體包長度,對操作命令中的操作內容進行編碼以生成信令載體包;及將該信令識別包和信令載體包組合成通信信令包。 a communication signaling control system comprising an application server and a computer having a communication connection with the application server, the application server comprising a communication engine transmitting end for transmitting a communication signaling packet to the computer, the computer And an operation command corresponding to the communication signaling packet sent by the application server, the system further comprising a storage device in communication connection with the application server, where the storage device is configured to store a plurality of communication signaling packet lengths The dimension information, the application server further includes a communication signaling control module connected to the communication engine sending end and the storage device, where the communication signaling control module comprises: a command receiving sub-module, configured to receive The computer is an operation command for operating the object; the signaling matching sub-module is configured to determine, according to the operation object determined in the operation command, the signaling identification packet and the signaling carrier package in the communication signaling packet to be sent from the storage device. The length, the different lengths of the signaling identification packet and the signaling carrier packet represent different numbers of expressions; and the command encoding sub-module for identifying according to the determined signaling Length, encoding an operation object in the operation command to generate a signaling identification packet; encoding an operation content in the operation command to generate a signaling carrier packet according to the determined signaling carrier packet length; and identifying the signaling packet And the signaling carrier packet is combined into a communication signaling packet. 如申請專利範圍第1項所述的通信信令控制系統,其中該操作命令包括操作物件和操作內容。 The communication signaling control system of claim 1, wherein the operation command comprises an operation object and an operation content. 如申請專利範圍第1項所述的通信信令控制系統,其中該多維度資料是操作物件、網路應用環境、網路帶寬、通信信令包長度之間建立起來的一一對應的資料。 The communication signaling control system according to claim 1, wherein the multi-dimensional data is a one-to-one correspondence established between an operating object, a network application environment, a network bandwidth, and a communication signaling packet length. 一種通信信令控制方法,該方法包括如下步驟:應用伺服器接收對操作物件的操作命令; 根據接收的操作命令中確定的操作物件,確定要發送的通信信令包中信令識別包及信令載體包的長度,信令識別包和信令載體包的不同長度表示不同數目的表達內容;根據確定的信令識別包長度,對操作命令中的操作物件進行編碼以生成信令識別包;根據確定的信令載體包長度,對操作命令中的操作內容進行編碼以生成信令載體包;將該信令識別包和信令載體包組合成通信信令包;及發送該通信信令包至與該應用伺服器有通信連接的電腦進行處理。 A communication signaling control method, the method comprising the steps of: an application server receiving an operation command for an operation object; Determining, according to the operation object determined in the received operation command, the length of the signaling identification packet and the signaling carrier packet in the communication signaling packet to be sent, and different lengths of the signaling identification packet and the signaling carrier packet indicate different numbers of expression contents And encoding the operation object in the operation command to generate a signaling identification packet according to the determined signaling packet length; encoding the operation content in the operation command to generate the signaling carrier packet according to the determined signaling carrier packet length And combining the signaling identification packet and the signaling carrier packet into a communication signaling packet; and transmitting the communication signaling packet to a computer having a communication connection with the application server for processing. 如申請專利範圍第4項所述的通信信令控制方法,其中該電腦處理的步驟包括:將接收的通信信令包解析成所述的信令識別包和信令載體包;根據信令識別包中的資料確定本機是否是操作物件;及在確定本機是操作物件的情況下執行信令載體包中的資料所對應的操作內容。 The communication signaling control method according to claim 4, wherein the computer processing step comprises: parsing the received communication signaling packet into the signaling identification packet and the signaling carrier packet; and identifying according to signaling The data in the package determines whether the machine is an operating object; and performs the operation content corresponding to the data in the signaling carrier package in the case where it is determined that the machine is an operating object. 如申請專利範圍第4項所述的通信信令控制方法,其中該操作命令包括操作物件和操作內容。 The communication signaling control method according to claim 4, wherein the operation command includes an operation object and an operation content.
TW95143821A 2006-11-27 2006-11-27 System and method for managing communication instructions TWI392271B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW95143821A TWI392271B (en) 2006-11-27 2006-11-27 System and method for managing communication instructions

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW95143821A TWI392271B (en) 2006-11-27 2006-11-27 System and method for managing communication instructions

Publications (2)

Publication Number Publication Date
TW200824352A TW200824352A (en) 2008-06-01
TWI392271B true TWI392271B (en) 2013-04-01

Family

ID=44771474

Family Applications (1)

Application Number Title Priority Date Filing Date
TW95143821A TWI392271B (en) 2006-11-27 2006-11-27 System and method for managing communication instructions

Country Status (1)

Country Link
TW (1) TWI392271B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW280887B (en) * 1995-06-21 1996-07-11 Sanyo Electric Machinery Co Ltd Method and device for communication
TW435010B (en) * 1998-09-16 2001-05-16 Sony Computer Entertainment Inc System for and method of processing data, and entertainment system
US7012893B2 (en) * 2001-06-12 2006-03-14 Smartpackets, Inc. Adaptive control of data packet size in networks

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW280887B (en) * 1995-06-21 1996-07-11 Sanyo Electric Machinery Co Ltd Method and device for communication
TW435010B (en) * 1998-09-16 2001-05-16 Sony Computer Entertainment Inc System for and method of processing data, and entertainment system
US7012893B2 (en) * 2001-06-12 2006-03-14 Smartpackets, Inc. Adaptive control of data packet size in networks

Also Published As

Publication number Publication date
TW200824352A (en) 2008-06-01

Similar Documents

Publication Publication Date Title
CN111083161A (en) Data transmission processing method and device and Internet of things equipment
KR101120796B1 (en) Session description message extensions
CN106657149B (en) Communication protocol conversion method and device
KR101122143B1 (en) Signaling buffer parameters indicative of receiver buffer architecture
CN101409675A (en) Network packet payload compression
CN109756536A (en) A kind of method, apparatus and system of data transmission
WO2010081328A1 (en) Data transmission method, transmission system and data transmitter
KR101438005B1 (en) Method for the real-time transmission/reception of data in packets between a server and a client terminal, corresponding server and terminal
CN105052040A (en) System and method for multi-stream compression and decompression
CN101197824A (en) Method and system for confirming compression algorithm
US20040059834A1 (en) Efficient exchange of text based protocol language information
US6023478A (en) Method and apparatus for communicating data byte streams
CN106569789B (en) Task submission method and device
CN101854224A (en) Error correcting coding method, device and system, and forwarding control method and device
CN108460044B (en) Data processing method and device
CN105635160B (en) A kind of design method of changeable data network communications
TWI392271B (en) System and method for managing communication instructions
CN113220481A (en) Request processing and feedback method and device, computer equipment and readable storage medium
CN101911613A (en) Network card and information processor
EP3163838A1 (en) Header compression for ccn messages using dictionary learning
CN107040377A (en) A kind of method for storing cipher key based on quantum secret communication
WO2014029081A1 (en) Compression method and apparatus
TW201436533A (en) System and method of transmitting data stream
CN106878054B (en) Service processing method and device
WO2021036189A1 (en) Rdma data sending and receiving methods, electronic device and readable storage medium

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees