JP2004200831A - Server apparatus, terminal, data transmission method, data processing program, and data transmission system - Google Patents

Server apparatus, terminal, data transmission method, data processing program, and data transmission system Download PDF

Info

Publication number
JP2004200831A
JP2004200831A JP2002364680A JP2002364680A JP2004200831A JP 2004200831 A JP2004200831 A JP 2004200831A JP 2002364680 A JP2002364680 A JP 2002364680A JP 2002364680 A JP2002364680 A JP 2002364680A JP 2004200831 A JP2004200831 A JP 2004200831A
Authority
JP
Japan
Prior art keywords
image file
data
content
terminal device
server device
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
JP2002364680A
Other languages
Japanese (ja)
Inventor
Takamitsu Senoo
高光 妹尾
Hirosuke Hamaguchi
弘介 濱口
Tetsuo Ueda
哲郎 上田
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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor 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 Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP2002364680A priority Critical patent/JP2004200831A/en
Publication of JP2004200831A publication Critical patent/JP2004200831A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To display web contents on a terminal with a small display screen. <P>SOLUTION: A server 1 acquires contents data on the Internet N1 on the basis of a request from a terminal 2, converts the acquired contents data into an image file to be displayed on a browser, and divides the image file after the conversion into a plurality of blocks on the basis of contents of the acquired contents data. Further, the server 1 attaches an index to each blocked part and transmits the blocked image file to the terminal 2. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、インターネット上のコンテンツデータを端末装置に送信する技術に関する。
【0002】
【従来の技術】
インターネット上のコンテンツデータを取得して端末に送信するサーバ装置が知られている(特許文献1参照)。このサーバ装置では、端末の表示装置の解像度、表示色数等のリソース情報に基づいて、端末のリソースに適合するように取得したコンテンツデータのデータ変換処理を行い、変換処理後のデータを端末に送信する。
【0003】
【特許文献1】
特開平11−250009号公報
【特許文献2】
特開平11−102273号公報
【0004】
【発明が解決しようとする課題】
しかしながら、携帯端末などのように小さい表示画面にコンテンツデータを表示する場合には、例えばパソコンのモニタに1画面で表示できるコンテンツデータでも、携帯端末の表示画面の1画面に表示することはできない。従って、コンテンツデータの全てを見るためには、操作者が画面をスクロールさせる操作を行う必要が生ずる。
【0005】
本発明は、ウェブコンテンツに所定の加工を施してから端末に送信するサーバ装置、サーバ装置から送信されるウェブコンテンツを受信して表示する端末装置、ウェブコンテンツ等のデータを送信する方法、ウェブコンテンツデータの処理を行うプログラム、および、データ送信システムを提供する。
【0006】
【課題を解決するための手段】
(1)本発明によるサーバ装置は、端末装置からの要求に基づいてネットワーク上のコンテンツデータを取得し、取得したコンテンツデータをブラウザで表示するための画像ファイルに変換するとともに、コンテンツデータの内容に基づいて複数のブロックに分割し、ブロック化された部分ごとにインデックスを付して端末装置に送信することを特徴とする。
(2)本発明による端末装置は、サーバ装置から送られてくる、複数のコンテンツブロックから成り立つ画像ファイルのうち、表示手段に表示させる少なくとも1つのコンテンツブロックを選択するための操作手段を備え、操作手段により選択された少なくとも1つのコンテンツブロックのデータの送信要求をサーバ装置に出すことを特徴とする。
(3)本発明によるデータ送信方法は、端末装置からの要求に基づいてネットワーク上のコンテンツデータを取得し、取得したコンテンツデータをブラウザで表示するための画像ファイルに変換し、取得したコンテンツデータの内容に基づいて、画像ファイルを複数のブロックに分割し、ブロック化した画像ファイルの各々にインデックスを付し、ブロック化し、かつ、その各々にインデックスが付された画像ファイルを端末装置に送信することを特徴とする。
(4)本発明によるデータ処理プログラムは、端末装置に送信するコンテンツデータをブラウザで表示するための画像ファイルに変換する手順と、コンテンツデータの内容に基づいて、画像ファイルを複数のブロックに分割する手順と、ブロック化した画像ファイルの各々にインデックスを付す手順とをコンピュータ上で実行させることを特徴とする。
(5)端末装置からの要求に応じて、サーバ装置によりネットワーク上のコンテンツデータを取得し、取得したコンテンツデータを端末装置に送信するデータ送信システムにおいて、サーバ装置は、取得したコンテンツデータをブラウザで表示するための画像ファイルに変換し、取得したコンテンツデータの内容に基づいて画像ファイルを複数のブロックに分割し、ブロック化した画像ファイルの各々にインデックスを付して端末装置に送信することを特徴とする。
【0007】
【発明の効果】
(1)本発明によるサーバ装置、データ送信方法、および、データ送信システムによれば、端末装置からの要求コンテンツデータをブラウザで表示するための画像ファイルに変換し、変換後の画像ファイルをコンテンツデータの内容に基づいて複数のブロックに分割し、ブロック化された部分ごとにインデックスを付して端末装置に送信するので、表示画面の小さい端末装置でもブロック化された部分ごとにコンテンツデータを表示させることができる。
(2)本発明によるデータ処理プログラムによれば、端末装置からの要求コンテンツデータをブラウザで表示するための画像ファイルに変換し、変換後の画像ファイルをコンテンツデータの内容に基づいて複数のブロックに分割し、ブロック化された部分ごとにインデックスを付す処理を実行させることができるので、このプログラムを実行させることにより、表示画面の小さい端末装置にでもブロック化された部分ごとにコンテンツデータを表示させることが可能となる。
(3)本発明による端末装置によれば、サーバ装置から送られてくる、複数のコンテンツブロックから成り立つ画像ファイルのうち、表示手段に表示させる少なくとも1つのコンテンツブロックを利用者が操作手段により選択すると、選択されたコンテンツブロックデータの送信要求をサーバ装置に出すので、所望のコンテンツブロックデータをサーバ装置から送信してもらい、表示手段に表示させることができる。
【0008】
【発明の実施の形態】
図1は、本発明によるサーバ装置を含むネットワーク全体の構成を示す一実施の形態の図である。サーバ1は、端末2からの要求に基づいて、インターネットN1にアクセスしてウェブコンテンツ(ウェブページ)を取得し、取得したウェブコンテンツに対して、後述するような加工を施して、端末2に送信する。端末2は、例えば、車載装置であり、サーバ1に対してウェブコンテンツの取得要求を出し、サーバ1から送られてくるコンテンツデータを受信する。なお、図1には、1つの端末2しか示されていないが、実際には複数の端末がサーバ1と接続される。端末IDデータベース3は、各端末2を識別するためのID情報および端末2に含まれる表示装置(後述)の表示能力等の情報を格納する。キャッシュデータベース4は、サーバ1がインターネットN1にアクセスして取得したウェブコンテンツを格納する。
【0009】
図2は、端末2の詳細な構成を示す図である。ROM22は、不揮発性記憶媒体により構成され、各端末に固有のID等が記憶されている。ネットワーク装置23は、例えば、携帯電話やモデムであり、無線を介してサーバ1と通信を行う。記憶装置24は、フラッシュメモリや磁気ディスク等で構成される書き換え可能な記憶装置であり、サーバ1から送られてきたウェブコンテンツや、インターネットN1上のホームページへのアクセス履歴やブックマーク等を記憶する。
【0010】
表示装置25は、例えば、液晶ディスプレイであり、操作者が後述する操作装置26により操作を行う際の操作メニューや、サーバ1から送られてきたウェブコンテンツを表示する。通常、車載装置に備えられている表示装置の表示画面は、家庭などで用いられるパソコンの表示画面よりも小さく、例えば、6インチである。ただし、本発明が表示装置25の表示画面の大きさに限定されることはない。操作装置26は、ユーザが操作するための装置であり、例えば、複数のボタンやタッチパネルにより構成される。音声出力装置27は、取得したウェブコンテンツの内容や電子メールの内容を音声にて出力する装置であり、テキストデータを合成音声にて読み上げるTTS(Text-to-Speech)及びスピーカ等により構成される。制御装置21は、端末2を構成するこれらの構成部22〜27と接続されており、各構成部22〜27を制御する。
【0011】
図3は、サーバ1の詳細な構成を示す図である。サーバ1は、図示しないCPU、ROM、RAM等を備え、内部で行う機能上、制御部31と、ネットワーク制御部32,33と、画像生成エンジン34と、構文解析エンジン35と、ブロック化エンジン36と、画像解析エンジン37と、画像変換エンジン38と、ブロック切り出しエンジン39とを備える。
【0012】
ネットワーク制御部32は、端末2と通信を行うことにより、端末の認証(ユーザ認証)、端末IDや端末2が要求するURLデータの受信、ウェブコンテンツの送信などを行う。ネットワーク制御部33は、インターネットN1に接続し、HTMLファイルや画像データ等を含むコンテンツデータの取得を行う。取得したコンテンツデータは、キャッシュデータベース4に格納される。画像生成エンジン34は、ネットワーク制御部33により取得したHTMLファイルを画像ファイルに変換する。この画像ファイルとは、WWWブラウザで表示するためのファイルである。
【0013】
構文解析エンジン35及び画像解析エンジン37は、後述するブロック化エンジン36にてウェブコンテンツのブロック化を行うために、コンテンツデータの解析を行う。構文解析エンジン35は、ネットワーク制御部33により取得したHTMLファイル(ソースファイル)の構文解析を行う。構文解析は、HTMLファイルに含まれる様々なタグに基づいて行う。画像解析エンジン37は、ネットワーク制御部33により取得したGIF形式やJPEG形式の画像データ等の画像の解析を行う。例えば、HTMLソースファイル中に<IMG>タグが使用されている場合、タグによる構文解析では、文章中に画像が挿入されているのか、画像を区切り線として用いているのか等が不明である。そのため、HTMLファイルを変換した画像ファイル中の画像の配置、形、大きさ、ファイルタイプ、ファイルに付加されているメッセージ等に基づいて、画像データが単なる画像であるか、区切り線であるか、ボタンであるか、バナーであるか等の判断を行う。
【0014】
ブロック化エンジン36は、構文解析エンジン35及び画像解析エンジン37で行われたコンテンツデータの解析結果に基づいて、ネットワーク制御部33により取得したウェブコンテンツをブロック単位に分割する。例えば、構文解析エンジン35により検出される<P>タグ、<UL>タグ、<HR>タグ、<TABLE>タグなどの、コンテンツの区切りとして使われるタグに基づいて、ブロック化処理を行う。ここで、<P>タグは段落を挿入する際に用いられるタグであり、<UL>タグは、リストの各項目を丸や四角の点で区切る際に用いられるタグである。また、<HR>タグは、水平線を引く際に用いられるタグであり、<TABLE>タグは、任意の数の行を含むテーブルを作成する際に用いられるタグである。
【0015】
ウェブコンテンツのブロック化は、車載装置である端末2に含まれる表示装置25のように、パソコンのディスプレイ等と比べて小さい表示画面にウェブコンテンツを表示するために行うものである。従って、ブロック化エンジン36は、分割したブロックごとのコンテンツデータを関連付けるために、分割した各ブロックにインデックス番号を付すとともに、キャッシュデータベースに格納した元のコンテンツにアンカーを埋め込む等の処理を行う。アンカーは、通常、あるファイルの中の特定の位置を指し示すためにファイルに埋め込まれるものである。これを元のファイルに埋め込むことにより、サーバ1は、端末2からの特定のブロックを指定した閲覧要求に対して、ファイル中の特定の部分を読み出すことができる。
【0016】
ブロック化エンジン36は、さらに、各ブロックの先頭にある一定数の文字などを見出しとして抽出する。すなわち、表示装置25の1画面に全ての情報を表示することはできないので、表示装置25には、最初に各ブロックごとの内容を示すための見出しを表示するようにする。操作者がこの見出しを参照して、ブロック化されたコンテンツデータの後述するインデックス番号を選択することにより、所望のブロックのコンテンツデータを表示させることができる。
【0017】
画像変換エンジン38は、端末2の表示装置25の表示能力に応じて、画像生成エンジン34で生成した画像ファイルの縮小や減色等の処理を施す。例えば、表示装置25の表示色数が少ないときには、表示色数に応じた減色処理を行う。表示装置25の表示能力に関するデータは、予め端末IDデータベース3に端末2ごとに格納されており、ネットワーク制御部32で取得した端末IDに基づいて、表示能力に関するデータを端末IDデータベース3から取得する。ブロック切り出しエンジン39は、キャッシュデータベース4に格納されているコンテンツデータの中から、操作者のインデックス番号の指定によって端末2から要求のあったブロックのコンテンツデータを切り出す。
【0018】
制御部31は、ネットワーク制御部32,33、画像生成エンジン34、ブロック化エンジン36、画像変換エンジン38、ブロック切り出しエンジン39と接続されており、これらの各制御部及び各エンジンの制御を行う。また、制御部31は、端末2からウェブコンテンツの取得要求があったときに、要求のあったウェブコンテンツがキャッシュデータベース4に格納されているか否かを判断し、格納されていないと判断すると、ネットワーク制御部33にインターネットN1への接続指令を出して、要求のあったウェブコンテンツをインターネットN1上から取得する。
【0019】
図4は、サーバ1で行われる処理内容を示すフローチャートである。ステップS10では、端末2から端末IDおよびウェブコンテンツの取得要求に関するデータが送信されてきたか否かを判定する。操作者が、インターネットのホームページにアクセスするためのURLの入力や、ブックマークの選択等を端末2の操作装置26を操作して行うと、端末IDとウェブコンテンツの取得要求に関するデータが端末2からサーバ1に送られる。ネットワーク制御部32が、端末IDとウェブコンテンツの取得要求に関するデータを受信したと判断すると、ステップS20に進み、受信していないと判断するとステップS10で待機する。
【0020】
ステップS20では、ネットワーク制御部32により、ステップS10で受信した端末IDと端末IDデータベース3に含まれている端末IDとが一致するか否かを判断する。端末IDが一致してユーザ認証が認められればステップS30に進み、端末IDが一致せずにユーザ認証が否定されればステップS120に進む。ステップS120では、ユーザ認証が否定されたので、「端末IDが登録されていません」などのエラーメッセージを端末2に送信する。
【0021】
ユーザ認証が認められたときに進むステップS30では、端末2から要求のあったウェブコンテンツを取得する。制御部31は、取得要求のあったウェブコンテンツがキャッシュサーバ4に格納されているか否かを判断し、格納されていると判断すると、キャッシュデータベース4から取得要求のあったウェブコンテンツを取得する。一方、取得要求のあったウェブコンテンツがキャッシュサーバ4に格納されていないと判断すると、ネットワーク制御部33を介してインターネットN1にアクセスして、取得要求のあったウェブコンテンツを取得する。取得要求のあったウェブコンテンツを取得すると、ステップS40に進む。
【0022】
ステップS40では、制御部31により、ステップS30で取得したウェブコンテンツデータがHTMLファイルであるか否かを判定する。ウェブコンテンツデータがHTMLファイルであると判定するとステップS50に進み、HTMLファイルではないと判定するとステップS130に進む。ステップS130では、ステップS30で取得したウェブコンテンツデータが端末2にて表示可能なデータであるか否かを判定する。この判定は、ステップS10で受信した端末IDに基づいて、端末IDデータベース3に格納されている端末2の表示能力に関するデータを取得することにより行う。取得したウェブコンテンツデータが端末2で表示可能なデータであると判定すると、ステップS140に進み、表示不可能なデータであると判定するとステップS150に進む。ステップS140では、取得したウェブコンテンツデータをそのまま端末2に送信して本フローチャートによる処理を終了する。一方、ステップS150では、取得したウェブコンテンツデータが表示不可能なデータであることを示すメッセージを端末2に送信して、本フローチャートによる処理を終了する。
【0023】
一方、ステップS50では、構文解析エンジン35により、ステップS30で取得したウェブコンテンツデータであるHTMLファイル内に、リンクタグが含まれているか否かを判定する。リンクタグには、<IMG>タグや<FRAME>タグ等がある。<IMG>タグは、画像を張り付ける際に用いるタグであり、<FRAME>タグは、表示画面を分割して表示させる際に用いるタグである。HTMLファイル内にリンクタグが含まれていると判定するとステップS60に進み、含まれていないと判定するとステップS70に進む。
【0024】
ステップS60では、HTMLファイル内に含まれているリンクタグを用いて指定されているリンク先のファイル(データ)を取得する。例えば、HTMLファイル内に<IMG>タグが含まれている場合には、指定されている画像データを取得する。リンク先のファイルを取得すると、ステップS70に進む。ステップS70では、画像生成エンジン34により、ステップS30で取得したHTMLファイルを画像ファイルに変換する。このとき、ステップS60で取得したファイルが有る場合には、そのファイルも画像ファイルに含まれるようにする。画像ファイルのサイズは、例えば、800×600ピクセルとする。生成される画像ファイルの一例を図5(a)に示す。
【0025】
ステップS70に続くステップS80では、構文解析エンジン35及び画像解析エンジン37により、HTMLファイルの解析を行う。この解析は、上述したように、コンテンツデータをブロック化するための解析である。HTMLファイルの解析を行うと、ステップS90に進む。ステップS90では、ブロック化エンジン36により、ステップS80で行った解析結果に基づいて、コンテンツデータのブロック化を行う。ブロック化エンジン36は、分割した各ブロックにインデックス番号を付して、そのインデックス番号を画像ファイルに書き込むとともに、各ブロックごとに上述したアンカー等を付ける。また、ブロック化エンジン36は、ブロック化を行った際に、各ブロックの先頭にある一定数の文字などを見出しとして抽出する。
【0026】
ステップS90に続くステップS100では、画像変換エンジン38により、ステップS10で受信した端末IDに基づいて、端末IDデータベース3に格納されている端末2の表示装置25の表示能力に関するデータを取得し、ウェブコンテンツの画像ファイルを表示装置25の表示能力に応じて、縮小したり減色したりする。画像ファイルの縮小・減色処理を行うと、ステップS110に進む。ステップS110では、ステップS100で処理を行った画像ファイルを、ウェブコンテンツの取得を要求してきた端末2に送信して、本フローチャートによる処理を終了する。
【0027】
図5(b)は、図5(a)に示す画像ファイルに基づいて、コンテンツのブロック化処理、ファイルの縮小・減色処理を施した画像ファイルを示す。図5(b)に示す画像ファイルは、4つのブロック51〜54に分割されており、さらに、各ブロック51〜54の見出しを表示するブロック55が設けられている。上述したように、図5(b)に示す画像ファイルは、元の画像ファイル(図5(a))の内容を全て含むものではない簡易ファイルであるため、各ブロック51〜54の内容を示す見出しを付随させる。
【0028】
サーバ1から送られてくる、図5(b)に示すような画像ファイルを端末2が受信すると、受信した画像ファイルを表示装置25に表示させる。ユーザは、表示装置25に表示されたコンテンツの中から、ブロック55内に表示されている見出しを参照しつつ、閲覧を希望するコンテンツのブロック番号(インデックス番号)を操作装置26を用いて選択する。選択されたブロック番号は、サーバ1に送られる。端末2から送られたブロック番号を受信したサーバ1は、要求されたブロックをブロック切り出しエンジン39により切り出して、端末2に送信する。端末2は、サーバ1から送られたコンテンツのブロックを表示装置25に表示するとともに、コンテンツに含まれるテキストデータを音声出力装置27により音声にて出力する。表示装置25に表示されるブロック単位のコンテンツの一例を、図5(c)に示す。
【0029】
図5(c)に示すように、端末2の表示装置25には、取得したコンテンツデータのうちの1つのブロックのコンテンツデータの内容が表示される。従って、コンテンツデータの内容を表示装置25の1画面に表示させることができるか、1画面に表示させることができない場合でも、操作者が画面をスクロールさせる操作量を低減させることができる。
【0030】
本実施の形態におけるサーバ装置によれば、端末2からの要求に基づいて取得したコンテンツデータを画像ファイルに変換した後、コンテンツデータの内容に基づいて複数のブロックに変換し、ブロック化された部分ごとにインデックスを付して端末2に送信するので、表示画面の小さい端末2を用いてもコンテンツデータが見やすくなるように加工を行うことができる。
【0031】
画像ファイルのブロック化は、コンテンツデータのHTMLソースに基づいて、または、HTMLソースおよびコンテンツデータに付随する画像データに基づいて行うので、的確なブロック化を行うことができる。また、端末2に送信する画像ファイルには、ブロック化された部分の内容を示す見出しが含まれるので、端末2を用いる操作者は、容易に所望のコンテンツブロックを選択して、表示画面に表示させることができる。
【0032】
さらに、ブロック化された画像ファイルを端末2の表示能力に適合するような処理、すなわち、画像ファイルの縮小化処理や減色処理を行うので、端末2の種類に関わらず本来の表示イメージに近い表示を行うことができる。
【0033】
また、特開平11−102273号公報に開示されている情報表示装置では、複数のフレームを含むウェブページにおいて1つのフレームを1つの画面で表示するようにしているが、フレーム機能を使用していないウェブページには適用することができない。これに対し、本実施の形態におけるサーバ装置によれば、フレーム機能を使用していないウェブページ(ウェブコンテンツ)にも適用することができる。
【0034】
本発明は、上述した一実施の形態に限定されることはない。例えば、端末2は、車載装置として説明したが、携帯情報端末や携帯電話でもよい。また、ウェブコンテンツをブロック化する際に用いるタグの例として、<P>タグ、<UL>タグ、<HR>タグ、<TABLE>タグを挙げたが、これらは一例であり、他のタグに基づいて、ブロック化処理を行ってもよい。さらに、コンテンツデータは、HTML形式のファイルに限定されることはなく、XML形式やその他の形式のファイルでもよい。
【0035】
端末2の操作装置26は、複数のボタンやタッチパネルにより構成されるものとして説明したが、音声入力用のマイクを備え、操作者が音声により各種の指示を出すことができる構成にしてもよい。この場合には、ユーザは、表示装置25に表示されたコンテンツの中から、閲覧を希望するコンテンツのブロック番号(インデックス番号)を音声による指示により選択することができる。
【0036】
特許請求の範囲の構成要素と一実施の形態の構成要素との対応関係は次の通りである。すなわち、サーバ装置において、ネットワーク制御部33がデータ取得手段を、画像生成エンジン34がファイル変換手段を、ブロック化エンジン36がブロック化手段、インデックス付加手段および見出し作成手段を、ネットワーク制御部32が送信手段を、画像変換エンジン38が表示能力検出手段および表示能力適合化手段をそれぞれ構成する。また、端末装置において、ネットワーク装置23が受信手段および送信要求手段を、表示装置25が表示手段を、操作装置26が操作手段を、音声出力装置27が音声出力手段をそれぞれ構成する。なお、本発明の特徴的な機能を損なわない限り、各構成要素は上記構成に限定されるものではない。
【図面の簡単な説明】
【図1】システム全体の一実施の形態の構成を示す図
【図2】端末の詳細な構成を示す図
【図3】サーバの詳細な構成を示す図
【図4】サーバで行われる処理内容を示す一実施の形態のフローチャート
【図5】図5(a)はインターネット上から取得した画像ファイルの一例を示す図、図5(b)は端末の表示装置に表示させるための加工を行った後の画像ファイルの一例を示す図、図5(c)は端末の表示装置に表示された、ブロック化されたコンテンツを示す図
【符号の説明】
1…サーバ、2…端末、3…端末IDデータベース、4…キャッシュデータベース、21…制御装置、22…ROM、23…ネットワーク装置、24…記憶装置、25…表示装置、26…操作装置、27…音声出力装置、31…制御部、32,33…ネットワーク制御部、34…画像生成エンジン、35…構文解析エンジン、36…ブロック化エンジン、37…画像解析エンジン、38…画像変換エンジン、39…ブロック切り出しエンジン
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a technique for transmitting content data on the Internet to a terminal device.
[0002]
[Prior art]
A server device that acquires content data on the Internet and transmits it to a terminal is known (see Patent Document 1). In this server device, based on resource information such as the resolution of the display device of the terminal and the number of display colors, the data conversion process of the content data acquired so as to match the resource of the terminal is performed, and the data after the conversion process is transmitted to the terminal. Send.
[0003]
[Patent Document 1]
JP-A-11-250009 [Patent Document 2]
JP-A-11-102273
[Problems to be solved by the invention]
However, when content data is displayed on a small display screen such as a portable terminal, even if the content data can be displayed on one screen on a monitor of a personal computer, for example, it cannot be displayed on one screen of the display screen of the portable terminal. Therefore, in order to view all the content data, the operator needs to perform an operation of scrolling the screen.
[0005]
The present invention provides a server device that performs predetermined processing on web content and then transmits the processed content to a terminal, a terminal device that receives and displays web content transmitted from the server device, a method for transmitting data such as web content, and a web content. A program for processing data and a data transmission system are provided.
[0006]
[Means for Solving the Problems]
(1) A server device according to the present invention acquires content data on a network based on a request from a terminal device, converts the acquired content data into an image file to be displayed on a browser, and converts the content data into a content file. It is divided into a plurality of blocks on the basis of the index, and an index is attached to each of the divided portions and transmitted to the terminal device.
(2) The terminal device according to the present invention includes an operation unit for selecting at least one content block to be displayed on the display unit from the image file including a plurality of content blocks sent from the server device. A request for transmitting data of at least one content block selected by the means is sent to the server device.
(3) The data transmission method according to the present invention acquires content data on a network based on a request from a terminal device, converts the acquired content data into an image file to be displayed on a browser, and converts the acquired content data. Dividing an image file into a plurality of blocks based on the content, assigning an index to each of the blocked image files, dividing the image file into blocks, and transmitting the image files each having an index to a terminal device. It is characterized by.
(4) The data processing program according to the present invention divides the image file into a plurality of blocks based on the procedure for converting the content data to be transmitted to the terminal device into an image file to be displayed on a browser, and the content of the content data. It is characterized in that a procedure and a procedure for assigning an index to each of the blocked image files are executed on a computer.
(5) In a data transmission system for acquiring content data on a network by a server device in response to a request from a terminal device and transmitting the acquired content data to the terminal device, the server device transmits the acquired content data to a browser. The image file is converted into an image file for display, the image file is divided into a plurality of blocks based on the content of the acquired content data, and each of the blocked image files is indexed and transmitted to the terminal device. And
[0007]
【The invention's effect】
(1) According to the server device, the data transmission method, and the data transmission system according to the present invention, content data requested from a terminal device is converted into an image file to be displayed on a browser, and the converted image file is converted into content data. Is divided into a plurality of blocks based on the content of the content, and an index is assigned to each of the blocked portions and transmitted to the terminal device. Therefore, even in a terminal device having a small display screen, the content data is displayed for each of the blocked portions. be able to.
(2) According to the data processing program of the present invention, the requested content data from the terminal device is converted into an image file to be displayed on a browser, and the converted image file is divided into a plurality of blocks based on the content of the content data. Since it is possible to execute the process of assigning an index to each of the divided and blocked portions, by executing this program, the content data can be displayed for each of the blocked portions even on a terminal device having a small display screen. It becomes possible.
(3) According to the terminal device of the present invention, when the user selects at least one content block to be displayed on the display device from the image file composed of a plurality of content blocks sent from the server device, using the operation device. Since the transmission request of the selected content block data is issued to the server device, the desired content block data can be transmitted from the server device and displayed on the display means.
[0008]
BEST MODE FOR CARRYING OUT THE INVENTION
FIG. 1 is a diagram of an embodiment showing a configuration of an entire network including a server device according to the present invention. The server 1 accesses the Internet N1 to acquire web content (web page) based on a request from the terminal 2, performs processing described later on the acquired web content, and transmits the processed web content to the terminal 2. I do. The terminal 2 is, for example, an in-vehicle device, issues a web content acquisition request to the server 1, and receives content data transmitted from the server 1. Although only one terminal 2 is shown in FIG. 1, a plurality of terminals are actually connected to the server 1. The terminal ID database 3 stores ID information for identifying each terminal 2 and information such as the display capability of a display device (described later) included in the terminal 2. The cache database 4 stores web contents obtained by the server 1 accessing the Internet N1.
[0009]
FIG. 2 is a diagram illustrating a detailed configuration of the terminal 2. The ROM 22 is configured by a nonvolatile storage medium, and stores an ID and the like unique to each terminal. The network device 23 is, for example, a mobile phone or a modem, and communicates with the server 1 via wireless. The storage device 24 is a rewritable storage device composed of a flash memory, a magnetic disk, or the like, and stores web contents sent from the server 1, an access history to a homepage on the Internet N1, a bookmark, and the like.
[0010]
The display device 25 is, for example, a liquid crystal display, and displays an operation menu when the operator performs an operation using an operation device 26 described later, and web contents transmitted from the server 1. Usually, the display screen of the display device provided in the vehicle-mounted device is smaller than the display screen of a personal computer used at home or the like, and is, for example, 6 inches. However, the present invention is not limited to the size of the display screen of the display device 25. The operation device 26 is a device for a user to operate, and includes, for example, a plurality of buttons and a touch panel. The audio output device 27 is a device that outputs the content of the acquired web content or the content of the e-mail by voice, and includes a TTS (Text-to-Speech) that reads out text data by synthetic voice, a speaker, and the like. . The control device 21 is connected to these components 22 to 27 constituting the terminal 2 and controls the components 22 to 27.
[0011]
FIG. 3 is a diagram illustrating a detailed configuration of the server 1. The server 1 includes a CPU, a ROM, a RAM, and the like (not shown), and includes a control unit 31, network control units 32 and 33, an image generation engine 34, a syntax analysis engine 35, and a blocking engine 36 , An image analysis engine 37, an image conversion engine 38, and a block extraction engine 39.
[0012]
The network control unit 32 communicates with the terminal 2 to perform terminal authentication (user authentication), receive a terminal ID and URL data requested by the terminal 2, transmit web contents, and the like. The network control unit 33 connects to the Internet N1 and acquires content data including an HTML file, image data, and the like. The acquired content data is stored in the cache database 4. The image generation engine 34 converts the HTML file acquired by the network control unit 33 into an image file. This image file is a file to be displayed on a WWW browser.
[0013]
The syntax analysis engine 35 and the image analysis engine 37 analyze the content data in order to block the web content with the blocking engine 36 described later. The syntax analysis engine 35 performs syntax analysis of the HTML file (source file) acquired by the network control unit 33. The syntax analysis is performed based on various tags included in the HTML file. The image analysis engine 37 analyzes an image such as GIF format or JPEG format image data acquired by the network control unit 33. For example, when an <IMG> tag is used in an HTML source file, it is unclear in the syntax analysis using the tag whether an image is inserted in the text or the image is used as a dividing line. Therefore, based on the arrangement, shape, size, file type, message added to the file, and the like of the image in the image file obtained by converting the HTML file, whether the image data is a simple image or a dividing line, It is determined whether the button is a button or a banner.
[0014]
The blocking engine 36 divides the web content acquired by the network control unit 33 into blocks based on the analysis result of the content data performed by the syntax analysis engine 35 and the image analysis engine 37. For example, block processing is performed based on tags used as content delimiters, such as a <P> tag, a <UL> tag, an <HR> tag, and a <TABLE> tag detected by the syntax analysis engine 35. Here, the <P> tag is a tag used when inserting a paragraph, and the <UL> tag is a tag used when each item of the list is separated by a circle or a square point. The <HR> tag is a tag used for drawing a horizontal line, and the <TABLE> tag is a tag used for creating a table including an arbitrary number of rows.
[0015]
The blocking of the web content is performed to display the web content on a display screen smaller than a display of a personal computer, such as a display device 25 included in the terminal 2 which is an in-vehicle device. Accordingly, the blocking engine 36 performs processing such as attaching an index number to each divided block and embedding an anchor in the original content stored in the cache database in order to associate the content data of each divided block. Anchors are typically embedded in a file to point to a particular location in the file. By embedding this in the original file, the server 1 can read a specific part in the file in response to a browsing request from the terminal 2 specifying a specific block.
[0016]
The blocking engine 36 further extracts a certain number of characters at the head of each block as a heading. That is, since it is not possible to display all the information on one screen of the display device 25, the display device 25 first displays a heading indicating the content of each block. The operator can display the content data of a desired block by referring to the heading and selecting an index number to be described later of the blocked content data.
[0017]
The image conversion engine 38 performs processing such as reduction and color reduction of the image file generated by the image generation engine 34 according to the display capability of the display device 25 of the terminal 2. For example, when the number of display colors of the display device 25 is small, the color reduction processing according to the number of display colors is performed. The data relating to the display capability of the display device 25 is stored in advance in the terminal ID database 3 for each terminal 2, and the data relating to the display capability is acquired from the terminal ID database 3 based on the terminal ID acquired by the network control unit 32. . The block cutout engine 39 cuts out the content data of the block requested by the terminal 2 from the content data stored in the cache database 4 by designating the index number of the operator.
[0018]
The control unit 31 is connected to the network control units 32 and 33, the image generation engine 34, the blocking engine 36, the image conversion engine 38, and the block extraction engine 39, and controls these control units and each engine. Further, when there is a web content acquisition request from the terminal 2, the control unit 31 determines whether or not the requested web content is stored in the cache database 4. A command to connect to the Internet N1 is issued to the network control unit 33, and the requested web content is acquired from the Internet N1.
[0019]
FIG. 4 is a flowchart showing the processing performed by the server 1. In step S10, it is determined whether data relating to a terminal ID and a request to acquire web content has been transmitted from the terminal 2. When the operator operates the operation device 26 of the terminal 2 to input a URL for accessing a home page on the Internet, select a bookmark, and the like, the terminal 2 and the data relating to the acquisition request of the web content are transmitted from the terminal 2 to the server. Sent to 1. If the network control unit 32 determines that the terminal ID and the data related to the acquisition request of the web content have been received, the process proceeds to step S20, and if not, the process waits in step S10.
[0020]
In step S20, the network control unit 32 determines whether the terminal ID received in step S10 matches the terminal ID included in the terminal ID database 3. If the terminal IDs match and the user authentication is accepted, the process proceeds to step S30. If the terminal IDs do not match and the user authentication is denied, the process proceeds to step S120. In step S120, since the user authentication is denied, an error message such as "terminal ID is not registered" is transmitted to terminal 2.
[0021]
In step S30, which proceeds when the user authentication is accepted, the web content requested from the terminal 2 is acquired. The control unit 31 determines whether or not the requested web content is stored in the cache server 4. When determining that the web content is stored, the control unit 31 obtains the requested web content from the cache database 4. On the other hand, if it is determined that the web content requested to be obtained is not stored in the cache server 4, it accesses the Internet N 1 via the network control unit 33 to obtain the requested web content. After acquiring the requested web content, the process proceeds to step S40.
[0022]
In step S40, the control unit 31 determines whether the web content data acquired in step S30 is an HTML file. When it is determined that the web content data is an HTML file, the process proceeds to step S50, and when it is determined that the web content data is not an HTML file, the process proceeds to step S130. In step S130, it is determined whether the web content data acquired in step S30 is data that can be displayed on terminal 2. This determination is made by acquiring data on the display capability of the terminal 2 stored in the terminal ID database 3 based on the terminal ID received in step S10. If it is determined that the acquired web content data is data that can be displayed on the terminal 2, the process proceeds to step S140. If it is determined that the acquired web content data is data that cannot be displayed, the process proceeds to step S150. In step S140, the obtained web content data is transmitted to the terminal 2 as it is, and the processing according to this flowchart ends. On the other hand, in step S150, a message indicating that the acquired web content data is non-displayable data is transmitted to terminal 2, and the process according to this flowchart ends.
[0023]
On the other hand, in step S50, the syntax analysis engine 35 determines whether a link tag is included in the HTML file that is the web content data acquired in step S30. The link tags include an <IMG> tag and a <FRAME> tag. The <IMG> tag is a tag used when attaching an image, and the <FRAME> tag is a tag used when a display screen is divided and displayed. If it is determined that a link tag is included in the HTML file, the process proceeds to step S60; otherwise, the process proceeds to step S70.
[0024]
In step S60, a file (data) of a link destination specified by using a link tag included in the HTML file is acquired. For example, if the <IMG> tag is included in the HTML file, the specified image data is acquired. When the file at the link destination is obtained, the process proceeds to step S70. In step S70, the HTML file acquired in step S30 is converted into an image file by the image generation engine 34. At this time, if there is a file obtained in step S60, the file is also included in the image file. The size of the image file is, for example, 800 × 600 pixels. FIG. 5A shows an example of the generated image file.
[0025]
In step S80 following step S70, the syntax analysis engine 35 and the image analysis engine 37 analyze the HTML file. This analysis is, as described above, an analysis for blocking content data. After analyzing the HTML file, the process proceeds to step S90. In step S90, the content data is blocked by the blocking engine 36 based on the analysis result performed in step S80. The blocking engine 36 assigns an index number to each of the divided blocks, writes the index number in the image file, and attaches the above-described anchor or the like to each block. Further, when the blocking is performed, the blocking engine 36 extracts a certain number of characters or the like at the head of each block as a heading.
[0026]
In step S100 following step S90, the image conversion engine 38 acquires data on the display capability of the display device 25 of the terminal 2 stored in the terminal ID database 3 based on the terminal ID received in step S10, The image file of the content is reduced or reduced in color according to the display capability of the display device 25. After performing the image file reduction / color reduction processing, the process proceeds to step S110. In step S110, the image file processed in step S100 is transmitted to the terminal 2 that has requested acquisition of the web content, and the process according to the flowchart ends.
[0027]
FIG. 5B shows an image file that has been subjected to content blocking processing and file reduction / color reduction processing based on the image file shown in FIG. 5A. The image file shown in FIG. 5B is divided into four blocks 51 to 54, and further provided with a block 55 for displaying a heading of each block 51 to 54. As described above, since the image file shown in FIG. 5B is a simple file that does not include all the contents of the original image file (FIG. 5A), the contents of the blocks 51 to 54 are shown. Attach a heading.
[0028]
When the terminal 2 receives an image file as shown in FIG. 5B sent from the server 1, the received image file is displayed on the display device 25. The user selects the block number (index number) of the content desired to be browsed from the content displayed on the display device 25 by using the operation device 26 while referring to the headline displayed in the block 55. . The selected block number is sent to the server 1. The server 1 that has received the block number sent from the terminal 2 cuts out the requested block by the block cutout engine 39 and transmits it to the terminal 2. The terminal 2 displays the block of the content sent from the server 1 on the display device 25, and outputs text data included in the content by voice using the voice output device 27. FIG. 5C shows an example of a block-based content displayed on the display device 25.
[0029]
As shown in FIG. 5C, the content of the content data of one block of the acquired content data is displayed on the display device 25 of the terminal 2. Therefore, even when the content of the content data can be displayed on one screen of the display device 25 or cannot be displayed on one screen, the amount of operation for the operator to scroll the screen can be reduced.
[0030]
According to the server device of the present embodiment, after converting the content data acquired based on the request from the terminal 2 into an image file, the content data is converted into a plurality of blocks based on the content of the content data, and Since the content data is transmitted to the terminal 2 with an index, the content data can be processed so that the content data can be easily viewed even when the terminal 2 has a small display screen.
[0031]
Since the blocking of the image file is performed based on the HTML source of the content data or based on the HTML source and the image data attached to the content data, it is possible to perform accurate blocking. In addition, since the image file transmitted to the terminal 2 includes a heading indicating the content of the blocked portion, the operator using the terminal 2 can easily select a desired content block and display it on the display screen. Can be done.
[0032]
In addition, since the block image file is subjected to a process suitable for the display capability of the terminal 2, that is, a reduction process and a color reduction process of the image file, a display close to the original display image is performed regardless of the type of the terminal 2. It can be performed.
[0033]
In the information display device disclosed in Japanese Patent Application Laid-Open No. H11-102273, one frame is displayed on one screen in a web page including a plurality of frames, but the frame function is not used. It cannot be applied to web pages. On the other hand, according to the server device of the present embodiment, it can be applied to a web page (web content) that does not use the frame function.
[0034]
The present invention is not limited to the above embodiment. For example, the terminal 2 has been described as an in-vehicle device, but may be a portable information terminal or a mobile phone. Also, as examples of tags used when blocking web content, a <P> tag, a <UL> tag, a <HR> tag, and a <TABLE> tag have been described. Based on this, a blocking process may be performed. Further, the content data is not limited to an HTML format file, but may be an XML format file or another format file.
[0035]
The operation device 26 of the terminal 2 has been described as being configured with a plurality of buttons and a touch panel. However, a configuration may be employed in which a microphone for voice input is provided so that the operator can issue various instructions by voice. In this case, the user can select the block number (index number) of the content desired to be browsed from the content displayed on the display device 25 by voice instruction.
[0036]
The correspondence between the components of the claims and the components of the embodiment is as follows. That is, in the server device, the network control unit 33 transmits the data acquisition unit, the image generation engine 34 transmits the file conversion unit, the blocking engine 36 transmits the blocking unit, the index addition unit, and the headline creation unit, and the network control unit 32 transmits the data. As for the means, the image conversion engine 38 constitutes a display ability detecting means and a display ability adapting means, respectively. In the terminal device, the network device 23 constitutes a receiving means and a transmission requesting means, the display device 25 constitutes a display means, the operation device 26 constitutes an operation means, and the audio output device 27 constitutes an audio output means. Note that each component is not limited to the above configuration as long as the characteristic functions of the present invention are not impaired.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of an embodiment of an entire system. FIG. 2 is a diagram showing a detailed configuration of a terminal. FIG. 3 is a diagram showing a detailed configuration of a server. FIG. FIG. 5A is a diagram showing an example of an image file obtained from the Internet, and FIG. 5B is a process for displaying the image file on a display device of a terminal. FIG. 5 (c) is a diagram showing an example of a later image file, and FIG. 5 (c) is a diagram showing blocked content displayed on a display device of the terminal.
DESCRIPTION OF SYMBOLS 1 ... Server, 2 ... Terminal, 3 ... Terminal ID database, 4 ... Cache database, 21 ... Control device, 22 ... ROM, 23 ... Network device, 24 ... Storage device, 25 ... Display device, 26 ... Operating device, 27 ... Voice output device, 31 ... Control unit, 32, 33 ... Network control unit, 34 ... Image generation engine, 35 ... Syntax analysis engine, 36 ... Blocking engine, 37 ... Image analysis engine, 38 ... Image conversion engine, 39 ... Block Logging engine

Claims (13)

端末装置からの要求に基づいて、ネットワーク上のコンテンツデータを取得するデータ取得手段と、
前記データ取得手段により取得されたコンテンツデータをブラウザで表示するための画像ファイルに変換するファイル変換手段と、
前記データ取得手段により取得されたコンテンツデータの内容に基づいて、前記ファイル変換手段により変換された画像ファイルを複数のブロックに分割するブロック化手段と、
前記ブロック化手段によりブロック化された部分ごとにインデックスを付すインデックス付加手段と、
前記ブロック化手段によりブロック化され、前記インデックス付加手段によりインデックスを付加された画像ファイルを前記要求のあった端末装置に送信する送信手段を備えることを特徴とするサーバ装置。
Data acquisition means for acquiring content data on the network based on a request from the terminal device;
File conversion means for converting the content data acquired by the data acquisition means into an image file for display on a browser,
Blocking means for dividing the image file converted by the file converting means into a plurality of blocks, based on the content of the content data obtained by the data obtaining means,
Index adding means for adding an index to each part blocked by the blocking means,
A server device, comprising: a transmitting unit that transmits an image file that has been blocked by the blocking unit and added with an index by the index adding unit to the terminal device that has made the request.
請求項1に記載のサーバ装置において、
前記ファイル変換手段により画像ファイルに変換するコンテンツデータは、HTMLファイルであって、
前記ブロック化手段は、少なくとも前記コンテンツデータのHTMLソースに基づいて、前記画像ファイルを複数のブロックに分割することを特徴とするサーバ装置。
The server device according to claim 1,
The content data to be converted into an image file by the file conversion means is an HTML file,
The server device, wherein the blocking unit divides the image file into a plurality of blocks based on at least an HTML source of the content data.
請求項2に記載のサーバ装置において、
前記ブロック化手段は、前記HTMLソース中のタグに基づいて、前記画像ファイルを複数のブロックに分割することを特徴とするサーバ装置。
The server device according to claim 2,
The server device, wherein the blocking unit divides the image file into a plurality of blocks based on a tag in the HTML source.
請求項2または3に記載のサーバ装置において、
前記ブロック化手段は、前記コンテンツデータのHTMLソース及び前記コンテンツデータに付随する画像データに基づいて、前記画像ファイルを複数のブロックに分割することを特徴とするサーバ装置。
The server device according to claim 2 or 3,
The server device, wherein the blocking unit divides the image file into a plurality of blocks based on an HTML source of the content data and image data attached to the content data.
請求項1〜4のいずれかに記載のサーバ装置において、
前記ブロック化された部分ごとに付されたインデックスに対応させて、前記ブロック化された部分の内容を示す見出しを作成する見出し作成手段をさらに備え、
前記送信手段により送信される画像ファイルには、前記見出し作成手段により作成された見出しも含まれることを特徴とするサーバ装置。
The server device according to any one of claims 1 to 4,
Heading creating means for creating a heading indicating the contents of the blocked part in association with the index assigned to each of the blocked parts,
The image file transmitted by the transmission unit includes a headline created by the headline creation unit.
請求項1〜5のいずれかに記載のサーバ装置において、
前記端末装置から送られてくる、各端末装置を識別するための情報に基づいて、前記端末装置の表示能力を検出する表示能力検出手段と、
前記ブロック化された画像ファイルを前記表示能力検出手段により検出された表示能力に適合させる処理を行う表示能力適合化手段とをさらに備え、
前記送信手段は、前記表示能力適合化手段による適合化処理が行われた後の画像ファイルを前記端末装置に送信することを特徴とするサーバ装置。
The server device according to any one of claims 1 to 5,
Display capability detection means for detecting the display capability of the terminal device, based on information for identifying each terminal device, sent from the terminal device,
A display capability adaptation unit that performs a process of adapting the blocked image file to the display capability detected by the display capability detection unit,
The server device, wherein the transmission unit transmits the image file after the adaptation processing by the display capability adaptation unit is performed to the terminal device.
請求項6に記載のサーバ装置において、
前記表示能力適合化手段は、前記画像ファイルの縮小化処理及び減色化処理のうちの少なくとも一方を行うことを特徴とするサーバ装置。
The server device according to claim 6,
The server device, wherein the display capability adapting unit performs at least one of a reduction process and a color reduction process of the image file.
サーバ装置から送られてくる、複数のコンテンツブロックから成り立つ画像ファイルを受信する受信手段と、
前記受信手段により受信した画像ファイルを少なくとも表示する表示手段と、
前記表示手段に表示された画像ファイルのうち、前記表示手段に表示させる少なくとも1つのコンテンツブロックを選択するための操作手段と、
前記操作手段により選択された少なくとも1つのコンテンツブロックデータの送信要求を前記サーバ装置に出す送信要求手段とを備えることを特徴とする端末装置。
Receiving means for receiving an image file composed of a plurality of content blocks sent from the server device,
Display means for displaying at least the image file received by the receiving means,
An operation unit for selecting at least one content block to be displayed on the display unit from the image files displayed on the display unit;
A terminal device, comprising: a transmission request unit that issues a transmission request of at least one content block data selected by the operation unit to the server device.
請求項8に記載の端末装置において、
前記送信要求手段から送信要求を出した後、前記サーバ装置から送られてくる少なくとも1つのコンテンツブロックに含まれるテキストデータを音声にて出力する音声出力手段をさらに備えることを特徴とする端末装置。
The terminal device according to claim 8,
A terminal device further comprising: a voice output unit that outputs text data included in at least one content block transmitted from the server device by voice after issuing a transmission request from the transmission request unit.
請求項8または9に記載の端末装置において、
前記端末装置は、車両に搭載される車載端末装置であることを特徴とする端末装置。
The terminal device according to claim 8, wherein
The terminal device is an in-vehicle terminal device mounted on a vehicle.
端末装置からの要求に基づいて、ネットワーク上のコンテンツデータを取得し、
前記取得したコンテンツデータをブラウザで表示するための画像ファイルに変換し、
前記取得したコンテンツデータの内容に基づいて、前記画像ファイルを複数のブロックに分割し、
ブロック化した画像ファイルの各々にインデックスを付し、
ブロック化し、かつ、その各々にインデックスが付された画像ファイルを前記要求のあった端末装置に送信することを特徴とするデータ送信方法。
Based on a request from a terminal device, obtain content data on a network,
Convert the obtained content data into an image file for display on a browser,
Dividing the image file into a plurality of blocks based on the content of the acquired content data,
Index each of the blocked image files,
A data transmission method comprising: transmitting an image file which is divided into blocks and each of which is indexed to the terminal device which has made the request.
端末装置に送信するコンテンツデータをブラウザで表示するための画像ファイルに変換する手順と、
前記コンテンツデータの内容に基づいて、前記画像ファイルを複数のブロックに分割する手順と、
ブロック化した画像ファイルの各々にインデックスを付す手順とをコンピュータ上で実行させるためのデータ処理プログラム。
A procedure for converting content data to be transmitted to the terminal device into an image file for display on a browser;
A step of dividing the image file into a plurality of blocks based on the content of the content data;
A data processing program for causing a computer to execute a procedure for assigning an index to each of the blocked image files.
端末装置とサーバ装置との間で無線を介して様々な情報のやり取りを行い、端末装置からの要求に応じて、サーバ装置によりネットワーク上のコンテンツデータを取得し、取得したコンテンツデータを端末装置に送信するデータ送信システムにおいて、
前記サーバ装置は、取得したコンテンツデータをブラウザで表示するための画像ファイルに変換し、取得したコンテンツデータの内容に基づいて前記画像ファイルを複数のブロックに分割し、ブロック化した画像ファイルの各々にインデックスを付して前記端末装置に送信し、
前記端末装置は、前記サーバ装置から送られてきた画像ファイルのうち、利用者によって選択された少なくとも1つのインデックスに対応するコンテンツブロックデータの送信要求を前記サーバ装置に出すことを特徴とするデータ送信システム。
Various types of information are exchanged between the terminal device and the server device via wireless communication.According to a request from the terminal device, content data on the network is acquired by the server device, and the acquired content data is transmitted to the terminal device. In the data transmission system to transmit,
The server device converts the acquired content data into an image file to be displayed on a browser, divides the image file into a plurality of blocks based on the content of the acquired content data, and converts the image file into blocks. Sending to the terminal device with an index,
The data transmission, wherein the terminal device issues a transmission request to the server device for content block data corresponding to at least one index selected by a user among the image files transmitted from the server device. system.
JP2002364680A 2002-12-17 2002-12-17 Server apparatus, terminal, data transmission method, data processing program, and data transmission system Pending JP2004200831A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002364680A JP2004200831A (en) 2002-12-17 2002-12-17 Server apparatus, terminal, data transmission method, data processing program, and data transmission system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002364680A JP2004200831A (en) 2002-12-17 2002-12-17 Server apparatus, terminal, data transmission method, data processing program, and data transmission system

Publications (1)

Publication Number Publication Date
JP2004200831A true JP2004200831A (en) 2004-07-15

Family

ID=32762433

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002364680A Pending JP2004200831A (en) 2002-12-17 2002-12-17 Server apparatus, terminal, data transmission method, data processing program, and data transmission system

Country Status (1)

Country Link
JP (1) JP2004200831A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006046286A1 (en) 2004-10-27 2006-05-04 Hewlett-Packard Development Company, L.P. Data distribution system, and method therefor
US9639967B2 (en) 2013-08-08 2017-05-02 Shintec Hozumi Co., Ltd. Circuit diagram supplying apparatus, circuit diagram supplying method and circuit diagram supplying system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006046286A1 (en) 2004-10-27 2006-05-04 Hewlett-Packard Development Company, L.P. Data distribution system, and method therefor
EP1811389A1 (en) * 2004-10-27 2007-07-25 Hewlett-Packard Development Company, L.P. Data distribution system, and method therefor
EP1811389A4 (en) * 2004-10-27 2007-12-19 Hewlett Packard Development Co Data distribution system, and method therefor
US8184128B2 (en) 2004-10-27 2012-05-22 Hewlett-Packard Development Company, L. P. Data distribution system and method therefor
US9639967B2 (en) 2013-08-08 2017-05-02 Shintec Hozumi Co., Ltd. Circuit diagram supplying apparatus, circuit diagram supplying method and circuit diagram supplying system

Similar Documents

Publication Publication Date Title
KR101219228B1 (en) System and method for delivering informaiton using image code
US20020062396A1 (en) Server devices for displaying web pages
US20020049777A1 (en) File conversion method, file converter, and file display system
EP1274019A2 (en) Observation display method for dynamically changing on monitor screen object information observed on computer network and observation display system using computer network
US8804169B2 (en) Printing method, image forming apparatus, and web server
JP2008226202A (en) Information processor, information processing method and program
US20020112019A1 (en) Method and system for transmitting image
JP2013168129A (en) Information processing system, data providing device, electronic apparatus, information processing method, data providing method, data acquiring method, and program
JP2019021272A (en) Information processing system, information processing method, information processing program and retrieval terminal
US8321536B2 (en) Method and apparatus for processing remote control key data in home network device
US7395266B2 (en) Portable terminal and method of controlling the same
JP5632733B2 (en) Display device, screen image transfer method, and program
JP5279793B2 (en) Mobile terminal, mobile terminal control method and program
JP2002304314A (en) Application data file reference system
JP2004200831A (en) Server apparatus, terminal, data transmission method, data processing program, and data transmission system
JPH11191082A (en) Service repeating device
JP2017167764A (en) Information providing system, information providing device, terminal device, and program
JP5052058B2 (en) Information processing apparatus, information processing method, and information processing program
JP2004013835A (en) Device, system and method for forming image, device for managing information, method for transmitting image data, program and recording medium
JP2005190443A (en) Web browser display screen verification method and apparatus
KR100696588B1 (en) Method for receiving web-page data using wireless internet in the mobile terminal
KR20060007589A (en) Method for displaying web document at ce device
JP2008040875A (en) Document printing apparatus, document preparation device, document printing method, and document preparation method
JP2008027039A (en) Explanation display control system, explanation display control method and explanation display control program
JP6468293B2 (en) Application function expansion method, application function expansion program, and application function expansion apparatus