JPH04246749A - Information transmission system utilizing function - Google Patents

Information transmission system utilizing function

Info

Publication number
JPH04246749A
JPH04246749A JP3032143A JP3214391A JPH04246749A JP H04246749 A JPH04246749 A JP H04246749A JP 3032143 A JP3032143 A JP 3032143A JP 3214391 A JP3214391 A JP 3214391A JP H04246749 A JPH04246749 A JP H04246749A
Authority
JP
Japan
Prior art keywords
information
data
transmission
function
information transmission
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
JP3032143A
Other languages
Japanese (ja)
Inventor
Kenichi Mikami
三上 憲一
Takahiro Aoki
孝浩 青木
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.)
NEC Corp
NEC Aerospace Systems Ltd
Original Assignee
NEC Corp
NEC Aerospace Systems 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 NEC Corp, NEC Aerospace Systems Ltd filed Critical NEC Corp
Priority to JP3032143A priority Critical patent/JPH04246749A/en
Publication of JPH04246749A publication Critical patent/JPH04246749A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To execute the transmission by the same interface irrespective of the contents of data and the data length, at the time of transmitting the information between different computers. CONSTITUTION:This system is constituted so that fixed length data 3 and variable length data 4 can be transmitted by small coding by connecting an information transmission side computer 1 having an information transmission part 7 of a function to a character-string consisting of a function which can specify transmission information and its argument, and an information receiving side computer 2 having an information receiving part 8 containing an interpreter which can analyze the specifiable function and its argument by a network line 9.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はコンピュータ間で情報伝
送を行うための方式に関し、特にコンピュータ間のイン
ターフェースにおける伝送方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for transmitting information between computers, and more particularly to a method for transmitting information at an interface between computers.

【0002】0002

【従来の技術】従来、コンピュータ間での情報伝送手段
においては、情報伝送側コンピュータでは伝送情報の詳
細な内容である情報のデータ長、フィールド指定及び情
報のフォーマットをハード的イメージで予めコーディン
グしている。又、情報受信側コンピュータでも上記と同
様のコーディングを予め行っている。図1は伝送側コン
ピュータより受信側コンピュータのデータベースへ伝送
するための一例を示す構成図である。同図において、1
は伝送側コンピュータ、2は受信側コンピュータである
。伝送側コンピュータ1には、伝送する固定長データテ
ーブル3と、可変長データテーブル4が有り、かつ情報
伝送部7が設けられている。又、受信側コンピュータ2
には、第1データベース5と、第2データベース6が有
り、かつ情報受信部8が設けられている。そして、前記
情報伝送部7と情報受信部8がネットワーク回線9で接
続されている。
2. Description of the Related Art Conventionally, in information transmission means between computers, the data length, field designation, and format of the information, which are the detailed contents of the information to be transmitted, are coded in advance in a hard image on the information transmission side computer. There is. Also, the information receiving computer performs the same coding as above in advance. FIG. 1 is a block diagram showing an example of data transmission from a transmitting computer to a database of a receiving computer. In the same figure, 1
is a transmitting computer, and 2 is a receiving computer. The transmission side computer 1 has a fixed length data table 3 and a variable length data table 4 to be transmitted, and is also provided with an information transmission section 7. Also, the receiving computer 2
has a first database 5 and a second database 6, and is provided with an information receiving section 8. The information transmitting section 7 and the information receiving section 8 are connected via a network line 9.

【0003】この構成においては、図3に示すように、
固定長データテーブル3、可変長データテーブル4の各
データが情報伝送部7でコーディングされ、ネットワー
ク回線9を通じて受信側コンピュータ2に伝送され、情
報受信部8でコーディングされて第1及び第2の各デー
タベース5,6に蓄積される。このとき、情報伝送部7
及び情報受信部8のコーディングに際しては、固定長デ
ータテーブル3と可変長データテーブル4は夫々同図に
示すデータ構造体のフォーマットが要求される。
In this configuration, as shown in FIG.
Each data of the fixed length data table 3 and the variable length data table 4 is coded by the information transmission section 7, transmitted to the receiving side computer 2 through the network line 9, coded by the information receiving section 8, and transmitted to each of the first and second data tables. The information is stored in databases 5 and 6. At this time, the information transmission section 7
When coding the information receiving section 8, the fixed-length data table 3 and the variable-length data table 4 are required to have the data structure format shown in the figure.

【0004】0004

【発明が解決しようとする課題】このような従来の伝送
方式においては、固定長データテーブル3は情報のデー
タ長が固定であるため伝送可能なテーブルであるが、可
変長データテーブル4は情報のデータ長が不定であるた
め、そのデータ長にしたがって情報伝送部7及び情報受
信部8を再コンパイルする必要があり、その伝送が著し
く困難になるという問題がある。又、特定のフォーマッ
トはメモリ構成の違いから異機種間でのデータの伝送を
困難にし、それを可能にするために機種にそれぞれ独特
な処理を必要としていた。更に、固定フォーマットがメ
モリイメージによる場合には、ハードコーディングによ
るフォーマットの定義が必要となり、インターフェース
の変更,追加がある度にプログラムの再コンパイルが必
要となっていた。本発明の目的は異機種間での伝送を可
能とし、かつデータの内容及びデータ長にかかわらず同
一のインターフェースにより伝送を可能とする情報伝送
方式を提供することにある。
[Problems to be Solved by the Invention] In such conventional transmission systems, the fixed length data table 3 is a table that can be transmitted because the data length of the information is fixed, but the variable length data table 4 is a table that can be transmitted because the data length of the information is fixed. Since the data length is undefined, it is necessary to recompile the information transmitter 7 and the information receiver 8 according to the data length, which poses a problem in that the transmission becomes extremely difficult. Additionally, certain formats make it difficult to transmit data between different models due to differences in memory configuration, and each model requires unique processing to make this possible. Furthermore, when the fixed format is based on a memory image, it is necessary to define the format by hard coding, and it is necessary to recompile the program every time an interface is changed or added. SUMMARY OF THE INVENTION An object of the present invention is to provide an information transmission method that enables transmission between different types of devices and allows transmission using the same interface regardless of data content and data length.

【0005】[0005]

【課題を解決するための手段】本発明の情報伝送方式は
、伝送情報を特定しうる関数及びその引数によりなるキ
ャラクタ列へ変換する機能を有する情報伝送側コンピュ
ータと、特定しうる関数及びその引数を解析可能なイン
タプリタを有する情報受信側コンピュータとで構成して
いる。
[Means for Solving the Problems] The information transmission system of the present invention includes an information transmission side computer having a function of converting transmission information into a character string consisting of an identifiable function and its arguments, and It consists of an information receiving computer with an interpreter that can analyze the information.

【0006】[0006]

【作用】本発明によれば、伝送側では特定しうる関数及
びその引数に変換した上で伝送し、これを受信側で解析
することで、情報伝送部及び情報受信部におけるコーデ
ィングを著しく減少させる。
[Operation] According to the present invention, the transmitting side converts it into a specifiable function and its arguments before transmitting it, and the receiving side analyzes this, thereby significantly reducing coding in the information transmitting section and the information receiving section. .

【0007】[0007]

【実施例】次に、本発明について図面を参照して説明す
る。図1に示した情報伝送側コンピュータ1の情報伝送
部7に伝送情報を特定の関数とその引数に変換する機能
を設け、情報受信側コンピュータ2の情報受信部8に特
定の関数とその引数を解析可能なインタプリタを設ける
。そして、これら情報伝送部7と情報受信部8をネット
ワーク回線9で接続し、情報伝送側コンピュータ1より
情報受信側コンピュータ2へ固定長データテーブル3と
可変長データテーブル4を伝送する。このとき、伝送情
報を特定の関数と可変長な引数に変換して伝送すること
により、情報のデータ長及びフィールド指定による情報
伝送部7及び情報受信部8の再コーディングを著しく減
少させる。又、情報伝送部7においては、特定の関数と
可変長な引数をキャラクタストリング列により表現され
たインターフェースメッセージで作成し、これを1パケ
ットとして伝送する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings. The information transmitting section 7 of the information transmitting computer 1 shown in FIG. Provide an interpreter that can analyze. The information transmitting section 7 and the information receiving section 8 are connected through a network line 9, and the fixed length data table 3 and variable length data table 4 are transmitted from the information transmitting computer 1 to the information receiving computer 2. At this time, by converting the transmission information into a specific function and a variable length argument before transmission, recoding by the information transmission section 7 and the information reception section 8 due to the data length and field specification of the information is significantly reduced. Further, the information transmitting section 7 creates an interface message expressing a specific function and variable length arguments as a character string string, and transmits this as one packet.

【0008】図2は前記データ伝送を伝送する時のフォ
ーマットである。図2のデータを解析するためのキー情
報11を除いて、フィールド12及びバリュー13は可
変長データであるので、図3に示した従来のようなデー
タ構造体を持つ必要がなくなる。
FIG. 2 shows a format for transmitting the data. Except for the key information 11 for analyzing the data in FIG. 2, the field 12 and value 13 are variable length data, so there is no need to have the conventional data structure shown in FIG.

【0009】[0009]

【発明の効果】以上説明したように本発明は、伝送情報
の内容を解析するために必要とされるデータ構造体を固
定的に持つことなく伝送されたデータを関数とその引数
として解析するインタプリタにより解析するので、異機
種のコンピュータへの移植が容易であり、又、異なるデ
ータにおいても同一処理を施す場合においては伝送され
るデータの内容及びデータ長にかかわらず同一のインタ
ーフェースにより伝送データを解析することが可能とな
る。
[Effects of the Invention] As explained above, the present invention provides an interpreter that analyzes transmitted data as a function and its arguments without having a fixed data structure required for analyzing the contents of transmitted information. Since the data is analyzed using the same interface, porting to different types of computers is easy, and when performing the same processing on different types of data, the transmitted data can be analyzed using the same interface regardless of the content and data length of the transmitted data. It becomes possible to do so.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明が適用される伝送方式の構成図である。FIG. 1 is a configuration diagram of a transmission method to which the present invention is applied.

【図2】本発明の伝送方式におけるフォーマット図であ
る。
FIG. 2 is a format diagram in the transmission method of the present invention.

【図3】従来の伝送方式におけるフォーマット図である
FIG. 3 is a format diagram in a conventional transmission method.

【符号の説明】[Explanation of symbols]

1  伝送側コンピュータ 2  受信側コンピュータ 3  固定長データテーブル 4  可変長データテーブル 5  第1データベース 6  第2データベース 7  情報伝送部 8  情報受信部 9  ネットワーク回線 1 Transmission side computer 2 Receiving side computer 3 Fixed length data table 4. Variable length data table 5 First database 6 Second database 7 Information transmission section 8 Information receiving section 9 Network line

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  ネットワーク伝送及びプロセス間通信
での情報伝送方式において、伝送情報を特定しうる関数
及びその引数によりなるキャラクタ列へ変換する機能を
有する情報伝送側コンピュータと、特定しうる関数及び
その引数を解析可能なインタプリタを有する情報受信側
コンピュータとで構成したことを特徴とする関数を利用
した情報伝送方式。
Claim 1: In an information transmission system for network transmission and inter-process communication, an information transmission side computer has a function of converting transmitted information into a character string consisting of an identifiable function and its arguments, and 1. An information transmission method using a function, characterized in that it is configured with an information receiving computer having an interpreter capable of analyzing arguments.
JP3032143A 1991-01-31 1991-01-31 Information transmission system utilizing function Pending JPH04246749A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3032143A JPH04246749A (en) 1991-01-31 1991-01-31 Information transmission system utilizing function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3032143A JPH04246749A (en) 1991-01-31 1991-01-31 Information transmission system utilizing function

Publications (1)

Publication Number Publication Date
JPH04246749A true JPH04246749A (en) 1992-09-02

Family

ID=12350675

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3032143A Pending JPH04246749A (en) 1991-01-31 1991-01-31 Information transmission system utilizing function

Country Status (1)

Country Link
JP (1) JPH04246749A (en)

Similar Documents

Publication Publication Date Title
US5937421A (en) Methods, systems and computer program products for performing interactive applications in a client-server based dialog system
CN108337236A (en) A kind of gRPC call methods and device based on Protobuf and HTTP/1.1
KR20040014999A (en) Method and system for transforming an xml document to at least one xml document structured according to a subset of a set of xml grammar rules
US7251602B2 (en) Voice browser system
CN113518094A (en) Data processing method, device, robot and storage medium
JPH02140863A (en) Text transmission system for terminal side editor in distributed type editor
US5838971A (en) Process for implementing dynamic data types in distributed computing networks using an OSF/DCE platform
CN112883088A (en) Data processing method, device, equipment and storage medium
JPH04246749A (en) Information transmission system utilizing function
US7447787B2 (en) Protocol executing system and protocol PDU common data structure converting method for processing protocol PDUS
JP4221824B2 (en) Transmission / reception system and reception apparatus
KR100494845B1 (en) Apparatus for Coding Metadata based on eXtensible Markup Language(XML)
JPS62262164A (en) Virtual terminal controller
JPH03282657A (en) Conversion system for business document form
JPH05204726A (en) Data file conversion device
JP2833612B2 (en) Service primitive generation system
JPH05344174A (en) Code conversion protocol system due to application of code identification value
JPH01233551A (en) Document converter
CN117014529A (en) Universal analysis device and method for terminal equipment data
JPH07271696A (en) Analytic display method for protocol data
CN111416855A (en) Method and system for converting protocol data and object data
JPH0623961B2 (en) Data transfer method
JPH04299757A (en) Communication protocol analyzer
JPH07230404A (en) High-speed data access system of network connection system
KR900002595A (en) Software system for public network communication