JP2004104618A - Transmitting server, its control method, transmitter, its control method, program and recording medium - Google Patents
Transmitting server, its control method, transmitter, its control method, program and recording medium Download PDFInfo
- Publication number
- JP2004104618A JP2004104618A JP2002266044A JP2002266044A JP2004104618A JP 2004104618 A JP2004104618 A JP 2004104618A JP 2002266044 A JP2002266044 A JP 2002266044A JP 2002266044 A JP2002266044 A JP 2002266044A JP 2004104618 A JP2004104618 A JP 2004104618A
- Authority
- JP
- Japan
- Prior art keywords
- network address
- destination
- transmission
- message data
- source
- 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
Links
Images
Landscapes
- Telephonic Communication Services (AREA)
- Information Transfer Between Computers (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
【0001】
【発明の属する技術分野】
本発明は、サーバや携帯端末の間において文字等のデータ通信をする技術に関する。
【0002】
【従来の技術】
サーバを介して、携帯電話等の無線通信機器(以下、携帯端末)の間で文字データをやり取り(チャット)するためのシステムが提供されている(例えば、特許文献1参照)。
【0003】
【特許文献1】
特開2001−306719号公報(要約)
【0004】
【発明が解決しようとする課題】
以下、具体例を用いて、これまでのシステムの概要について説明する。
図4は、サービスサーバ93を介在させ、2つの携帯端末91,95の間において、文字データのやり取りをするためのシステムを想定し、このシステムの通信プロトコルスタック図を示したものである。携帯端末91,95にインストールされる専用アプリケーションは、本システムを利用して文字データのやり取りをするためのプログラムである。
【0005】
このような専用アプリケーションは、改変(バージョンアップ)されたり、全く新しいものが用意されていくが、従来においては、この専用アプリケーションの役割が膨大であったため、プログラム開発者の技術的負担が重くなり、ユーザへのプログラム提供が遅くなる問題があった。すなわち、専用アプリケーションは、データ送信を仲介するサービスサーバ93との間の通信路確立処理や、通信プロトコルの下層にあたるTCP/IP層の処理といった、通信プロトコルのあらゆる層の処理を行う役割が課されている。このため、携帯端末95のアプリケーションプログラム開発者は、通信プロトコルのあらゆる層の処理を考慮する必要があったのである。
【0006】
また近年では、携帯端末95の間において、文字データのやり取りを単に行うのではなく、対戦型ゲームなどの別個のアプリケーションを起動させた上で、文字データのやり取りを行うことも行われつつある。このようなアプリケーションを開発する上でも、上述したように、通信プロトコルのあらゆる層の処理を考慮する必要があるから、プログラム開発者における技術的負担が問題となっていた。
【0007】
本発明は以上の点を考慮してなされたものであり、文字データのやり取りに係るアプリケーションの開発に際しての技術的負担を軽減することを可能とする、送信サーバ、その制御方法、送信装置、その制御方法、プログラムおよび記録媒体を提供することを目的とする。
【0008】
【課題を解決するための手段】
上記課題を解決するため、本発明に係る送信サーバの構成は、送信元装置から送信先装置に送信すべきメッセージデータおよび前記送信先装置の電話番号データが入力されると、前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスをそれぞれ取得するネットワークアドレス取得部と、前記送信先ネットワークアドレスを用いて前記送信先装置に対しネットワークを介して前記メッセージデータを送信する送信部と、前記メッセージデータを送信後、前記送信先装置から前記送信元装置が前記メッセージデータに対応する返信データを受信すべく、前記送信元ネットワークアドレスを所定時間保持する保持部とを有することを特徴とする。
【0009】
かかる送信サーバの構成によれば、送信元装置からメッセージデータおよび送信先装置の電話番号データを入力すれば、送信元装置および送信先装置のそれぞれのネットワークアドレスが取得されるとともに、実際に送信先装置にメッセージデータの送信処理が行われる。また、取得したネットワークアドレスは、所定時間保持される。
すなわち、ネットワークアドレスの取得や管理といった通信プロトコルの下位層に係る煩雑な処理は、送信サーバに備えられる送信部、保持部によって行われるから、送信サーバのアプリケーションプログラムを構築するに際して、通信プロトコルの下位層を意識することなく行うことができ、技術的負担が軽減される。
【0010】
本発明に係る送信装置の構成は、外部サーバを介して送信先装置に送信すべきメッセージデータおよび前記送信先装置の電話番号データを入力する入力手段と、前記外部サーバに対して前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスをそれぞれ取得するよう要請するネットワークアドレス取得要請部と、前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを付した前記メッセージデータを前記外部サーバに対しネットワークを介して送信する送信部と、前記メッセージデータを送信後、前記送信先装置から前記メッセージデータに対応する返信データを前記サーバを介して受信すべく、前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを所定時間保持する保持部とを有することを特徴とする。
【0011】
かかる送信装置の構成によれば、メッセージデータおよび送信先装置の電話番号データを入力すれば、メッセージの送信元装置および送信先装置のそれぞれのネットワークアドレスが取得されるとともに、実際に送信先装置にメッセージデータの送信処理が行われる。また、取得したネットワークアドレスは、所定時間保持される。
すなわち、ネットワークアドレスの取得や管理といった通信プロトコルの下位層に係る煩雑な処理は、送信サーバに備えられるネットワークアドレス取得要請部、送信部および保持部によって行われるから、送信装置のアプリケーションプログラムを構築するにあたっては、通信プロトコルの下位層を意識することなく行うことができ、技術的負担が軽減される。
【0012】
ここで、上述した送信サーバまたは送信装置の実現方法は任意である。ハードウェアを構成することにより実現してもよいし、コンピュータによってソフトウェア的に実現してもよい。
ソフトウェア的に実現する場合は、上述した送信サーバまたは送信装置を実現するためのプログラムを作成することになるが、このプログラムをユーザに指定提供する形態も任意である。たとえば、コンピュータ読み取り可能な記録媒体(フロッピーディスクやCD−ROMなど)に記録しておき、記録媒体としてユーザに提供するようにしてもよいし、あるいは、プログラムをインターネット等のネットワークを通じて配信(いわゆるネット配信)することによりユーザに提供するようにしてもよい。
【0013】
【発明の実施の形態】
A:実施形態の説明
(構成)
図1は、本発明を適用したメッセージングシステム100の構成図である。メッセージングシステム100は、サービスサーバ2と、ルータ3−1、3−2と、携帯端末6−1、6−2とを備えている。
サービスサーバ2およびルータ3はLAN7を介して接続される。ルータ3−1と携帯端末6−1とは、専用線8−1およびパケット網9−1を介して接続される。また、ルータ3−2と携帯端末6−2とは、専用線8−2およびパケット網9−2を介して接続される。図1に示したよりも多くの携帯端末6を備えていてもよい。なお、以下の説明において、特に区別する必要がないときは、ルータ3、携帯端末6、専用線8、パケット網9というように記載する。
【0014】
サービスサーバ2は、例えばPC(Personal Computer)である。サービスサーバ2には、本システム100において必要なアプリケーションプログラム(サービスサーバプログラム2a)が予めインストールされている。
サービスサーバプログラム2aは、本システム100における通信プロトコルの下位層に係る制御(IPアドレスの割り当て、管理など)をするためのプログラムである。
【0015】
ルータ3は、LAN7やパケット網9を介した文字データ等の通信を実行する。ルータ3は、パケット網9を介した通信(パケット通信)を行うに際し、パケット網9の内のより詳細なルートを選択する。この機能により、迅速なパケット通信が行われる。
【0016】
携帯端末6は、例えば携帯電話やPDA(Personal Digital Assistants)である。携帯端末6には、本システム100において必要なアプリケーションプログラム(携帯アプリケーション6aおよびミドルウェア6b)が予めインストールされている。このうち、携帯アプリケーション6aは、通信プロトコルの上位層であるアプリケーション層を制御するプログラムであり、ミドルウェア6bは、通信プロトコルの上位層および下位層に係る制御をするためのプログラムである。
【0017】
(動作)
図2は、本システム100において、携帯端末6−1から携帯端末6−2に対し、文字データを送信する際のシーケンスチャートである。携帯端末6−1から携帯端末6−2に対し、文字データの送信をする場合、はじめに携帯端末6−1とサービスサーバ2との間の通信路が確立され、つぎにサービスサーバ2と携帯端末6−2との間の通信路が確立される。その後、実際のデータ通信が実行される。以下、それぞれの通信路確立やデータ通信の過程について説明する。
【0018】
(1)携帯端末6−1とサービスサーバ2の間のデータ通信
携帯端末6−1は、文字データ(メッセージデータ)および送信先装置である携帯端末6−2の電話番号(メールアドレスでもよい)の情報をサービスサーバ2に出力する。
より詳細に説明すると、携帯端末6−1は、携帯アプリケーション6aを用いて、文字データおよび電話番号のデータをミドルウェア6bに引き渡すための処理をする。次いで、ミドルウェア6bを用いて、サービスサーバ2に対する発呼処理をし(ステップSa1)、サービスサーバ2との間で通信路を確立する(ステップSa2)。そして、文字データおよび電話番号のデータをサービスサーバ2に出力していく(ステップSa3)。
【0019】
このように、携帯アプリケーション6aの役割は、文字データおよび電話番号のデータをミドルウェア6bに引き渡すだけであり、すなわち、業務アプリケーション6aは通信プロトコルの上位層にあたる処理だけをすれば足りるのである。サービスサーバ2に対する出力処理といった、通信プロトコルのより下位層にあたる処理は、ミドルウェア6bの役割である。
【0020】
ミドルウェア6bは、サービスサーバ2に文字データおよび電話番号のデータをパケットデータに分割し、各々のパケットデータのヘッダ部分にサービスサーバ2のIPアドレスを付したものを順次パケット網9−1に出力していく。
一方、ルータ3−1は、サービスサーバ2のIPアドレスが付加されたパケットデータをパケット網9−1を介して受け取り、これをサービスサーバ2に出力する。そして、サービスサーバ2はサービスサーバプログラム2aを用いて、パケットデータを受け取る。
【0021】
(2)サービスサーバ2と携帯端末6−2の間のデータ通信
携帯端末6−1から文字データおよび電話番号のデータに対応するパケットデータを受け取ると、サービスサーバ2は、このパケットデータを携帯端末6−2に送信するための処理をする。
より具体的に処理内容を説明すると、サービスサーバ2は、まず、携帯端末6−2に対する発呼処理を行い、携帯端末6−2との間でダイアルアップ接続をする(ステップSa4)。
【0022】
次いで、サービスサーバ2は、サービスサーバプログラム2a、ダイアルアップ接続した携帯端末6−bに対するIPアドレスを取得し、携帯端末6−bとの間での通信路を確立させる(ステップSa5)。
その後、サービスサーバ2は、文字データを複数のパケットデータに分割するとともに、各々のパケットデータのヘッダ部分に取得したIPアドレスを付したものを、ルータ3−2に順次出力していく(ステップSa6)。
ルータ3−2は、サービスサーバ2から出力されるパケットデータを受け取ると、当該パケットデータについて、パケット網9における具体的な通信路を決定する(IPルーティング)。そして、パケットデータを順次パケット網9−2に出力させていく。
【0023】
一方、携帯端末6−2は、自己に割当てられたIPアドレスが付されたパケットをパケット網9−2を介して受信する。そして、携帯端末6−2は、受信したパケットデータをモニタ表示させるためのデータに変換し、モニタ(図示せず)に表示させる。かかる表示内容により、携帯端末6のユーザは受信した文字データの内容を視認することができる。
以上説明した、携帯端末6−1から携帯端末6−2に対する文字データの送信処理は、携帯端末6−1から文字データが出力されると直ちに行われ、ほぼリアルタイムに、文字データの内容を携帯端末6−2のモニタに表示させることができる。
【0024】
ここで、サービスサーバ2は、携帯端末6−1や携帯端末6−2に対して割り当てたIPアドレスの情報を予め決められる一定期間(例えば10分)保持するように制御する。この場合、サービスサーバ2は、自身のメモリ(図示せず)に、携帯端末6−1,6−2を特定する情報(電話番号等)とIPアドレスとを対応付けて格納しておけばよい。
【0025】
サービスサーバ2において、IPアドレスの情報が一定期間保持される間は、携帯端末6−1と携帯端末6−2との間でいったん確立された通信路が保持されることになる。この期間内に、携帯端末6−2から携帯端末6−1に文字データが送信(返信)される場合は、サービスサーバ2は、既に確立されている通信路を再利用することができ、当該返信データに係る通信処理を迅速に行うことができる。また、さらに、携帯端末6−1から携帯端末6−2に対して文字データの送信が行われる場合も同様である(図2:ステップSa7)。
すなわち、サービスサーバ2は、携帯端末6−1と携帯端末6−2の間における文字データの通信処理をするにあたっては、再度IPアドレスを取得したり、通信路を確立したりといった煩雑な処理をする必要がいらないのである。このようにして、携帯端末6−1と携帯端末6−2の間において、迅速(リアルタイム)に文字データ(メッセージ)のやり取りが実現される。
【0026】
以上がシステム100の動作の説明である。このように、メッセージングシステム100において、携帯端末6の携帯アプリケーション6aの役割は、送信する文字データおよび送信先装置となる携帯端末6の電話番号のデータをミドルウェア6bに引き渡すだけで足りる。
その後に行われる、サービスサーバ2との通信路接続処理といった通信プロトコルの下位層にあたる煩雑な処理は、携帯端末6内のミドルウェア6bによって行われる。さらに、その後に行われる、IPアドレスの取得といった通信プロトコルの下位層に係る煩雑な処理は、サービスサーバ2内のサービスサーバプログラム2aによって行われる。
【0027】
このため、携帯端末6の携帯アプリケーション6aの開発にあたっては、送信する文字データおよび送信先装置である携帯端末6の電話番号のデータをミドルウェア6bに引き渡す処理を考慮すれば足りる。本実施形態に係る携帯端末6のアプリケーションソフトウェアの開発者は、多大な技術的負担を強いられることなく、システム100の構築作業を迅速に進めていくことができるのである。
【0028】
図3は、本システム100における、通信プロトコルスタック図である。本システム100において、携帯端末6−1と携帯端末6−2との関係は、通信プロトコルの最上位層にあたるアプリケーション層で結びついたものになっている。通信プロトコルの下位層(TCP/IP層など)については、携帯端末6同士の関係においては、お互いに意識する必要がいらない。
【0029】
B:変形例
以上、本発明の実施形態についての説明を行ったが、本実施形態はあくまで一例であり、任意に変形を加えることができる。以下に変形例を示す。
たとえば、上記実施形態においては、携帯端末6の間において文字データの送受信を行うシステム100の例を示したが、本発明はこれに限定されず、例えば、携帯端末とサービスサーバ2との間で文字データの送受信を行うシステムに適用してもよい。
また、パケット通信以外の通信形態により文字データの送受信を行うシステムに本発明を適用してもよい。いずれにしても、本発明の利用により、通信プロトコルのあらゆる層を意識せずに、アプリケーションプログラムの開発をすることができる効果を奏し、システム開発の技術的負担は軽減される。
【0030】
さらにサービスサーバ2や携帯端末6に対し、本発明に係るプログラムのインストール方法は任意である。プログラムを記録したCD−ROM(Compact Disc− Read Only Memory)やIC(Integrated Circuit)カード等を用いてインストールするようにしてもよく、インターネット等のネットを介してネット配信によるインストールをしてもよい。
【0031】
【発明の効果】
以上説明したように、本発明によれば、文字データ等の送受信をするシステムにおける、アプリケーションの開発に際しての技術的負担を軽減することができ、ユーザにシステム提供を迅速にすることができる。
【図面の簡単な説明】
【図1】メッセージングシステム100の構成図である。
【図2】同システム100におけるシーケンスチャートである。
【図3】同システム100のプロトコルスタック図である。
【図4】従来システムのプロトコルスタック図である。
【符号の説明】
2……サービスサーバ、2a……サービスサーバプログラム、3……ルータ、6(6−1,6−2)……携帯端末、6a……携帯アプリケーション、6b……ミドルウェア、7……LAN(ローカルエリアネットワーク)、8(8−1,8−2)……専用線、9(9−1,9−2)……パケット網、
100……メッセージングシステム。[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a technology for performing data communication such as characters between a server and a portable terminal.
[0002]
[Prior art]
2. Description of the Related Art A system for exchanging (chatting) character data between wireless communication devices such as a mobile phone (hereinafter, a mobile terminal) via a server is provided (for example, see Patent Document 1).
[0003]
[Patent Document 1]
JP 2001-306719 A (abstract)
[0004]
[Problems to be solved by the invention]
Hereinafter, the outline of the system up to now will be described using a specific example.
FIG. 4 shows a communication protocol stack diagram of a system for exchanging character data between two portable terminals 91 and 95 with a service server 93 interposed. The dedicated application installed in the mobile terminals 91 and 95 is a program for exchanging character data using the present system.
[0005]
Such dedicated applications are modified (upgraded) or completely new ones are prepared. However, in the past, the role of this dedicated application was enormous, and the technical burden on program developers became heavy. However, there has been a problem that the program provision to the user is delayed. That is, the dedicated application has a role to perform processing of all layers of the communication protocol, such as processing for establishing a communication path with the service server 93 that mediates data transmission, and processing for the TCP / IP layer that is a lower layer of the communication protocol. ing. For this reason, the application program developer of the portable terminal 95 needs to consider the processing of all layers of the communication protocol.
[0006]
In recent years, character data has been exchanged between the portable terminals 95 after activating a separate application such as a competitive game, instead of merely exchanging character data. In developing such an application, as described above, it is necessary to consider the processing of all layers of the communication protocol, so that the technical burden on the program developer has been a problem.
[0007]
The present invention has been made in view of the above points, and enables a transmission server, a control method thereof, a transmission apparatus, and a transmission server capable of reducing a technical burden in developing an application related to exchange of character data. It is an object to provide a control method, a program, and a recording medium.
[0008]
[Means for Solving the Problems]
In order to solve the above problem, the configuration of the transmission server according to the present invention is such that when message data to be transmitted from a transmission source device to a destination device and telephone number data of the transmission destination device are input, the transmission source device A network address acquisition unit for acquiring a corresponding source network address and a destination network address corresponding to the destination device, respectively, and using the destination network address to send the message data to the destination device via a network. A transmitting unit that transmits, and a holding unit that holds the source network address for a predetermined time so that the source device receives reply data corresponding to the message data from the destination device after transmitting the message data. It is characterized by having.
[0009]
According to the configuration of the transmission server, if the message data and the telephone number data of the destination device are input from the source device, the respective network addresses of the source device and the destination device are obtained, and the network address of the destination device is actually obtained. The message data is transmitted to the device. The acquired network address is held for a predetermined time.
That is, complicated processing related to the lower layer of the communication protocol such as acquisition and management of a network address is performed by the transmission unit and the holding unit provided in the transmission server. It can be performed without being aware of the layers, and the technical burden is reduced.
[0010]
The transmission apparatus according to the present invention comprises: input means for inputting message data to be transmitted to a destination apparatus via an external server and telephone number data of the destination apparatus; And a network address acquisition requesting unit for requesting to acquire a source network address corresponding to the destination network address and a destination network address corresponding to the destination device, and the message data to which the source network address and the destination network address are attached A transmitting unit that transmits the message data to the external server via a network, and, after transmitting the message data, receiving the reply data corresponding to the message data from the destination device via the server. Address and the destination network And having a holding portion for holding an address given time.
[0011]
According to the configuration of the transmission device, if the message data and the telephone number data of the transmission destination device are input, the respective network addresses of the transmission source device and the transmission destination device of the message are obtained, and the network addresses are actually transmitted to the transmission destination device. Message data transmission processing is performed. The acquired network address is held for a predetermined time.
That is, complicated processing related to the lower layer of the communication protocol, such as acquisition and management of a network address, is performed by the network address acquisition request unit, the transmission unit, and the holding unit provided in the transmission server, so that an application program of the transmission device is constructed. In doing so, it can be performed without being conscious of the lower layer of the communication protocol, and the technical burden is reduced.
[0012]
Here, a method of implementing the above-described transmission server or transmission device is arbitrary. It may be realized by configuring hardware, or may be realized by software using a computer.
In the case of realizing by software, a program for realizing the transmission server or the transmission device described above is created, but a form in which this program is designated and provided to the user is also arbitrary. For example, the program may be recorded on a computer-readable recording medium (floppy disk, CD-ROM, etc.) and provided to the user as a recording medium, or the program may be distributed through a network such as the Internet (so-called Internet). (Distribution).
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
A: Description of Embodiment (Configuration)
FIG. 1 is a configuration diagram of a
The
[0014]
The
The
[0015]
The router 3 executes communication of character data and the like via the
[0016]
The mobile terminal 6 is, for example, a mobile phone or a PDA (Personal Digital Assistants). In the mobile terminal 6, application programs (mobile application 6a and
[0017]
(motion)
FIG. 2 is a sequence chart when character data is transmitted from the mobile terminal 6-1 to the mobile terminal 6-2 in the
[0018]
(1) Data communication between the mobile terminal 6-1 and the
More specifically, the mobile terminal 6-1 performs a process for delivering character data and telephone number data to the
[0019]
As described above, the role of the mobile application 6a is only to deliver character data and telephone number data to the
[0020]
The
On the other hand, the router 3-1 receives the packet data to which the IP address of the
[0021]
(2) Data communication between the
More specifically, the
[0022]
Next, the
After that, the
Upon receiving the packet data output from the
[0023]
On the other hand, the mobile terminal 6-2 receives the packet to which the IP address assigned to itself is assigned via the packet network 9-2. Then, the mobile terminal 6-2 converts the received packet data into data for display on a monitor, and displays the data on a monitor (not shown). With this display content, the user of the portable terminal 6 can visually recognize the content of the received character data.
The transmission process of the character data from the portable terminal 6-1 to the portable terminal 6-2 described above is performed immediately after the character data is output from the portable terminal 6-1. It can be displayed on the monitor of the terminal 6-2.
[0024]
Here, the
[0025]
In the
That is, when performing communication processing of character data between the mobile terminal 6-1 and the mobile terminal 6-2, the
[0026]
The above is the description of the operation of the
After that, complicated processing corresponding to a lower layer of the communication protocol such as a communication path connection processing with the
[0027]
Therefore, in developing the portable application 6a of the portable terminal 6, it is sufficient to consider a process of transferring the character data to be transmitted and the data of the telephone number of the portable terminal 6 which is the destination device to the
[0028]
FIG. 3 is a communication protocol stack diagram in the
[0029]
B: Modifications Although the embodiment of the invention has been described above, the embodiment is merely an example and can be arbitrarily modified. Hereinafter, modified examples will be described.
For example, in the above-described embodiment, an example of the
Further, the present invention may be applied to a system for transmitting and receiving character data by a communication mode other than packet communication. In any case, the use of the present invention has an effect that the application program can be developed without being conscious of all layers of the communication protocol, and the technical burden of system development is reduced.
[0030]
Furthermore, the method of installing the program according to the present invention in the
[0031]
【The invention's effect】
As described above, according to the present invention, in a system for transmitting and receiving character data and the like, the technical burden at the time of developing an application can be reduced, and the system can be promptly provided to the user.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of a
FIG. 2 is a sequence chart in the
FIG. 3 is a protocol stack diagram of the
FIG. 4 is a protocol stack diagram of a conventional system.
[Explanation of symbols]
2 ... Service server, 2a ... Service server program, 3 ... Router, 6 (6-1, 6-2) ... Portable terminal, 6a ... Portable application, 6b ... Middleware, 7 ... LAN (local) Area network), 8 (8-1, 8-2) ... dedicated line, 9 (9-1, 9-2) ... packet network,
100: Messaging system.
Claims (10)
前記送信先ネットワークアドレスを用いて前記送信先装置に対しネットワークを介して前記メッセージデータを送信する送信部と、
前記メッセージデータを送信後、前記送信先装置から前記送信元装置が前記メッセージデータに対応する返信データを受信すべく、前記送信元ネットワークアドレスを所定時間保持する保持部と
を有することを特徴とする送信サーバ。When message data to be transmitted to the destination device and telephone number data of the destination device are input from the source device, a source network address corresponding to the source device and a destination network corresponding to the destination device A network address acquisition unit for acquiring addresses,
A transmitting unit that transmits the message data to the destination device via a network using the destination network address,
And a holding unit for holding the transmission source network address for a predetermined time so that the transmission source device receives reply data corresponding to the message data from the transmission destination device after transmitting the message data. Outgoing server.
前記保持部は、前記送信元装置から前記送信先端末に対する新たなメッセージデータを受信すべく、前期送信先ネットワークアドレスを所定時間保持するものであることを特徴とする送信サーバ。The transmission server according to claim 1,
The transmission server, wherein the holding unit holds the destination network address for a predetermined time in order to receive new message data from the source device to the destination terminal.
前記送信元ネットワークアドレスまたは前記送信先ネットワークアドレスのいずれかまたは双方が予め特定アドレスとして確保されているものであることを特徴とする送信サーバ。In the transmission server according to any one of claims 1 and 2,
A transmission server, wherein one or both of the transmission source network address and the transmission destination network address are reserved as specific addresses in advance.
前記外部サーバに対して前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスをそれぞれ取得するよう要請するネットワークアドレス取得要請部と、
前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを付した前記メッセージデータを前記外部サーバに対しネットワークを介して送信する送信部と、
前記メッセージデータを送信後、前記送信先装置から前記メッセージデータに対応する返信データを前記サーバを介して受信すべく、前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを所定時間保持する保持部と
を有することを特徴とする送信装置。Input means for inputting message data to be transmitted to the destination device via the external server and telephone number data of the destination device,
A network address acquisition requesting unit that requests the external server to acquire a source network address corresponding to the source device and a destination network address corresponding to the destination device,
A transmission unit that transmits the message data with the transmission source network address and the transmission destination network address to the external server via a network;
And a holding unit for holding the transmission source network address and the transmission destination network address for a predetermined time so as to receive reply data corresponding to the message data from the transmission destination device via the server after transmitting the message data. A transmitting device comprising:
前記送信先ネットワークアドレスを用いて前記送信先装置に対しネットワークを介して前記メッセージデータを送信する送信過程と、
前記メッセージデータを送信後、前記送信先装置から前記送信元装置が前記メッセージデータに対応する返信データを受信すべく、前記送信元ネットワークアドレスを所定時間保持する保持過程と
を有することを特徴とする送信サーバの制御方法。When message data to be transmitted to the destination device and telephone number data of the destination device are input from the source device, a source network address corresponding to the source device and a destination network corresponding to the destination device A network address obtaining process for obtaining respective addresses,
Transmitting the message data to the destination device via the network using the destination network address;
Holding the source network address for a predetermined period of time after the message data is transmitted so that the source device receives reply data corresponding to the message data from the destination device. Transmission server control method.
前記外部サーバに対して前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスをそれぞれ取得するよう要請するネットワークアドレス取得要請過程と、
前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを付した前記メッセージデータを前記外部サーバに対しネットワークを介して送信する送信過程と、
前記メッセージデータを送信後、前記送信先装置から前記メッセージデータに対応する返信データを前記サーバを介して受信すべく、前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを所定時間保持する保持過程と
を有することを特徴とする送信装置の制御方法。An input step of inputting message data to be transmitted to a destination device via an external server and telephone number data of the destination device,
A network address acquisition requesting step of requesting the external server to acquire a source network address corresponding to the source device and a destination network address corresponding to the destination device, respectively;
Transmitting the message data with the source network address and the destination network address to the external server via a network;
Holding the source network address and the destination network address for a predetermined time after transmitting the message data, in order to receive reply data corresponding to the message data from the destination device via the server. A method for controlling a transmission device, comprising:
送信元装置からの送信先装置に送信すべきメッセージデータおよび前記送信先装置の電話番号データの入力に伴って、前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスを取得するネットワークアドレス取得手段と、
前記送信先ネットワークアドレスを用いて前記送信先装置に対しネットワークを介して前記メッセージデータを送信する送信手段と、
前記送信先装置から前記送信元装置が前記メッセージデータに対応する返信データを受信すべく、前記送信元ネットワークアドレスを所定時間保持する保持手段として機能させるためのプログラム。Computer
With the input of message data to be transmitted to the destination device from the source device and telephone number data of the destination device, a source network address corresponding to the source device and a destination corresponding to the destination device Network address obtaining means for obtaining a network address;
Sending means for sending the message data to the destination device via a network using the destination network address,
A program for functioning as holding means for holding the transmission source network address for a predetermined time so that the transmission source device receives reply data corresponding to the message data from the transmission destination device.
送信元装置からの送信先装置に送信すべきメッセージデータおよび前記送信先装置の電話番号データの入力に伴って、前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスを取得するネットワークアドレス取得手段と、
前記送信先ネットワークアドレスを用いて前記送信先装置に対しネットワークを介して前記メッセージデータを送信する送信手段と、
前記送信先装置から前記送信元装置が前記メッセージデータに対応する返信データを受信すべく、前記送信元ネットワークアドレスを所定時間保持する保持手段として機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。Computer
With the input of message data to be transmitted to the destination device from the source device and telephone number data of the destination device, a source network address corresponding to the source device and a destination corresponding to the destination device Network address obtaining means for obtaining a network address;
Sending means for sending the message data to the destination device via a network using the destination network address,
A computer-readable recording medium storing a program for functioning as a holding unit for holding the transmission source network address for a predetermined time so that the transmission source device receives reply data corresponding to the message data from the transmission destination device. .
外部サーバを介して送信先装置に送信すべきメッセージデータおよび前記送信先装置の電話番号データの入力に伴って、前記外部サーバに対して前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスをそれぞれ取得するよう要請するネットワークアドレス取得要請手段と、
前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを付した前記メッセージデータを前記外部サーバに対しネットワークを介して送信する送信手段と、
前記送信先装置から前記メッセージデータに対応する返信データを前記サーバを介して受信すべく、前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを所定時間保持する保持手段として機能させるためのプログラム。Computer
With the input of the message data to be transmitted to the destination device via the external server and the telephone number data of the destination device, the source network address and the destination of the source device corresponding to the external server are sent to the external server. Network address acquisition requesting means for requesting to acquire a destination network address corresponding to the device,
Transmitting means for transmitting the message data with the transmission source network address and the transmission destination network address to the external server via a network,
A program for functioning as holding means for holding the transmission source network address and the transmission destination network address for a predetermined time so as to receive reply data corresponding to the message data from the transmission destination device via the server.
外部サーバを介して送信先装置に送信すべきメッセージデータおよび前記送信先装置の電話番号データの入力に伴って、前記外部サーバに対して前記送信元装置に対応する送信元ネットワークアドレスおよび前記送信先装置に対応する送信先ネットワークアドレスをそれぞれ取得するよう要請するネットワークアドレス取得要請手段と、
前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを付した前記メッセージデータを前記外部サーバに対しネットワークを介して送信する送信手段と、
前記送信先装置から前記メッセージデータに対応する返信データを前記サーバを介して受信すべく、前記送信元ネットワークアドレスおよび前記送信先ネットワークアドレスを所定時間保持する保持手段として機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。Computer
With the input of the message data to be transmitted to the destination device via the external server and the telephone number data of the destination device, the source network address and the destination of the source device corresponding to the external server are sent to the external server. Network address acquisition requesting means for requesting to acquire a destination network address corresponding to the device,
Transmitting means for transmitting the message data with the transmission source network address and the transmission destination network address to the external server via a network,
In order to receive reply data corresponding to the message data from the destination device via the server, a program for functioning as holding means for holding the source network address and the destination network address for a predetermined time is recorded. Computer-readable recording medium.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002266044A JP2004104618A (en) | 2002-09-11 | 2002-09-11 | Transmitting server, its control method, transmitter, its control method, program and recording medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002266044A JP2004104618A (en) | 2002-09-11 | 2002-09-11 | Transmitting server, its control method, transmitter, its control method, program and recording medium |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2004104618A true JP2004104618A (en) | 2004-04-02 |
Family
ID=32265005
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002266044A Pending JP2004104618A (en) | 2002-09-11 | 2002-09-11 | Transmitting server, its control method, transmitter, its control method, program and recording medium |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2004104618A (en) |
-
2002
- 2002-09-11 JP JP2002266044A patent/JP2004104618A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6907240B2 (en) | Communications control system, communications control method, service control station, and communications control station | |
US7584510B2 (en) | Network service processing method and system | |
JP4809035B2 (en) | Method of sharing multimedia data file during wireless instant messaging and portable terminal supporting transmission / reception of multimedia data file | |
US20110145354A1 (en) | Data communication system and data communication method | |
CN106105158B (en) | For establishing the method and system of connection between searchers's device and destination apparatus | |
US20090124285A1 (en) | Gateway relaying communication between a radio intelligent terminal and a server | |
JP2000049901A (en) | Method of transmission for utilization status of communication tool, its server device, client terminal and program recording medium for them | |
JP2002108752A (en) | Network system, other-function using method of the system, and storage medium | |
KR20020028231A (en) | Method and apparatus for setting communication parameter in information terminal | |
JP6728745B2 (en) | Server and system | |
JP2004104618A (en) | Transmitting server, its control method, transmitter, its control method, program and recording medium | |
JP2003115795A (en) | Communication system, server for use therein, agent control method, agent control program | |
JP2007028572A (en) | Wireless local area network (wlan) value added service system and method for providing added value service through wireless local area network (wlan) | |
JP2008521297A (en) | A method for ensuring that a service platform obtains user terminal information in a multi-application protocol | |
JP2001202307A (en) | Network system, terminal equipment and information transmitting method | |
JP3762129B2 (en) | Mobile phone | |
JP4741401B2 (en) | Information transfer device | |
JP3632897B2 (en) | Wireless communication system and gateway switching method in wireless communication system | |
JP2004013853A (en) | Message exchanging system, device and method, and program | |
JP2004104617A (en) | Data distribution server, control method thereof, storage medium, and program | |
JP3775746B2 (en) | Wireless communication system and gateway switching method in wireless communication system | |
US20130102339A1 (en) | Mobile communications system | |
JP2004128793A (en) | Network phone system and program | |
JP2003229849A (en) | Relaying method, repeater, program, and recording medium | |
JP2004295245A (en) | Information distribution system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20050516 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20080725 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080805 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081003 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20090818 |