JP2010166407A - Device, device and program for obtaining program - Google Patents

Device, device and program for obtaining program Download PDF

Info

Publication number
JP2010166407A
JP2010166407A JP2009008040A JP2009008040A JP2010166407A JP 2010166407 A JP2010166407 A JP 2010166407A JP 2009008040 A JP2009008040 A JP 2009008040A JP 2009008040 A JP2009008040 A JP 2009008040A JP 2010166407 A JP2010166407 A JP 2010166407A
Authority
JP
Japan
Prior art keywords
program
essential
unit
native code
list
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
JP2009008040A
Other languages
Japanese (ja)
Inventor
Yoshiaki Shishikui
善明 鹿喰
Hide Takechi
秀 武智
Hiroshi Senoo
宏 妹尾
Mikihiro Ueno
幹大 上野
Akitsugu Baba
秋継 馬場
Takako Ariyasu
香子 有安
Makoto Numata
誠 沼田
Rie Sawai
里枝 澤井
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.)
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Japan Broadcasting Corp
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 Nippon Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Priority to JP2009008040A priority Critical patent/JP2010166407A/en
Publication of JP2010166407A publication Critical patent/JP2010166407A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Circuits Of Receivers In General (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a program obtaining device capable of selectively obtaining only a non-obtained program fitly from among programs indispensable for applications to be used by a receiver during data broadcast. <P>SOLUTION: The program obtaining device includes: a program holding section for holding obtained programs; an indispensable list obtaining section for obtaining, from information received via a receiving section, a list of indispensable programs which are programs essential to execute applications contained in data broadcast; a lacked program determining section for determining a lacked indispensable program by collating the list of indispensable programs obtained by the indispensable list obtaining section with the obtained programs held in the program holding section; and a program obtaining section for obtaining, via the receiving section, the lacked indispensable program determined by the lacked program determining section. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、データ放送におけるアプリケーションの実行に必要なプログラムを取得するプログラム取得装置およびプログラム取得プログラムに関し、さらに、データ放送におけるアプリケーションの実行に必要なネイティブコードを更新するプログラム更新装置に関する。   The present invention relates to a program acquisition apparatus and a program acquisition program for acquiring a program necessary for executing an application in data broadcasting, and further relates to a program updating apparatus for updating a native code required for executing an application in data broadcasting.

近年、海外などではJava(登録商標)技術を用いたプログラムがデータ放送に用いられており、日本でも今後期待されている。従来のプログラミング言語の多くはCPUなどのプラットフォームに依存したネイティブなコードにコンパイルすることを前提として設計されていたが、Java技術はプラットフォームに対する非依存と、バージョン間の互換性に注意して開発が進められてきた。したがって、Java技術のプログラムは従来の多くのプログラミング言語と異なり、中間言語であるバイトコードにコンパイルされ、Java仮想マシンで実行されるよう設計されている。また、多くの場合、ジャストインタイムコンパイル方式が使われている。Java技術を使うことで、プラットフォームへの依存の低いアプリケーションソフトウェアの開発と実装が実現されつつある。   In recent years, programs using Java (registered trademark) technology have been used for data broadcasting in foreign countries and the like and are expected in the future in Japan. Many conventional programming languages were designed on the assumption that they were compiled into native code that depends on the platform such as the CPU, but Java technology was developed with attention to platform independence and compatibility between versions. It has been advanced. Therefore, unlike many conventional programming languages, Java technology programs are designed to be compiled into an intermediate language byte code and executed in a Java virtual machine. In many cases, a just-in-time compilation method is used. By using Java technology, development and implementation of application software that is less dependent on the platform are being realized.

Java技術における、プラットフォーム非依存とバージョン間の互換性の目標は、完全に達成できたわけではなく課題も残っている。Java技術を用いたデータ放送(以後、「Javaデータ放送」と呼ぶ)では放送局から送られるJavaによって書かれたプログラムであるバイトコードを受信機が受信して実行する。その際、受信機内のJava仮想マシンが実行するJavaプログラムだけでなく、受信機固有の処理コードであるネイティブコードをJavaから呼んで実施することもある。   The goals of platform independence and compatibility between versions in Java technology have not been fully achieved and challenges remain. In data broadcasting using Java technology (hereinafter referred to as “Java data broadcasting”), a receiver receives and executes a byte code that is a program written by Java sent from a broadcasting station. At this time, not only a Java program executed by a Java virtual machine in the receiver but also a native code that is a processing code unique to the receiver may be called from Java.

使用が予想されるネイティブコードは出荷時に受信機に実装しているが、その後に新たなJavaデータ放送のプログラムが放送で送られた場合は、既存のネイティブコードだけでは足りず、追加のネイティブコードが必要となる場合がある。この場合、当該受信機において欠損しているネイティブコードを取得する必要がある。   The native code that is expected to be used is installed in the receiver at the time of shipment. However, if a new Java data broadcast program is sent over the air, the existing native code is not sufficient, and additional native code May be required. In this case, it is necessary to acquire a native code that is missing in the receiver.

Javaデータ放送において、Javaプログラム、すなわちバイトコードは受信機共通であるが、ネイティブコードはメーカーごとに、さらには機種ごとに異なるため、同じ機能のネイティブコードであっても、取得にあたっては機種個別のものが必要である。   In Java data broadcasting, Java programs, that is, byte codes, are common to receivers, but native codes differ from manufacturer to manufacturer and even from model to model. Things are needed.

従って、欠損を補うネイティブコードを効率よく配布し、当該受信機が取得する方法が必要とされている。   Therefore, there is a need for a method that efficiently distributes native code that compensates for deficiencies and obtains the receiver.

配布する手段としても、電波による方法と、ネットワーク通信網による方法などが想定される。従来、機種別に受信機のソフトウェアをアップグレードするものや、バグフィックスなどの更新情報を提供するものは存在している(例えば、特許文献1参照)。放送局は、いつどのチャンネルで当該機種用のソフトウェア更新データを放送するかを知らせる告知情報を放送し、該当する受信機は告知情報に従って更新データ受信予約を行い、該当する更新情報の全てをダウンロードする手法である(例えば、特許文献2参照)。さらに、上述の技術を実行するための様々な規格も開発されている(例えば、非特許文献1〜7参照)。   As a means for distribution, a method using radio waves, a method using a network communication network, and the like are assumed. Conventionally, there are devices that upgrade receiver software for each model and devices that provide update information such as bug fixes (see, for example, Patent Document 1). The broadcasting station broadcasts notification information that informs when and on which channel software update data for the model is to be broadcast, and the corresponding receiver makes an update data reception reservation according to the notification information and downloads all of the corresponding update information. (See, for example, Patent Document 2). Furthermore, various standards for executing the above-described technique have been developed (see, for example, Non-Patent Documents 1 to 7).

特開2008―236031号公報JP 2008-236031 A 特開2003―223387号公報Japanese Patent Laid-Open No. 2003-223387

社団法人電波産業会、「Javaデータ放送(アプリ連動ネイティブコードのAIT部、Xlet非同期起動、字幕文字符号変換)」、ARIB STD−B23(社団法人電波産業会、ARIB STD−B23 1.1版、「デジタル放送におけるアプリケーション実行環境」、2004年2月5日)Japan Radio Industry Association, “Java data broadcasting (AIT part of application-linked native code, Xlet asynchronous activation, subtitle character code conversion)”, ARIB STD-B23 (Japan Radio Industry Association, ARIB STD-B23 1.1 version, ("Application execution environment in digital broadcasting", February 5, 2004) 「データカルーセル(放送ダウンロード)」ISO/IEC 13818−6:1998, “Information technology − Generic coding of moving pictures and associated audio information − Part 6: Extensions for DSM−CC”“Data Carousel (Broadcast Download)” ISO / IEC 13818-6: 1998, “Information technology—Generic coding of moving pictures and associated audio information—Part 6: Extensions: CC 社団法人電波産業会、「エンジニアリングダウンロード(ネイティブコードのダウンロード)」、ARIB STD−B21(社団法人電波産業会、ARIB STD−B21 4.6版、「デジタル放送用受信装置 (望ましい仕様)」、2007年3月14日)Japan Radio Industry Association, “Engineering Download (Download Native Code)”, ARIB STD-B21 (Japan Radio Industry Association, ARIB STD-B21 4.6 Edition, “Receiver for Digital Broadcasting (Preferred Specifications)”, 2007 March 14, 「アプリ連動ネイティブコード、Xlet非同期起動、レイアウト方式)」、J2SE API仕様(Java 2 Platform API Specification, http://java.sun.com/j2se/1.5.0/docs/api/index.html)"Application-linked native code, Xlet asynchronous activation, layout method", J2SE API specification (Java 2 Platform API Specification, http://java.sun.com/j2se/1.5.0/docs/api/index.html ) 「JNI仕様(アプリ連動ネイティブコード)」、JNI仕様(Java Native Interface 6.0 Specification, http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html)"JNI specification (application-linked native code)", JNI specification (Java Native Interface 6.0 Specification, http://java.sun.com/javase/6/docs/technotes/guides/guides/juni/spec/jni/spec/jni/sp/ 「Java言語仕様(Xlet関連全般)」、Java言語仕様(The Java Language Specification, Third Edition, http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html)"Java language specification (generally related to Xlet)", Java language specification (The Java Language Specification, Third Edition, http://java.sun.com/docs/books/jlks/jlit/ml3th/ml3/thls/jlit/ml3/thls/thr_ml/thl_t3/thl_t3/jlit/ml3/thls/thr_jtit/ml3/thls_jrit/thl 「Java仮想マシン仕様(Xlet関連全般)」、Java仮想マシン仕様(The Java Virtual Machine Specification, Second Edition )"Java Virtual Machine Specification (Xlet related general)", Java Virtual Machine Specification (The Java Virtual Machine Specification, Second Edition)

しかし、ソフトウェア全体のバージョンは知らせるもののソフトウェアの内容を個別に知らせる手段はなく、該当する機種用の更新ソフトウェア全体を取得する、あるいは全く取得しない、という選択肢しかなかった。常にネイティブコードの全てを最新のものにするのなら、従来通り機種情報だけで告知情報の当該部分を取り出して、予約してダウンロードすることは可能であるが、ネイティブコードの全てを随時最新のものに更新することは、受信機能力、伝送路などのリソースを不必要に消耗することから効率的ではない。   However, although the version of the entire software is notified, there is no means for individually informing the contents of the software, and there is only an option of acquiring the updated software for the corresponding model or not at all. If you always want to keep all of the native code up-to-date, you can take out the relevant part of the announcement information just by using the model information as usual, and make a reservation and download it. Updating to the above is not efficient because it unnecessarily consumes resources such as reception capability and transmission path.

一方、放送波によるダウンロードに代えて、ネットワーク通信網上のサーバから必要なネイティブコードをダウンロードすることが考えられる。しかし、放送波を用いてJavaアプリケーションで必要なネイティブコードをどこから手に入れることができるかを示すURLを詳細に与える手段もなければ、ネイティブコードという単位で更新情報を管理するすべはなく、そもそもネイティブコードは機種ごとに異なることから、放送波を用いてネイティブコードに関する情報を随時詳細通知することは現実的ではなかった。   On the other hand, it is conceivable to download a necessary native code from a server on a network communication network instead of downloading by broadcast waves. However, if there is no means for giving in detail a URL indicating where the native code necessary for a Java application can be obtained from using broadcast waves, there is no way to manage update information in units of native code. Since native codes differ from model to model, it is not practical to notify the information about native codes in detail at any time using broadcast waves.

また、今後の放送技術の進歩に伴い、データ放送でアプリケーションの実行のために、ネイティブコード以外にも必須のプログラムが生じることが想定される。このようなデータ放送におけるアプリケーションの実行に必要なプログラムを必要十分な範囲でタイムリーかつ、受信機能力、伝送路などの必要とするリソースを最小限にして取得または更新することが願われている。   In addition, with the advancement of broadcasting technology in the future, it is assumed that indispensable programs other than the native code are generated in order to execute applications in data broadcasting. It is hoped that programs necessary for executing such applications in data broadcasting will be acquired or updated in a necessary and sufficient range in a timely manner and with minimum required resources such as reception capability and transmission path. .

本発明は、上述の課題を鑑みてなされたものであり、データ放送において受信機が使用するアプリケーションに必須であるプログラムのうち、未だ取得していないプログラムのみをタイムリーに選択して取得することができるプログラム取得装置、およびプログラム取得プログラムを提供することを目的とする。   The present invention has been made in view of the above-described problems, and selects and acquires only programs that have not been acquired yet in a timely manner among the programs that are essential for applications used by a receiver in data broadcasting. An object of the present invention is to provide a program acquisition apparatus capable of performing the above and a program acquisition program.

さらに、本発明は、データ放送において受信機が使用するアプリケーションに必須である、既に取得済みのプログラムのうち、修正する必要のあるプログラムのみをタイムリーに選択して更新することができるプログラム更新装置を提供することを目的とする。   Furthermore, the present invention is a program update apparatus that can select and update only a program that needs to be corrected out of already acquired programs that is essential for an application used by a receiver in data broadcasting. The purpose is to provide.

本発明の第1の態様によると、放送局から情報を受信する受信部と、取得済みのプログラムを保持するプログラム保持部と、前記受信部を介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部と、を含むことを特徴とする、データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得するプログラム取得装置を提供する。   According to the first aspect of the present invention, a receiving unit that receives information from a broadcasting station, a program holding unit that holds an acquired program, and an application included in a data broadcast from information received through the receiving unit. A required list acquisition unit that acquires a list of essential programs that are indispensable programs for execution, a list of required programs acquired by the required list acquisition unit and an acquired program included in the program holding unit are collated, A deficient program determination unit that determines a deficient essential program, and a program acquisition unit that acquires a deficient essential program determined by the deficient program determination unit via the reception unit, Program that obtains essential programs required to execute applications included in data broadcasting To provide an acquisition device.

この構成によって、本発明のプログラム取得装置は、放送局から情報を受信する受信部と、取得済みのプログラムを保持するプログラム保持部と、受信部を介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、必須リスト取得部が取得した必須プログラムのリストとプログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、不足プログラム判定部によって判定した不足している必須プログラムを受信部を介して取得するプログラム取得部と、を含むため、データ放送において受信機が使用するアプリケーションに必須であるプログラムのうち、未だ取得していないプログラムのみを特定して、タイムリーに選択して取得することができる。   With this configuration, the program acquisition device of the present invention includes a receiving unit that receives information from a broadcasting station, a program holding unit that holds an acquired program, and an application included in data broadcasting from information received through the receiving unit. Required list acquisition unit that acquires a list of essential programs that are indispensable programs for execution, and the list of required programs acquired by the required list acquisition unit against the acquired programs included in the program holding unit are insufficient A receiver for data broadcasting because it includes a deficient program determination unit that determines a required essential program, and a program acquisition unit that acquires a deficient essential program determined by the deficient program determination unit via the reception unit. Of the programs that are required for applications used by Only had programmed to identify, it can be obtained by selecting in a timely manner.

さらに、本発明のプログラム取得装置は、前記受信部から、プログラムの提供を告知する告知情報を取得する告知情報取得部を含み、前記プログラム取得部は、前記告知情報を参照して、前記不足プログラム判定部が判定した不足プログラムを前記受信部により取得するようにしてもよい。   Furthermore, the program acquisition apparatus of the present invention includes a notification information acquisition unit that acquires notification information for notifying provision of a program from the reception unit, and the program acquisition unit refers to the notification information, and the lack program The shortage program determined by the determination unit may be acquired by the reception unit.

この構成によって、本発明のプログラム取得装置は、受信部から、プログラムの提供を告知する告知情報を取得する告知情報取得部と、プログラム取得部は、告知情報を参照して、不足プログラム判定部が判定した不足プログラムを受信部により取得できるので、データ放送において受信機が使用するアプリケーションに必須であるプログラムのうち、未だ取得していないプログラムのみを、タイムリーに選択して取得することができる。   With this configuration, the program acquisition device of the present invention is configured such that the notification information acquisition unit that acquires the notification information that notifies the provision of the program from the reception unit, and the program acquisition unit refers to the notification information, and the insufficient program determination unit Since the determined deficient program can be acquired by the receiving unit, only the programs that have not yet been acquired among the programs that are essential for the application used by the receiver in data broadcasting can be selected and acquired in a timely manner.

さらに、本発明のプログラム取得装置において、前記プログラム保持部はさらに、自機の機種に対応するプログラムを提供するサーバのネットワーク通信網におけるアドレスを保持し、前記プログラム取得部は、前記プログラム保持部に保持されたアドレスに従って、前記不足プログラム判定部が判定した不足プログラムを、前記受信部によりネットワーク通信網を介して前記サーバから取得するようにしてもよい。   Further, in the program acquisition device of the present invention, the program holding unit further holds an address in a network communication network of a server that provides a program corresponding to the model of the own device, and the program acquisition unit is stored in the program holding unit. The deficient program determined by the deficient program determination unit according to the held address may be acquired from the server via the network communication network by the receiving unit.

この構成によって、本発明のプログラム取得装置は、プログラム保持部がさらに、自機の機種に対応するプログラムを提供するサーバのネットワーク通信網におけるアドレスを保持し、プログラム取得部は、プログラム保持部に保持されたアドレスに従って、不足プログラム判定部が判定した不足プログラムを、受信部によりネットワーク通信網を介してサーバから取得することができるので、データ放送において受信機が使用するアプリケーションに必須であるプログラムのうち、未だ取得していないプログラムのみを、ネットワーク通信網を介してタイムリーに選択して取得することができる。前記必須リスト取得部は、自機の機種に基づいて必須プログラムのリストを取得してもよい。さらに、本発明のプログラム取得装置において、前記必須プログラムが、Javaデータ放送を実行するためのネイティブコードであってもよい。本明細書で、データ放送サービスとして、Javaデータ放送を例にあげて説明し、プログラムファイルを、例えば、Javaデータ放送サービスを実行するために必要とされるネイティブコードとして説明するが、本発明はこれに限定されず、データ放送サービスを実行するために必須のプログラムであれば、いかなるものであっても適用可能である。   With this configuration, in the program acquisition device of the present invention, the program holding unit further holds an address in the network communication network of the server that provides a program corresponding to the model of the own device, and the program acquisition unit holds the program holding unit. Of the programs that are indispensable for the application used by the receiver in data broadcasting, since the missing program determined by the missing program determination unit can be acquired from the server via the network communication network by the receiving unit according to the address Only programs that have not yet been acquired can be selected and acquired in a timely manner via the network communication network. The essential list acquisition unit may acquire a list of essential programs based on the model of the own device. Furthermore, in the program acquisition device of the present invention, the essential program may be a native code for executing Java data broadcasting. In this specification, a Java data broadcast will be described as an example of a data broadcasting service, and a program file will be described as, for example, a native code required for executing the Java data broadcasting service. The present invention is not limited to this, and any program that is indispensable for executing the data broadcasting service can be applied.

さらに、本発明のプログラム取得装置において、前記必須プログラムのリストは、データ放送波を介して放送されるAIT(Application Information Table)に含まれてもよい。   Furthermore, in the program acquisition device of the present invention, the list of essential programs may be included in an AIT (Application Information Table) broadcast via a data broadcast wave.

受信機に送信する情報は一般的にカルーセル伝送方式に従う。後に詳述するが、AITは、迅速で信頼性のあるデータ伝送を実現する。この構成によって、本発明のプログラムファイル取得装置は、AITによって必須プログラムに関する情報を迅速に得ることができるので、所望のプログラムのリストをより迅速かつ信頼性をもって情報を取得することができる。   Information to be transmitted to the receiver generally follows the carousel transmission system. As will be described in detail later, the AIT realizes quick and reliable data transmission. With this configuration, the program file acquisition apparatus of the present invention can quickly obtain information related to an essential program by AIT, and therefore can obtain information on a desired program list more quickly and reliably.

本発明の第2の態様によると、放送局から情報を受信する受信部と、取得済みのプログラムを保持するプログラム保持部と、前記受信部を介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部と、を含み、前記不足している必須プログラムは、前記プログラム保持部に保持された取得済みのプログラムの一部を更新するプログラムを含むことを特徴とする、データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得するプログラム取得装置を提供する。   According to the second aspect of the present invention, a receiving unit that receives information from a broadcasting station, a program holding unit that holds an acquired program, and an application included in data broadcasting from information received through the receiving unit. A required list acquisition unit that acquires a list of essential programs that are indispensable programs for execution, a list of required programs acquired by the required list acquisition unit and an acquired program included in the program holding unit are collated, A deficient program determination unit for determining a deficient essential program; and a program acquisition unit for acquiring a deficient essential program determined by the deficient program determination unit via the reception unit, the deficiency The required program is updated with a part of the acquired program held in the program holding unit Characterized in that it comprises a program that provides a program acquisition unit that acquires a required program necessary for executing the applications included in the data broadcasting.

この構成によって、本発明のプログラム取得装置は、放送局から情報を受信する受信部と、取得済みのプログラムを保持するプログラム保持部と、前記受信部を介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部と、を含み、前記不足している必須プログラムは、前記プログラム保持部に保持された取得済みのプログラムの一部を更新するプログラムを含むので、データ放送において受信機が使用するアプリケーションに必須である、既に取得済みのプログラムのうち、修正する必要のあるプログラムのみをタイムリーに選択して更新することができる。   With this configuration, the program acquisition apparatus of the present invention is included in data broadcasting from a receiving unit that receives information from a broadcasting station, a program holding unit that holds an acquired program, and information that is received via the receiving unit. The required list acquisition unit that acquires a list of essential programs that are programs essential to the execution of the application, the list of required programs acquired by the required list acquisition unit, and the acquired programs included in the program holding unit are collated. Determining a deficient essential program, a deficient program determination unit, and a program acquisition unit for acquiring a deficient essential program determined by the deficient program determination unit via the receiving unit, An indispensable program that is missing is an already acquired program held in the program holding unit. Since it includes a program that updates a part of the program, only the programs that have already been acquired that are essential for the application used by the receiver in data broadcasting and that need to be corrected are selected and updated in a timely manner. be able to.

さらに、本発明のプログラム更新装置において、前記不足した必須プログラムは、更新プログラムと強制取り込みフラグを有してもよい。フラグは1ビット程度で設けることができる。この構成によって、本発明のプログラム更新装置は、不足した必須プログラムに添付した更新プログラムと強制取り込みフラグによって、修正する必要のあるプログラムのみを強制的に更新することができる。   Furthermore, in the program update device of the present invention, the deficient essential program may include an update program and a forced fetch flag. The flag can be provided with about 1 bit. With this configuration, the program update device of the present invention can forcibly update only the program that needs to be corrected by the update program attached to the lacking essential program and the forced fetch flag.

本発明の第3の態様によると、データ放送番組情報を放送する放送局と、プログラム取得装置とからなるプログラム更新システムであって、該プログラム更新システムは、前記放送局から前記放送番組情報を受信する受信部と、取得済みのプログラムを保持するプログラム保持部と、前記受信部を介して受信する前記放送番組情報から自機が前記データ放送番組情報に含まれるアプリケーションを実行するために不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部とを含む、前記データ放送番組情報に含まれるアプリケーションの実行に必要な必須プログラムを取得することを特徴とするプログラム更新システムを提供してもよい。   According to a third aspect of the present invention, there is provided a program update system comprising a broadcast station that broadcasts data broadcast program information and a program acquisition device, wherein the program update system receives the broadcast program information from the broadcast station. An indispensable program for executing the application included in the data broadcast program information from the broadcast program information received via the reception unit. The required list acquisition unit that acquires the list of required programs that is, the required program list acquired by the required list acquisition unit, and the acquired program included in the program holding unit are collated, and the required essential is missing Judged by a deficient program judging unit and the deficient program judging unit A program update system for acquiring an essential program necessary for executing an application included in the data broadcast program information, including a program acquisition unit for acquiring an additional essential program via the receiving unit. May be.

この構成により、本発明のプログラム取得システムは、データ放送番組情報を放送する放送局と、プログラム取得装置とからなるプログラム更新システムであって、該プログラム更新システムは、前記放送局から前記放送番組情報を受信する受信部と、取得済みのプログラムを保持するプログラム保持部と、前記受信部を介して受信する前記放送番組情報から自機が前記データ放送番組情報に含まれるアプリケーションを実行するために不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部とを含むので、データ放送において受信機が使用するアプリケーションに必須であるプログラムのうち、未だ取得していないプログラムのみを特定して、タイムリーに選択して取得することができる。   With this configuration, the program acquisition system of the present invention is a program update system including a broadcast station that broadcasts data broadcast program information and a program acquisition device, and the program update system receives the broadcast program information from the broadcast station. Indispensable for executing the application included in the data broadcast program information from the broadcast program information received via the reception unit, the reception unit that receives the received program, the program holding unit that holds the acquired program The required list acquisition unit that acquires a list of required programs that are strict programs, the list of required programs acquired by the required list acquisition unit, and the acquired programs included in the program holding unit A deficient program determining unit for determining a required program, and the deficient program Including a program acquisition unit that acquires an indispensable essential program determined by the determination unit via the reception unit, and has not yet acquired among the programs that are essential for the application used by the receiver in data broadcasting Only programs can be identified and selected and acquired in a timely manner.

本発明の第4の態様によると、データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得する処理をコンピュータに実行させるプログラム取得プログラムであって、放送局から情報を受信する受信ステップと、取得済みのプログラムを保持するプログラム保持ステップと、前記受信ステップを介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得ステップと、前記必須リスト取得ステップで取得した必須プログラムのリストと前記プログラム保持ステップに含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定ステップと、前記不足プログラム判定ステップで判定した不足している必須プログラムを前記受信ステップを介して取得するプログラム取得ステップと、を含むことを特徴とする、データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得するプログラム取得プログラムを提供する。   According to a fourth aspect of the present invention, there is provided a program acquisition program for causing a computer to execute processing for acquiring an essential program necessary for executing an application included in data broadcasting, and receiving a step of receiving information from a broadcasting station; A program holding step for holding the acquired program, a mandatory list obtaining step for obtaining a list of essential programs that are programs essential to the execution of the application included in the data broadcast from the information received through the receiving step; A deficient program determination step for comparing a list of required programs acquired in the required list acquisition step with an acquired program included in the program holding step to determine a deficient essential program, and the deficient program determination step Judged in A program acquisition step of acquiring a required program by adding through said receiving step, characterized in that it comprises a provides a program acquisition program to get the necessary programs required to run the application included in the data broadcasting.

この構成によって、本発明のプログラム取得プログラムは、放送局から情報を受信する受信ステップと、取得済みのプログラムを保持するプログラム保持ステップと、前記受信ステップを介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得ステップと、前記必須リスト取得ステップで取得した必須プログラムのリストと前記プログラム保持ステップに含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定ステップと、前記不足プログラム判定ステップで判定した不足している必須プログラムを前記受信ステップを介して取得するプログラム取得ステップと、をコンピュータに実行させることができるため、コンピュータに、データ放送において受信機が使用するアプリケーションに必須であるプログラムのうち、未だ取得していないプログラムのみを特定して、タイムリーに選択して取得させることができる。   With this configuration, the program acquisition program of the present invention is included in the data broadcast from the reception step of receiving information from the broadcasting station, the program holding step of holding the acquired program, and the information received through the reception step. The essential list acquisition step for acquiring a list of essential programs that are programs essential to the execution of the application, and the list of essential programs acquired in the essential list acquisition step are compared with the acquired programs included in the program holding step. And executing a computer to execute an insufficient program determination step for determining an indispensable essential program and a program acquisition step for acquiring the indispensable essential program determined in the inadequate program determination step through the reception step. Make Bets for can, to a computer, of the program the receiver is essential to the application for use in data broadcasting, to identify the program that has not yet been acquired, can be acquired by selecting a timely manner.

本発明によれば、データ放送において受信機がアプリケーションを実行するために必須のプログラムを必要十分な範囲でタイムリーかつ、受信機能力、伝送路などの必要とするリソースを最小限にして得ることができる。したがって、本発明により、随時新たな機能を用いたデータ放送サービスを、受信機側、伝送路双方に対する負荷を最小限にして提供することができる。   According to the present invention, a program essential for a receiver to execute an application in data broadcasting can be obtained within a necessary and sufficient range in a timely manner and with minimum required resources such as reception function and transmission path. Can do. Therefore, according to the present invention, it is possible to provide a data broadcasting service using a new function at any time while minimizing the load on both the receiver side and the transmission path.

また、本発明によれば、データ放送において受信機が使用するアプリケーションに必須である、既に取得済みのプログラムのうち、修正する必要のあるプログラムのみをタイムリーに選択して更新することができる。   Further, according to the present invention, it is possible to select and update only the programs that need to be corrected among the already acquired programs that are essential for applications used by the receiver in data broadcasting.

本発明のプログラム取得装置を用いてデータ放送の受信を行う、代表的な受信機のソフトウェア構成を示す図である。It is a figure which shows the software structure of the typical receiver which receives data broadcasting using the program acquisition apparatus of this invention. 本発明の第1の実施の形態のネイティブコード取得装置のブロック図である。It is a block diagram of the native code acquisition apparatus of the 1st Embodiment of this invention. 図1のネイティブコード取得装置の動作を説明するフローチャートである。3 is a flowchart for explaining the operation of the native code acquisition device of FIG. 1. 本発明の第2の実施の形態のネイティブコード取得装置のブロック図である。It is a block diagram of the native code acquisition apparatus of the 2nd Embodiment of this invention. 図4のネイティブコード取得装置の動作を説明するフローチャートである。6 is a flowchart for explaining the operation of the native code acquisition device of FIG. 4. 本発明にしたがって必須ネイティブコードを取得するプログラムの一例を示す図である。It is a figure which shows an example of the program which acquires an essential native code according to this invention. 本発明の第3の実施の形態のネイティブコード更新装置の原理を示す図である。It is a figure which shows the principle of the native code update apparatus of the 3rd Embodiment of this invention.

まず、本発明の実施の形態の詳細を説明する前に、本発明に係わるプログラム取得装置を用いる、代表的な受信機の構成について説明する。   First, before describing the details of the embodiment of the present invention, the configuration of a typical receiver using the program acquisition apparatus according to the present invention will be described.

図1に、本発明に係わるプログラム取得装置を用いてデータ放送を受信する代表的な受信機のソフトウェア構成の一例を示す。理解を容易にするため、以下の説明では、受信機は、ARIB STD−B23規格を含む、上述の非特許文献3〜9に記載の規格に準拠してデータ放送を受信するものとして、必要十分な範囲でタイムリーかつ最小限のリソースを用いて取得する必要のあるプログラムをネイティブコードとして説明する。   FIG. 1 shows an example of the software configuration of a typical receiver that receives a data broadcast using the program acquisition apparatus according to the present invention. In order to facilitate understanding, in the following description, the receiver is necessary and sufficient to receive a data broadcast in accordance with the standards described in Non-Patent Documents 3 to 9 including the ARIB STD-B23 standard. A program that needs to be acquired using timely and minimal resources within a certain range will be described as native code.

図1に示すように、代表的な受信機1は、JavaデータアプリケーションA1と、JavaクラスライブラリA2と、Java仮想マシンA3と、ネイティブコードA4と、ドライバA5と、OSA6と、ハードウェアA7とから構成されている。これに限定されないが、JavaデータアプリケーションA1として、例えば、Xletアプリケーションを用いてもよい。   As shown in FIG. 1, a typical receiver 1 includes a Java data application A1, a Java class library A2, a Java virtual machine A3, a native code A4, a driver A5, an OSA6, and hardware A7. It is configured. Although not limited to this, for example, an Xlet application may be used as the Java data application A1.

JavaクラスライブラリA2は、アプリケーションの管理に関するプログラムを集めたアプリケーション管理部と、トランスポートストリーム(以後、「TS」と呼ぶ)の取得、転送制御に関するプログラムを集めたTS取得、転送制御部、画像音声の再生制御に関するプログラムを集めたAV(Audio Visual)再生制御部、またはJMF(Java Media Framework)部、ISO/IEC 13818−6デジタルインタラクティブサービスにおけるファイルやストリームに対するアクセスの制御に関するプログラムを集めたDSM−CC(Digital Storage Media−Command and Control)制御部、その他のMHP(Multimedia Home Platform)に関連するプログラムを集めたMHPライブラリ、拡張ライブラリ、例えば、PBP(Personal Basis Profile)0.1などに関するプログラムを集めたJavaライブラリを含む。   The Java class library A2 includes an application management unit that collects programs related to application management, a transport stream (hereinafter referred to as “TS”) acquisition, a TS acquisition that collects programs related to transfer control, a transfer control unit, and an image / audio. AV (Audio Visual) playback control unit, which collects programs related to playback control of files, or DSM- which collects programs related to control of access to files and streams in the ISO / IEC 13818-6 digital interactive service, JMF (Java Media Framework) unit, ISO / IEC 13818-6 CC (Digital Storage Media-Command and Control) control unit, other MHP (Multimedia Home Platform) ) MHP library of related programs, extension libraries, for example, includes a PBP (Personal Basis Profile) Java library of programs on such 0.1.

ネイティブコードA4は、DTV(Digital Television)ミドルウェア、システム管理部、システム共通ライブラリ、I/O(入出力)制御部、グラフィックス制御部を含む。ハードウェアA7が動作するOSA6として、例えば、Linuxを用いてもよい。JavaクラスライブラリA2とネイティブコードA4との間は、Java Naitive Interface(JNI)で連結している。このネイティブコードA4が受信機のごとに異なる動作環境を吸収してJava仮想マシンを動作させるようにしている。以下、このネイティブコードを、必要十分な範囲でタイムリーかつ最小限のリソースを用いて取得する場合について実施の形態を用いて詳細に説明する。   The native code A4 includes a DTV (Digital Television) middleware, a system management unit, a system common library, an I / O (input / output) control unit, and a graphics control unit. For example, Linux may be used as the OSA 6 on which the hardware A7 operates. The Java class library A2 and the native code A4 are linked by a Java Naive Interface (JNI). The native code A4 absorbs the operating environment that is different for each receiver and operates the Java virtual machine. Hereinafter, a case where the native code is acquired using a timely and minimum resource within a necessary and sufficient range will be described in detail using an embodiment.

以下、本発明における実施の形態について図面を参照して説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(第1の実施の形態)
以下、本発明の第1の実施の形態のプログラム取得装置について説明する。理解を容易にするため、以下の実施の形態の説明では、取得するプログラムをネイティブコードとし、プログラム取得装置を、ネイティブコード取得装置として実装した場合について説明する。
(First embodiment)
The program acquisition apparatus according to the first embodiment of the present invention will be described below. In order to facilitate understanding, in the following description of the embodiment, a case will be described in which the acquired program is a native code and the program acquisition device is implemented as a native code acquisition device.

図2は、本発明の第1の実施の形態のプログラム取得装置を構成するネイティブコード取得装置の基本的な構成例を示すブロック図である。図2に示すように、本実施の形態のプログラム取得装置を構成するネイティブコード取得装置10は、放送波からデータ放送を受信するデータ放送受信部11と、取得済みのネイティブコードを保持し、かつ現在取得済みのネイティブコードに関するネイティブコード保持リストを有するネイティブコード保持部12と、ネイティブコードを取得する必須ネイティブコード取得部13と、データ放送受信部11で受信されたデータ放送の所定の箇所に記述された、データ放送に含まれるJavaアプリケーションを実行するために必須のネイティブコードのリストおよび各々のネイティブコードのファイルをネイティブコード保持部12で展開する場合の位置を取得する必須ネイティブコードリスト取得部14と、必須ネイティブコードリスト取得部14から得られる必須のネイティブコードのリストと、ネイティブコード保持部12を参照して得られる現在受信機内に保持しているネイティブコード保持リストを照合し、不足しているネイティブコードを特定する不足ネイティブコード判定部15と、を有する。   FIG. 2 is a block diagram illustrating a basic configuration example of the native code acquisition device that configures the program acquisition device according to the first embodiment of this invention. As shown in FIG. 2, the native code acquisition device 10 constituting the program acquisition device of the present embodiment has a data broadcast receiving unit 11 that receives a data broadcast from a broadcast wave, an acquired native code, and Described in a predetermined part of the data broadcast received by the data broadcast receiving unit 11 and the native code holding unit 12 having a native code holding list relating to the currently acquired native code, the required native code acquiring unit 13 for acquiring the native code A required native code list acquisition unit 14 for acquiring a list of native codes essential for executing the Java application included in the data broadcasting and a position when each native code file is expanded in the native code holding unit 12 And the required native code squirrel A list of essential native codes obtained from the acquisition unit 14 and a native code holding list currently stored in the receiver obtained by referring to the native code holding unit 12 are collated to identify a missing native code. A deficient native code determination unit 15.

より詳細に説明すると、放送局は、Javaアプリケーションの伝送に先立って送られるアプリケーション関連情報、具体的にはAITの中に、Javaアプリケーションで必要なネイティブコードのリストを記述している。必須ネイティブコードリスト取得部14は、データ放送受信部11で受信されたデータ放送に含まれるこのAITから必須のネイティブコードリストを取得する。不足ネイティブコード判定部15は、必須ネイティブコードリスト取得部14が取得したこのリストと、ネイティブコード保持部12から得られる現在受信機内に保持しているネイティブコードのリストとを比較して、Javaアプリケーションを実行するために不足しているネイティブコードを特定するようになっている。   More specifically, the broadcasting station describes a list of native codes necessary for the Java application in application-related information, specifically, AIT, which is sent prior to transmission of the Java application. The essential native code list acquisition unit 14 acquires an essential native code list from the AIT included in the data broadcast received by the data broadcast reception unit 11. The deficient native code determination unit 15 compares the list acquired by the essential native code list acquisition unit 14 with the list of native codes currently stored in the receiver obtained from the native code storage unit 12 to determine whether the Java application The native code that is missing to run is now identified.

さらに、本実施の形態のネイティブコード取得装置10は、当該受信機の機種情報、例えば、メーカー名、型番名など情報を保持する機種コード保持部16と、データ放送受信部11から出力される告知放送情報と機種コード保持部16から提供される当該受信機の機種情報から当該受信機に係わるダウンロード告知情報を取得する告知情報取得部17と、告知情報取得部17から得られるダウンロード告知情報から所定の箇所に記述されたネイティブコードのダウンロードに係わる放送ネイティブコードリストを取得する放送ネイティブコードリスト取得部18と、不足ネイティブコード判定部15から得られる不足ネイティブコードリストと、告知情報取得部17から得られるダウンロード告知情報、または、放送ネイティブコードリスト取得部18から得られる放送ネイティブコードリストから、取得が必要となるネイティブコードがダウンロードされる放送に係わる情報を取得し、その放送の受信予約制御を行う受信予約制御部19と、を有する。   Furthermore, the native code acquisition apparatus 10 of the present embodiment includes a model code holding unit 16 that holds model information of the receiver, for example, information such as a manufacturer name and model name, and a notification output from the data broadcast receiving unit 11. From the broadcast information and the model information of the receiver provided from the model code holding unit 16, a notification information acquisition unit 17 that acquires download notification information related to the receiver and a download notification information obtained from the notification information acquisition unit 17 The broadcast native code list acquisition unit 18 that acquires a broadcast native code list related to the download of the native code described in the section, the lack native code list obtained from the lack native code determination unit 15, and the notification information acquisition unit 17 Download notification information or broadcast native code list From the broadcasting native code list obtained from the acquisition unit 18 acquires information related to broadcast native code acquisition is required is downloaded, having a receiving reservation control unit 19 for receiving reservation control of the broadcast, the.

具体的には、放送局はソフトウェア配布告知情報、具体的にはSDTT(Software Download Trigger Table)の中で、各受信機向けのアップグレード用ネイティブコードがいつどのようにダウンロードされるかを告知する。告知情報取得部17はこのSDTTを取得し、放送ネイティブコードリスト取得部18はSDTTからネイティブコードのダウンロード情報を抽出し、受信予約制御部19は、不足ネイティブコード判定部15から得られる不足ネイティブコードリストと、放送ネイティブコードリスト取得部18が抽出したネイティブコードのダウンロード情報から、その放送の受信予約制御を行う。   Specifically, the broadcasting station notifies when and how the upgrade native code for each receiver is downloaded in the software distribution notification information, specifically, SDTT (Software Download Trigger Table). The notification information acquisition unit 17 acquires the SDTT, the broadcast native code list acquisition unit 18 extracts the download information of the native code from the SDTT, and the reception reservation control unit 19 receives the insufficient native code obtained from the insufficient native code determination unit 15. Broadcast reception reservation control is performed from the list and the download information of the native code extracted by the broadcast native code list acquisition unit 18.

この受信予約制御部19が行う受信予約制御により予約したタイミングで、データ放送受信部11、および必須ネイティブコード取得部13が所望のネイティブコードの取得に必要な動作を行い、放送波からネイティブコードを取得し、取得したネイティブコードをネイティブコード保持部12内の所定の展開位置に格納する。これに伴って、ネイティブコード保持部12におけるネイティブコード保持リストが更新される。   At the timing reserved by the reception reservation control performed by the reception reservation control unit 19, the data broadcast reception unit 11 and the essential native code acquisition unit 13 perform operations necessary for acquiring a desired native code, and the native code is obtained from the broadcast wave. The acquired native code is stored in a predetermined development position in the native code holding unit 12. Along with this, the native code holding list in the native code holding unit 12 is updated.

さらに、本実施の形態のネイティブコード取得装置10は、Javaアプリケーションをネイティブコード保持部12にあるネイティブコードを用いながら処理を行い、所望のデータ放送の提示を行うデータ放送処理部20を有する。   Furthermore, the native code acquisition apparatus 10 according to the present embodiment includes a data broadcast processing unit 20 that performs processing of a Java application using the native code in the native code holding unit 12 and presents a desired data broadcast.

図3は、ネイティブコード取得装置10の動作を説明するフローチャートである。図2を参照して、このようにして構成されたネイティブコード取得装置10の動作について説明する。以下の処理は、ネイティブコード取得装置10に含まれる、図示されていない、CPUの制御によって実行される。   FIG. 3 is a flowchart for explaining the operation of the native code acquisition apparatus 10. With reference to FIG. 2, the operation of the native code acquisition apparatus 10 configured as described above will be described. The following processing is executed by CPU control (not shown) included in the native code acquisition device 10.

まず、ステップS101で、データ放送を受信する。具体的には、データ放送受信部11が放送波からデータ放送を受信する。ステップS102で、必要なネイティブコードのリストを取得する。具体的には、必須ネイティブコードリスト取得部14が、データ放送受信部11で受信されたデータ放送に含まれるJavaアプリケーションについて、データ放送の所定の箇所に記述された、アプリケーションの実行に必要なネイティブコードのリストおよび各々のネイティブコードのファイルをネイティブコード保持部12で展開する場合の位置を取得する。   First, in step S101, a data broadcast is received. Specifically, the data broadcast receiving unit 11 receives a data broadcast from a broadcast wave. In step S102, a list of necessary native codes is acquired. Specifically, the essential native code list acquisition unit 14 is a native application necessary for executing an application described in a predetermined part of the data broadcast for a Java application included in the data broadcast received by the data broadcast reception unit 11. The code list and the position when each native code file is expanded by the native code holding unit 12 are acquired.

ステップS103で、必要なネイティブコードのリストを参照して、不足しているネイティブコードを特定する。具体的には、不足ネイティブコード判定部15が、必須ネイティブコードリスト取得部14から得た必須のネイティブコードのリストと、ネイティブコード保持部12を参照して得られる現在受信機内に保持しているネイティブコード保持リストを照合し、不足しているネイティブコードを特定する。ステップS104で、ネイティブコードの告知情報と機種情報から該当するネイティブコードのダウンロード情報を取得する。具体的には、放送ネイティブコードリスト取得部18が、告知情報取得部17が取得したデータ放送受信部11から出力される告知放送情報と機種コード保持部16から提供される当該受信機の機種情報から当該受信機に係わるダウンロード告知情報を取得する。さらに、放送ネイティブコードリスト取得部18が、取得したダウンロード告示情報から、所定の箇所に記述されたネイティブコードのダウンロードに係わる放送ネイティブコードリストを取得する。   In step S103, a list of necessary native codes is referenced to identify missing native codes. Specifically, the deficient native code determination unit 15 holds the list of essential native codes obtained from the essential native code list acquisition unit 14 and the current receiver obtained by referring to the native code holding unit 12. Check the native code holding list to identify missing native code. In step S104, the corresponding native code download information is acquired from the native code notification information and the model information. Specifically, the broadcast native code list acquisition unit 18 receives the notification broadcast information output from the data broadcast reception unit 11 acquired by the notification information acquisition unit 17 and the model information of the receiver provided from the model code holding unit 16. Download notification information related to the receiver. Further, the broadcast native code list acquisition unit 18 acquires a broadcast native code list related to downloading of the native code described in a predetermined location from the acquired download notification information.

ステップS105で、受信予約制御部19が、不足ネイティブコード判定部15から得られる不足ネイティブコードリストと、告知情報取得部17から得られるダウンロード告知情報、または、放送ネイティブコードリスト取得部18から得られる放送ネイティブコードリストから、取得が必要となるネイティブコードがダウンロードされる放送に係わる情報を取得し、その放送の受信予約制御を行う。   In step S105, the reception reservation control unit 19 is obtained from the deficient native code list obtained from the deficient native code determination unit 15 and the download notice information obtained from the notice information obtaining part 17 or the broadcast native code list obtaining part 18. Information related to the broadcast in which the native code that needs to be downloaded is acquired from the broadcast native code list, and reception reservation control of the broadcast is performed.

この受信予約制御部19が行う受信予約制御により予約したタイミングで、データ放送受信部11、および必須ネイティブコード取得部13が所望のネイティブコードの取得に必要な動作を行い、放送波からネイティブコードを取得し、取得したネイティブコードをネイティブコード保持部12内の所定の展開位置に格納する。これに伴って、ネイティブコード保持部12におけるネイティブコード保持リストが更新される。   At the timing reserved by the reception reservation control performed by the reception reservation control unit 19, the data broadcast reception unit 11 and the essential native code acquisition unit 13 perform operations necessary for acquiring a desired native code, and the native code is obtained from the broadcast wave. The acquired native code is stored in a predetermined development position in the native code holding unit 12. Along with this, the native code holding list in the native code holding unit 12 is updated.

このように、本実施の形態のネイティブコード取得装置10は、不足しているネイティブコードを特定し、不足しているネイティブコードのみを予約をして放送波から取得できるので、不足しているネイティブコードをタイムリーに取得できるだけでなく、受信機能力、伝送路などの必要とするリソースを最小限にできる。   As described above, the native code acquisition device 10 according to the present embodiment can identify the missing native code, reserve only the missing native code, and acquire it from the broadcast wave. Not only can the code be acquired in a timely manner, but also the required resources such as reception capability and transmission path can be minimized.

上述の実施の形態では、ネイティブコードを放送波から取得する場合について説明したが、本発明はこれに限定されない。ネイティブコードを、例えば、ネットワーク経由で取得してもよい。受信機がネットワーク通信網に接続されているときは、ダウンロード予約に代え、URLをもとに必要とするネイティブコードをネットワーク通信網を介して取得するようにしてもよい。ネイティブコードをネットワーク経由で取得する方法について、次の実施の形態で説明する。   In the above-described embodiment, the case where the native code is acquired from the broadcast wave has been described, but the present invention is not limited to this. The native code may be acquired via a network, for example. When the receiver is connected to the network communication network, the necessary native code may be obtained via the network communication network instead of the download reservation. A method for acquiring the native code via the network will be described in the next embodiment.

(第2の実施の形態)
図4は、本発明の第2の実施の形態のプログラム取得装置を構成するネイティブコード取得装置の基本的な構成例を示すブロック図である。
(Second Embodiment)
FIG. 4 is a block diagram illustrating a basic configuration example of the native code acquisition device that configures the program acquisition device according to the second embodiment of the present invention.

図4に示すように、本発明の第2の実施の形態のネイティブコード取得装置30は、図2で説明した第1の実施の形態のネイティブコード取得装置10と、データ放送受信部11を介して必須ネイティブコードを取得する必須ネイティブコード取得部13に代わって、ネットワーク通信網を介して受信機の外部に存在するネイティブコードサーバ22から必要とするネイティブコードを取得する必須ネイティブコード取得部21を備えた点が異なる。前述の実施の形態と略同様の構成には同様の参照番号を付して、詳細な説明を省略する。   As shown in FIG. 4, the native code acquisition device 30 according to the second embodiment of the present invention is connected to the native code acquisition device 10 according to the first embodiment described in FIG. Instead of the required native code acquisition unit 13 for acquiring the required native code, the required native code acquisition unit 21 for acquiring the required native code from the native code server 22 existing outside the receiver via the network communication network is provided. The prepared point is different. The same reference numerals are given to the configurations substantially the same as those of the above-described embodiment, and the detailed description is omitted.

本実施の形態では、データ放送受信部11が放送波からデータ放送を受信すると、必須ネイティブコードリスト取得部14が、データ放送受信部11で受信されたデータ放送に含まれるJavaアプリケーションについて、データ放送の所定の箇所に記述された、アプリケーションの実行に必要なネイティブコードのリストおよび各々のネイティブコードのファイルのネイティブコード保持部12で展開する場合の位置を取得する。   In the present embodiment, when the data broadcast receiving unit 11 receives a data broadcast from a broadcast wave, the essential native code list acquisition unit 14 performs data broadcast on the Java application included in the data broadcast received by the data broadcast receiving unit 11. The list of native codes necessary for executing the application described in the predetermined place and the position when each native code file is expanded in the native code holding unit 12 are acquired.

不足ネイティブコード判定部15は必須ネイティブコードリスト取得部14から供給されるリストと、ネイティブコード保持部12から提供される現在受信機内で保持しているネイティブコードのリストを照合し、不足しているネイティブコードを特定する。   The deficient native code determination unit 15 compares the list supplied from the essential native code list acquisition unit 14 with the list of native codes currently held in the receiver provided from the native code holding unit 12, and is missing. Identify native code.

必須ネイティブコード取得部21は、例えば、工場出荷時に与えられた機種情報などの情報から、当該ネイティブコードを取得可能なネイティブコードサーバ22のネットワーク通信網上の位置を特定し、ネットワーク通信網を介して、不足ネイティブコード判定部15によって特定された不足しているネイティブコードを取得する。   The essential native code acquisition unit 21 specifies the position on the network communication network of the native code server 22 that can acquire the native code from information such as model information given at the time of shipment from the factory, for example, via the network communication network. Thus, the missing native code identified by the missing native code determination unit 15 is acquired.

必須ネイティブコード取得部21が取得したネイティブコードは、ネイティブコード保持部12の中の所定の展開位置に格納され、ネイティブコード保持部12におけるネイティブコード保持リストが更新される。   The native code acquired by the essential native code acquisition unit 21 is stored at a predetermined development position in the native code holding unit 12, and the native code holding list in the native code holding unit 12 is updated.

図5は、ネイティブコード取得装置30の動作を説明するフローチャートである。図5を参照して、このようにして構成されたネイティブコード取得装置30の動作について説明する。以下の処理は、ネイティブコード取得装置30に含まれる、図示されていない、CPUの制御によって実行される。   FIG. 5 is a flowchart for explaining the operation of the native code acquisition device 30. With reference to FIG. 5, the operation of the native code acquisition device 30 configured as described above will be described. The following processing is executed by CPU control (not shown) included in the native code acquisition device 30.

ステップS101からステップS103までの処理は、第1の実施の形態のネイティブコード取得装置10と略同様であるので説明を省略する。   Since the processing from step S101 to step S103 is substantially the same as that of the native code acquisition apparatus 10 of the first embodiment, description thereof is omitted.

ステップS204では、機種情報から該当するネイティブコードのサーバを特定する。具体的には、工場出荷時に与えられた情報から、当該ネイティブコードを取得可能なネイティブコードサーバ22のネットワーク通信網上の位置を特定する。   In step S204, the server of the corresponding native code is specified from the model information. Specifically, the position on the network communication network of the native code server 22 that can acquire the native code is specified from information given at the time of factory shipment.

ステップS205では、特定したサーバから不足しているネイティブコードを取得する。具体的には、必須ネイティブコード取得部21は、ネットワーク通信網を介してネイティブコードサーバ22から、不足ネイティブコード判定部15によって特定された不足しているネイティブコードを取得する。   In step S205, the missing native code is acquired from the identified server. Specifically, the essential native code acquisition unit 21 acquires the missing native code identified by the missing native code determination unit 15 from the native code server 22 via the network communication network.

また、本実施の形態では、ネイティブコードを取得可能なネイティブコードサーバ22のネットワーク通信網上の位置を工場出荷時にすでに与えられているものとして説明したが、本発明はこれに限定されない。例えば、データ放送受信部11から得られるAITおよび機種コード保持部16から提供される機種情報から、ネイティブコードサーバ22のネットワーク通信網上の位置を取得するようにしてもよいし、ネットワーク通信網のみならず放送など別途の手段により後に取得または更新するようにしてもよい。   In the present embodiment, the position on the network communication network of the native code server 22 from which the native code can be obtained has been given at the time of factory shipment. However, the present invention is not limited to this. For example, the position of the native code server 22 on the network communication network may be acquired from the AIT obtained from the data broadcast receiving unit 11 and the model information provided from the model code holding unit 16, or only the network communication network. Instead, it may be acquired or updated later by another means such as broadcasting.

ネイティブコードサーバ22のネットワーク通信網上の位置は、メーカー名、機種名から、例えば、以下のように記述してもよい。
ftp.makerXXX.co.jp/modelYYY/
The position of the native code server 22 on the network communication network may be described from the manufacturer name and model name as follows, for example.
ftp.makerXXX.co.jp/modelYYY/

次に、本発明に従って必須ネイティブコードを取得するプログラムの記述の例を図6に示す。   Next, FIG. 6 shows an example of a description of a program for obtaining the essential native code according to the present invention.

図6に示す必須ネイティブコードの例ではAITに記述したが、PMT内のarib_j_infoなどに記述することも可能である。   In the example of the essential native code shown in FIG. 6, it is described in AIT, but it can also be described in arib_j_info in the PMT.

告知情報におけるダウンロードネイティブコードの記述として、例えば、ARIB STD−B21のSDTTにおけるDownload_content_descriptor()内のmodule_info_byteにネイティブコードファイル名を書いてもよい。別途、SDTT内に新規のフィールドを追加してネイティブコードファイル名を記述することも考えられる。   As the description of the download native code in the notification information, for example, the native code file name may be written in module_info_byte in Download_content_descriptor () in the SDTT of ARIB STD-B21. Separately, it is also possible to add a new field in the SDTT and describe the native code file name.

このように、本実施の形態のネイティブコード取得装置30は、不足しているネイティブコードを特定し、不足しているネイティブコードのみをネットワーク通信網から取得できるので、不足しているネイティブコードを即座に取得できるだけでなく、受信機能力、伝送路などの必要とするリソースを最小限にできる。   As described above, the native code acquisition device 30 according to the present embodiment can identify the missing native code and acquire only the missing native code from the network communication network. In addition to acquisition, it is possible to minimize the required resources such as reception capability and transmission path.

また、本実施の形態のネイティブコード取得装置30は、不足しているネイティブコードを特定し、不足しているネイティブコードのみをネットワーク通信網から取得する構成について説明したが、本発明はこれに限定されない。第1の実施の形態と組み合わせて、不足しているネイティブコードを、放送波とネットワーク通信網との二つの経路を選択的に用いて取得するようにしてもよい。具体的には、不足しているネイティブコードのサイズ、用途、緊急性を考慮して、放送波とネットワーク通信網から最適と判断される経路を用いて取得するようにしてもよい。   Further, although the native code acquisition device 30 of the present embodiment has been described with respect to the configuration in which the missing native code is identified and only the missing native code is acquired from the network communication network, the present invention is not limited thereto. Not. In combination with the first embodiment, the missing native code may be acquired by selectively using two paths of the broadcast wave and the network communication network. Specifically, in consideration of the size, usage, and urgency of the missing native code, it may be acquired using a route that is determined to be optimal from the broadcast wave and the network communication network.

上述の実施の形態では、不足している必須のネイティブコードを放送波またはネットワーク通信網から取得する場合について説明したが、本発明はこれに限定されない。例えば、すでにネイティブコード保持部12に保持しているネイティブコードのうち、一部のネイティブコードに修正する必要が発生した場合、当該ネイティブコードのみを、放送波またはネットワーク通信網を介して修正するようにしてもよい。ネイティブコードを放送波またはネットワーク経由で修正する方法について、次の実施の形態で説明する。   In the above-described embodiment, the description has been given of the case where the missing essential native code is acquired from the broadcast wave or the network communication network, but the present invention is not limited to this. For example, when it is necessary to correct some native codes among the native codes already held in the native code holding unit 12, only the native codes are corrected via a broadcast wave or a network communication network. It may be. A method for correcting the native code via a broadcast wave or a network will be described in the following embodiment.

(第3の実施の形態)
以下、本発明の第3の実施の形態のプログラム更新装置について説明する。理解を容易にするため、以下の実施の形態の説明では、更新するプログラムをネイティブコードとし、プログラム更新装置を、ネイティブコード更新装置として実装した場合について説明する。本実施の形態のプログラム更新装置を構成するネイティブコード更新装置は、上述の第1の実施の形態のネイティブコード取得装置10または第2の実施の形態のネイティブコード取得装置30と、不足しているネイティブコードを取得するための構成および動作はほぼ同様である。
(Third embodiment)
The program update apparatus according to the third embodiment of the present invention will be described below. In order to facilitate understanding, in the following description of the embodiment, a case will be described in which the program to be updated is a native code and the program update device is implemented as a native code update device. The native code update device constituting the program update device of the present embodiment is insufficient with the native code acquisition device 10 of the first embodiment or the native code acquisition device 30 of the second embodiment. The configuration and operation for acquiring the native code are almost the same.

具体的には、本実施の形態のネイティブコード更新装置は、上述のネイティブコード取得装置10または30のいずれか一方、または両方を組み合わせた構成を有し、不足しているネイティブコードを、放送波とネットワーク通信網との二つの経路のいずれか一方、またはネイティブコードのサイズ、用途、緊急性を考慮して、放送波とネットワーク通信網から最適と判断される経路を用いて取得するようになっている。以下、上述の実施の形態と異なる点について詳細に説明する。   Specifically, the native code update device according to the present embodiment has a configuration in which one or both of the above-described native code acquisition devices 10 and 30 are combined, and the missing native code is broadcasted to the broadcast wave. In consideration of the size, application, and urgency of the native code, the path that is determined to be optimal from the broadcast wave and the network communication network will be acquired. ing. Hereinafter, differences from the above-described embodiment will be described in detail.

図7は、本発明の第3の実施の形態のネイティブコード更新装置の原理を示す図である。   FIG. 7 is a diagram illustrating the principle of the native code update device according to the third embodiment of this invention.

ネイティブコード保持部12に既に保持されている一部のネイティブコードに修正する必要が発生した場合について考察する。具体的には、図7に示すように、ネイティブコード保持部12には、例えば、ネイティブコードa.SOとネイティブコードb.SOが保持されており、ネイティブコードb.SOを修正する場合を想定する。   Consider a case where it is necessary to modify some native code already held in the native code holding unit 12. Specifically, as shown in FIG. 7, the native code holding unit 12 includes, for example, a native code a. SO and native code b. SO is retained and native code b. Assume that the SO is corrected.

放送局側は、新たな必須ネイティブとしてネイティブコードc.SOを作成する。ネイティブコードc.SOは、ネイティブコード保持部12には存在しない必須ネイティブコードであるので、上述の手法に従って、放送波またはネットワーク通信網のいずれかの経路を経て取得され、ネイティブコード保持部12の中の所定の展開位置に格納されるようになっている。   The broadcast station side uses the native code c. Create SO. Native code c. Since the SO is an essential native code that does not exist in the native code holding unit 12, the SO is acquired through either a broadcast wave or a network communication network in accordance with the above-described method, and a predetermined code in the native code holding unit 12 is obtained. It is stored in the unfolded position.

このネイティブコードc.SOにネイティブコードb’.SOを、ネイティブコードc.SOと一体として処理され、取得されるように組み込んでおき、ネイティブコードc.SOをネイティブコード保持部12の中で展開すると、既にネイティブコード保持部12に保持されているネイティブコードb.SOを強制的にネイティブコードb’.SOで更新するようにしておく。これは、ネイティブコードc.SOに強制取り込みフラグを設け、フラグがオンになっている場合は、比較せずに既に保持されているネイティブコードb.SOを強制的に添付のネイティブコードb’.SOで更新するようにしておけばよい。   This native code c. Native code b '. SO with native code c. Processed as a unit with SO and incorporated so as to be obtained, and native code c. When the SO is expanded in the native code holding unit 12, the native code b. SO is forced to the native code b '. Update with SO. This is the native code c. If a forced fetch flag is provided in the SO and the flag is on, the native code b. SO forcibly attached native code b '. It should be updated with SO.

このように、本実施の形態のネイティブコード更新装置では、既に取得済みのネイティブコードに修正する必要が発生したとしても、修正する必要のあるネイティブコードのみをタイムリーに選択して更新することができる。   As described above, in the native code update device according to the present embodiment, even if it is necessary to modify the already acquired native code, only the native code that needs to be modified can be selected and updated in a timely manner. it can.

また、本実施の形態では、既に取得済みのネイティブコードを、新たな必須ネイティブコードに一体として取得されるように添付させたネイティブコードによって更新する構成について説明したが、本発明はこれに限定されない。新たな必須ネイティブコードに、例えば、更新するネイティブコードとディペンデンシーリストを一体として取得されるように添付させ、ディペンデンシーリストに記載したネイティブコードを全て添付のネイティブコードで書き換えるようにしてもよい。   Further, in the present embodiment, a configuration has been described in which a native code that has already been acquired is updated with a native code that is attached so as to be acquired as a unit with a new essential native code, but the present invention is not limited to this. . For example, let the new required native code be attached so that the updated native code and dependency list are acquired as a unit, and rewrite all the native code written in the dependency list with the attached native code. May be.

以上、様々な実施の形態のネイティブコード取得装置およびネイティブコード更新を用いて本発明のプログラム取得装置およびプログラム更新装置について説明した。本発明のプログラム取得装置およびプログラム更新装置は、Javaデータ放送のサービスを実行するためのネイティブコードの取得または更新には限定されず、データ放送サービスを実行するために必須のネイティブコード以外のプログラムの取得、更新、さらには動画や静止画の取得、更新など、様々な用途に適用可能である。また、本発明のプログラム取得装置またはプログラム更新装置は、CPUとメモリを含む、一般的なコンピュータを上述した各手段として機能させるプログラム取得プログラムまたはプログラム更新プログラムによって動作させることができる。プログラム取得プログラムまたはプログラム更新プログラムは、通信回線を介して配布することも可能であるし、CD−ROM等の記録媒体に書き込んで配布することも可能である。さらに、本発明は、放送局とプログラム取得装置またはプログラム更新装置とを含めたプログラム取得システムまたはプログラム更新システムとして構成してもよい。   As described above, the program acquisition device and the program update device of the present invention have been described using the native code acquisition device and the native code update of various embodiments. The program acquisition device and the program update device of the present invention are not limited to acquisition or update of native code for executing a Java data broadcast service, but a program other than the native code essential for executing the data broadcast service. The present invention can be applied to various uses such as acquisition, update, and acquisition and update of moving images and still images. The program acquisition device or program update device of the present invention can be operated by a program acquisition program or program update program that causes a general computer including the CPU and memory to function as the above-described means. The program acquisition program or the program update program can be distributed through a communication line, or can be written on a recording medium such as a CD-ROM for distribution. Furthermore, the present invention may be configured as a program acquisition system or a program update system including a broadcast station and a program acquisition device or a program update device.

10、30 ネイティブコード取得装置(プログラム取得装置)
11 データ放送受信部(受信部)
12 ネイティブコード保持部(プログラム保持部)
13、21 必須ネイティブコード取得部(プログラム取得部)
14 必須ネイティブコードリスト取得部(必須リスト取得部)
15 必須ネイティブコード判定部(不足プログラム判定部)
16 機種コード保持部
17 告知情報取得部
18 放送ネイティブコードリスト取得部(告知情報取得部)
19 受信予約制御部
20 データ放送処理部
22 ネイティブコードサーバ
10, 30 Native code acquisition device (program acquisition device)
11 Data broadcasting receiver (receiver)
12 Native code storage (program storage)
13, 21 Essential native code acquisition unit (program acquisition unit)
14 Required native code list acquisition unit (required list acquisition unit)
15 Mandatory native code determination unit (insufficient program determination unit)
16 Model Code Holding Unit 17 Notification Information Acquisition Unit 18 Broadcast Native Code List Acquisition Unit (Notification Information Acquisition Unit)
19 Reception reservation control unit 20 Data broadcast processing unit 22 Native code server

Claims (9)

放送局から情報を受信する受信部と、
取得済みのプログラムを保持するプログラム保持部と、
前記受信部を介して受信する情報からデータ放送に含まれるアプリケーションの実行に不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、
前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、
前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部と、を備え
データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得することを特徴とするプログラム取得装置。
A receiver for receiving information from the broadcast station;
A program holding unit for holding the acquired program;
An essential list acquisition unit that acquires a list of essential programs that are programs indispensable for execution of applications included in data broadcasting from information received through the reception unit;
A deficient program determination unit that compares a list of required programs acquired by the required list acquisition unit with an acquired program included in the program holding unit to determine a deficient essential program;
A program acquisition unit that acquires, via the reception unit, an indispensable essential program determined by the insufficiency program determination unit, and acquires an essential program necessary for executing an application included in the data broadcast Program acquisition device.
さらに、前記受信部から、プログラムの提供を告知する告知情報を取得する告知情報取得部を備え、
前記プログラム取得部は、前記告知情報を参照して、前記不足プログラム判定部が判定した不足プログラムを前記受信部により取得することを特徴とする、請求項1記載のプログラム取得装置。
Further, from the receiving unit, comprising a notification information acquisition unit for acquiring notification information to notify the provision of the program,
The program acquisition apparatus according to claim 1, wherein the program acquisition unit acquires the deficient program determined by the deficient program determination unit with reference to the notification information, using the reception unit.
さらに、ネットワーク通信網を介して所定のサーバと情報を送受信するネットワーク通信部を備え、
前記プログラム取得部は、前記不足プログラム判定部が判定した不足プログラムを、前記ネットワーク通信部によりネットワーク通信網を介して前記所定のサーバから取得することを特徴とする、請求項1記載のプログラム取得装置。
In addition, a network communication unit that transmits and receives information to and from a predetermined server via a network communication network,
The program acquisition device according to claim 1, wherein the program acquisition unit acquires the insufficient program determined by the insufficient program determination unit from the predetermined server via the network communication network by the network communication unit. .
前記必須リスト取得部は、自機の機種に基づいて必須プログラムのリストを取得することを特徴とする、請求項1記載のプログラム取得装置。   The program acquisition apparatus according to claim 1, wherein the essential list acquisition unit acquires a list of essential programs based on a model of the own device. 前記必須プログラムが、Javaデータ放送を実行するためのネイティブコードであることを特徴とする、請求項1記載のプログラム取得装置。   2. The program acquisition apparatus according to claim 1, wherein the essential program is a native code for executing Java data broadcasting. 前記必須プログラムのリストは、データ放送波を介して放送されるAIT(Application Information Table)に含まれることを特徴とする、請求項1記載のプログラム取得装置。   2. The program acquisition apparatus according to claim 1, wherein the list of essential programs is included in an AIT (Application Information Table) broadcast via a data broadcast wave. 放送局から情報を受信する受信部と、
取得済みのプログラムを保持するプログラム保持部と、
前記受信部を介して受信する情報からデータ放送に含まれるアプリケーションを実行するために不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得部と、
前記必須リスト取得部が取得した必須プログラムのリストと前記プログラム保持部に含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定部と、
前記不足プログラム判定部によって判定した不足している必須プログラムを前記受信部を介して取得するプログラム取得部と、を備え、
前記不足している必須プログラムは、前記プログラム保持部に保持された取得済みのプログラムの一部を更新するプログラムを含む、
データ放送に含まれるアプリケーションの実行に必要な必須プログラムを更新することを特徴とするプログラム更新装置。
A receiver for receiving information from the broadcast station;
A program holding unit for holding the acquired program;
An essential list acquisition unit that acquires a list of essential programs that are indispensable programs for executing an application included in data broadcasting from information received through the reception unit;
A deficient program determination unit that compares a list of required programs acquired by the required list acquisition unit with an acquired program included in the program holding unit to determine a deficient essential program;
A program acquisition unit that acquires the indispensable essential program determined by the insufficient program determination unit via the reception unit;
The missing essential program includes a program for updating a part of the acquired program held in the program holding unit,
A program updating apparatus for updating an essential program necessary for executing an application included in data broadcasting.
前記不足した必須プログラムは、更新プログラムと強制取り込みフラグを有することを特徴とする、請求項6記載のプログラム更新装置。   7. The program update apparatus according to claim 6, wherein the deficient essential program has an update program and a forced fetch flag. データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得する処理をコンピュータに実行させるプログラム取得プログラムであって、
放送局から情報を受信する受信ステップと、
取得済みのプログラムを保持するプログラム保持ステップと、
前記受信ステップを介して受信する情報からデータ放送に含まれるアプリケーションを実行するために不可欠なプログラムである必須プログラムのリストを取得する必須リスト取得ステップと、
前記必須リスト取得ステップで取得した必須プログラムのリストと前記プログラム保持ステップに含まれる取得済みのプログラムとを照合して、不足している必須プログラムを判定する、不足プログラム判定ステップと、
前記不足プログラム判定ステップで判定した不足している必須プログラムを前記受信ステップを介して取得するプログラム取得ステップと、を含み、
データ放送に含まれるアプリケーションの実行に必要な必須プログラムを取得することを特徴とするプログラム取得プログラム。
A program acquisition program for causing a computer to execute processing for acquiring an essential program necessary for executing an application included in data broadcasting,
A receiving step for receiving information from the broadcast station;
A program holding step for holding the acquired program;
An essential list acquisition step of acquiring a list of essential programs that are indispensable programs for executing an application included in data broadcasting from the information received through the reception step;
A deficient program determination step of determining a deficient essential program by comparing a list of essential programs acquired in the essential list acquisition step with an acquired program included in the program holding step;
Including a program acquisition step of acquiring, through the reception step, a deficient essential program determined in the deficient program determination step,
A program acquisition program for acquiring an essential program necessary for executing an application included in data broadcasting.
JP2009008040A 2009-01-16 2009-01-16 Device, device and program for obtaining program Pending JP2010166407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009008040A JP2010166407A (en) 2009-01-16 2009-01-16 Device, device and program for obtaining program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009008040A JP2010166407A (en) 2009-01-16 2009-01-16 Device, device and program for obtaining program

Publications (1)

Publication Number Publication Date
JP2010166407A true JP2010166407A (en) 2010-07-29

Family

ID=42582210

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009008040A Pending JP2010166407A (en) 2009-01-16 2009-01-16 Device, device and program for obtaining program

Country Status (1)

Country Link
JP (1) JP2010166407A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012244339A (en) * 2011-05-18 2012-12-10 Nippon Hoso Kyokai <Nhk> Terminal cooperation system, receiver, and information processing terminal
JP2012244338A (en) * 2011-05-18 2012-12-10 Nippon Hoso Kyokai <Nhk> Terminal cooperation system
JP2012257240A (en) * 2011-05-19 2012-12-27 Nippon Hoso Kyokai <Nhk> Broadcast communication cooperation receiver and lacking resource management program
JP2012257224A (en) * 2011-05-19 2012-12-27 Nippon Hoso Kyokai <Nhk> Receiving device
JP2012257226A (en) * 2011-05-19 2012-12-27 Nippon Hoso Kyokai <Nhk> Receiving device
JP2013009328A (en) * 2011-05-20 2013-01-10 Nippon Hoso Kyokai <Nhk> Receiver
WO2013168584A1 (en) * 2012-05-11 2013-11-14 ソニー株式会社 Receiving terminal, display method, broadcast device, broadcast method, program, and broadcast system
JP2014011715A (en) * 2012-07-02 2014-01-20 Nippon Hoso Kyokai <Nhk> Broadcast communication cooperation reception device, application authentication program, and broadcast communication cooperation system
JP2016054379A (en) * 2014-09-03 2016-04-14 日本放送協会 Receiver and program

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001067232A (en) * 1999-08-31 2001-03-16 Hitachi Ltd Distribution system and receiving terminal device for software
JP2002320158A (en) * 2001-04-23 2002-10-31 Nippon Hoso Kyokai <Nhk> Function addition/deletion-type receiver, function- loading method, and function-providing method
JP2005020724A (en) * 2003-06-04 2005-01-20 Matsushita Electric Ind Co Ltd Program replacing method
JP2005142751A (en) * 2003-11-05 2005-06-02 Sony Corp Signal receiving apparatus and method thereof, program recording medium and program
JP2005149260A (en) * 2003-11-18 2005-06-09 Sony Corp Information processing system and method, data generation device and method, reception device and method, recording medium, and program
JP2006512818A (en) * 2002-12-30 2006-04-13 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ How to send interactive television
JP2007034750A (en) * 2005-07-27 2007-02-08 Toshiba Corp Digital broadcasting receiver
JP2007206769A (en) * 2006-01-31 2007-08-16 Yokogawa Electric Corp Program download device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001067232A (en) * 1999-08-31 2001-03-16 Hitachi Ltd Distribution system and receiving terminal device for software
JP2002320158A (en) * 2001-04-23 2002-10-31 Nippon Hoso Kyokai <Nhk> Function addition/deletion-type receiver, function- loading method, and function-providing method
JP2006512818A (en) * 2002-12-30 2006-04-13 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ How to send interactive television
JP2005020724A (en) * 2003-06-04 2005-01-20 Matsushita Electric Ind Co Ltd Program replacing method
JP2005142751A (en) * 2003-11-05 2005-06-02 Sony Corp Signal receiving apparatus and method thereof, program recording medium and program
JP2005149260A (en) * 2003-11-18 2005-06-09 Sony Corp Information processing system and method, data generation device and method, reception device and method, recording medium, and program
JP2007034750A (en) * 2005-07-27 2007-02-08 Toshiba Corp Digital broadcasting receiver
JP2007206769A (en) * 2006-01-31 2007-08-16 Yokogawa Electric Corp Program download device

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012244339A (en) * 2011-05-18 2012-12-10 Nippon Hoso Kyokai <Nhk> Terminal cooperation system, receiver, and information processing terminal
JP2012244338A (en) * 2011-05-18 2012-12-10 Nippon Hoso Kyokai <Nhk> Terminal cooperation system
JP2012257240A (en) * 2011-05-19 2012-12-27 Nippon Hoso Kyokai <Nhk> Broadcast communication cooperation receiver and lacking resource management program
JP2012257224A (en) * 2011-05-19 2012-12-27 Nippon Hoso Kyokai <Nhk> Receiving device
JP2012257226A (en) * 2011-05-19 2012-12-27 Nippon Hoso Kyokai <Nhk> Receiving device
JP2017011712A (en) * 2011-05-19 2017-01-12 日本放送協会 Receiving device
JP6097443B1 (en) * 2011-05-19 2017-03-15 日本放送協会 Receiving machine
JP2017112617A (en) * 2011-05-19 2017-06-22 日本放送協会 Receiver
JP2013009328A (en) * 2011-05-20 2013-01-10 Nippon Hoso Kyokai <Nhk> Receiver
WO2013168584A1 (en) * 2012-05-11 2013-11-14 ソニー株式会社 Receiving terminal, display method, broadcast device, broadcast method, program, and broadcast system
JP2014011715A (en) * 2012-07-02 2014-01-20 Nippon Hoso Kyokai <Nhk> Broadcast communication cooperation reception device, application authentication program, and broadcast communication cooperation system
JP2016054379A (en) * 2014-09-03 2016-04-14 日本放送協会 Receiver and program

Similar Documents

Publication Publication Date Title
JP2010166407A (en) Device, device and program for obtaining program
US7996826B2 (en) Method of executing virtual machine application program and digital broadcast receiver using the same
KR100940130B1 (en) A method of compiling bytecode to native code
US20020124243A1 (en) Method of and program for updating software
US20080141327A1 (en) Apparatus and method for configuring and executing function of application appropriate to broadcast-receiving device
RU2483345C2 (en) Information processing device, information processing method and program
US8799433B2 (en) Method and apparatus for upgrading software of digital broadcasting receiver
US20090228949A1 (en) Digital broadcasting terminal
US20080072257A1 (en) Method and apparatus for generating plurality of applications, and method and apparatus for processing application suitable for broadcasting receiving apparatus
US20140090000A1 (en) Integrated broadcasting communications receiver
US6876434B2 (en) Motion picture reproducing middleware selecting/executing device and method
US6941559B2 (en) Software bus and interface for digital television application software environments
JP2010166339A (en) Program file acquisition device
KR19980081846A (en) Data communication system, data communication method, data receiver and data receiving method
CN101453654A (en) Method for obtaining service map information, apparatus therefor, and method for fast performing application in service according to the service map information
KR20030063694A (en) Software upgrade apparatus and method for digital broadcasting receiver
JP2007528048A (en) Software application execution method
Song et al. Design of an interoperable middleware architecture for digital data broadcasting
KR100679012B1 (en) Method and system for upgrading digital broadcast receiver
KR20070063571A (en) System and method for reducing the start-up time of mhp applications
KR20080047857A (en) The method for downloading an ota software, the broadcasting receiver for controlling the same
JP2007013647A (en) Digital broadcasting receiver and digital broadcast receiving program
KR20050014619A (en) Digital Broadcast Receiving Apparatus For Storing And Executing Application, And Method For The Same
GB2471117A (en) A digital television system and method for loading a service request application
US8416348B2 (en) Digital TV and method for processing data signal in digital TV

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110318

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120803

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120828

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121017

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130521