JP2013239860A - Sink node device, storage server device, data collection system, data collection method, and program - Google Patents

Sink node device, storage server device, data collection system, data collection method, and program Download PDF

Info

Publication number
JP2013239860A
JP2013239860A JP2012111007A JP2012111007A JP2013239860A JP 2013239860 A JP2013239860 A JP 2013239860A JP 2012111007 A JP2012111007 A JP 2012111007A JP 2012111007 A JP2012111007 A JP 2012111007A JP 2013239860 A JP2013239860 A JP 2013239860A
Authority
JP
Japan
Prior art keywords
data
transmission
transmission data
sink node
node 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.)
Granted
Application number
JP2012111007A
Other languages
Japanese (ja)
Other versions
JP6004391B2 (en
Inventor
Hiroshi Kurasawa
央 倉沢
Hiroshi Sato
浩史 佐藤
Hajime Matsumura
一 松村
Hiroyuki Morikawa
博之 森川
Makoto Suzuki
鈴木  誠
Takuto Kuroiwa
拓人 黒岩
Yasutaka Yamashita
靖貴 山下
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.)
Nippon Telegraph and Telephone Corp
University of Tokyo NUC
Original Assignee
Nippon Telegraph and Telephone Corp
University of Tokyo NUC
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 Telegraph and Telephone Corp, University of Tokyo NUC filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2012111007A priority Critical patent/JP6004391B2/en
Publication of JP2013239860A publication Critical patent/JP2013239860A/en
Application granted granted Critical
Publication of JP6004391B2 publication Critical patent/JP6004391B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a sink node device which allows for instantaneous understanding of the overall trend or characteristics of data sent from all nodes, and to provide a storage server device, a data collection system, a data collection method, and program.SOLUTION: A storage server device allocates the upper limit of bandwidth of a communication path to each sink node device. When the bandwidth required for data transmission exceeds the upper limit at a node, the data thinned-out randomly so as to be confined in the allocated bandwidth is transmitted. When the transmission amount of data decreases and the bandwidth has a margin, the data thus thinned-out is transmitted in random order. In a server receiving data according to such a transmission procedure, reversal of data arrival order or data sampling occur, but congestion is avoided and gradual real time collection of detailed data is possible.

Description

本発明は、条件によって通信路を介して送信するデータ量が変動するシンクノード装置、シンクノード装置からのデータを蓄積するストレージサーバ装置、これらを備えるデータ収集システム、そのデータ収集方法、及びこれらのプログラムに関する。   The present invention relates to a sink node device in which the amount of data transmitted via a communication path varies depending on conditions, a storage server device that accumulates data from the sink node device, a data collection system including these, a data collection method thereof, and these Regarding the program.

センサネットワーク技術の進展により、センサによる実世界の環境や状況のモニタリングが普及し始めている。センサネットワークによるモニタリングの適用分野は、地震モニタリング、建築物の構造モニタリング、血圧や心拍数の生体モニタリング、農場モニタリングなど、多岐に渡る。今後、より多くのセンサが配置されていくと考えられる。このようにネットワークを使用して複数のデータを一箇所に収集するようなシステム及び方法を、本明細書では、それぞれ「データ収集システム」及び「データ収集方法」と記載している。   With the advancement of sensor network technology, monitoring of real-world environments and situations using sensors has begun to spread. Sensor network monitoring can be applied in a wide range of fields, including earthquake monitoring, building structure monitoring, blood pressure and heart rate monitoring, and farm monitoring. It is considered that more sensors will be arranged in the future. In this specification, a system and a method for collecting a plurality of data in one place using a network are described as a “data collection system” and a “data collection method”, respectively.

センサネットワークによるモニタリングは、定常的にシンクノード装置がセンサデータを送信し続けるものと、ある条件下で送信するセンサデータの量を変化させるものとがある。後者の例として、加速度センサを搭載したシンクノード装置が、通常時は低いサンプリングレートでセンシングしてセンサデータを送信するが、地震を検知したときだけ高いサンプリングレートでセンシングしてセンサデータを送信するような地震モニタリングシステムが挙げられる。本発明は後者のようにシンクノード装置のデータ送信量が変動するものを対象とする。   There are two types of monitoring by the sensor network: one in which the sink node device continuously transmits sensor data, and the other in which the amount of sensor data to be transmitted is changed under certain conditions. As an example of the latter, a sink node device equipped with an acceleration sensor normally senses and transmits sensor data at a low sampling rate, but senses and transmits sensor data at a high sampling rate only when an earthquake is detected. Such an earthquake monitoring system. The present invention is intended for the latter in which the data transmission amount of the sink node device varies.

このようなシンクノード装置からのデータ送信量が変動する環境においては、取得したセンサデータをストレージサーバ装置に記憶させる際に、ストレージサーバ装置に対する書き込み要求のアクセスが集中して輻輳が起こりうる。先の地震モニタリングの例では、地震が起きた時の加速度は重要度が高いにも関わらず、輻輳によってデータ蓄積が遅延して、データを参照できるまでに時間を要することになる。   In such an environment where the data transmission amount from the sink node device fluctuates, when the acquired sensor data is stored in the storage server device, access of write requests to the storage server device is concentrated and congestion may occur. In the example of the previous earthquake monitoring, although the acceleration at the time of the earthquake is high in importance, data accumulation is delayed due to congestion, and it takes time until the data can be referred to.

輻輳を回避するための従来技術として、Random Early Detection(RED)(例えば非特許文献1を参照。)が挙げられる。REDは、確率に基づいてシンクノード装置からのパケットを破棄することでTCPの再送タイミングをずらすことができるが、送信要求の古いものから順に処理していくため最新のセンサデータへの参照に時間を要するという課題の解決は難しい。   Random Early Detection (RED) (for example, refer nonpatent literature 1) is mentioned as a prior art for avoiding congestion. The RED can shift the TCP retransmission timing by discarding the packet from the sink node device based on the probability. However, since processing is performed in order from the oldest transmission request, it takes time to refer to the latest sensor data. Is difficult to solve.

Sally Floyd and Van Jacobson, Random early detection gateways for congestion avoidance, IEEE/ACM Transactions on Networking(TON), Volume 1, Issue 4, pp.397−413,1993.Sally Floyd and Van Jacobson, Random early detection gateways for consonance aviation, IEEE / ACM Transactions on Networking (TON) 4, Vol. 397-413, 1993.

センサネットワークによるモニタリングのアプリケーションでは、観測対象の状況をなるべく早く収集して把握できると望ましい。しかしながら、従来のデータ収集システムでは、シンクノード装置が送信要求の古いものから順に送信することを前提としているため、最新のセンサデータをストレージサーバ装置が収集するまでに時間を要する。従来のデータ収集システムで地震モニタリングを行う場合、広い範囲で地震が発生した際に輻輳が起きると、シンクノード装置は初期微動のセンサデータから順に送信するため、その後の主要動のセンサデータをストレージサーバ装置が収集するまでに大きな遅延が生じる。このように従来のデータ収集システムには、センサネットワークで観測目的とする事象がどの範囲にどの程度検知されたかを即時的に把握することが困難という課題があった。   For monitoring applications using sensor networks, it is desirable to collect and grasp the status of observation objects as soon as possible. However, in the conventional data collection system, since it is assumed that the sink node device transmits in order from the oldest transmission request, it takes time until the storage server device collects the latest sensor data. When performing seismic monitoring with a conventional data collection system, if congestion occurs when an earthquake occurs over a wide area, the sink node device transmits the sensor data of the main motion after that because the sink node device transmits in order from the initial tremor sensor data. There is a large delay before the server device collects. As described above, the conventional data collection system has a problem that it is difficult to immediately grasp to what extent an event targeted for observation is detected in the sensor network.

本発明は、このような事情を考慮し、上記の問題を解決すべくされたもので、その目的は、測定対象の全体的な傾向や特徴を即時的に把握することができるシンクノード装置、ストレージサーバ装置、データ収集システム、データ収集方法、及びプログラムを提供することにある。   In consideration of such circumstances, the present invention is intended to solve the above problem, and its purpose is a sink node device capable of immediately grasping the overall trend and characteristics of the measurement target, A storage server device, a data collection system, a data collection method, and a program are provided.

本発明は、上記課題を解決するために古いデータから新しいデータまでを満遍なく収集できるようなデータ送信順序を採用し、シンクノード装置から収集されるデータのリアルタイム性を向上することとした。具体的には、本発明は、分散配置されたシンクノード装置からストレージサーバ装置にデータを送信する際に、通信リソースの制約から送信すべきデータ量の送信に時間を要す場合に、最新のデータをランダムに間引いて送信して最新のデータがストレージサーバ装置に収集されるようにする。間引いたデータは帯域が空いたときに送信する。   In order to solve the above-described problems, the present invention adopts a data transmission order that allows even old data to new data to be collected evenly, and improves the real-time property of the data collected from the sink node device. Specifically, when transmitting data from a distributed sink node device to a storage server device, when the transmission of the amount of data to be transmitted is required due to communication resource restrictions, the present invention Data is thinned out at random and transmitted so that the latest data is collected in the storage server device. The thinned data is transmitted when the bandwidth is available.

本発明に係るデータ収集システムは、以下に説明するシンクノード装置と、ストレージサーバ装置と、これらを接続する通信路と、を備える。   A data collection system according to the present invention includes a sink node device described below, a storage server device, and a communication path connecting them.

本発明に係るシンクノード装置は、所定条件に応じて単位時間当たりの送信データ量が変動するシンクノード装置であって、
送信データを送信する通信部と、
送信データを一時保管する送信バッファ部と、
前記通信部から送信可能な単位時間当たりの送信データ量の上限が設定されており、
単位時間当たりの送信データ量が前記上限を超える場合、単位時間当たりの送信データ量が前記上限に収まるように送信データを間引いて前記送信部へ引渡し、間引かれた送信データを前記送信バッファ部に引渡し、
単位時間当たりの送信データ量が前記上限未満の場合、最新の送信データを前記送信部へ引渡すとともに、前記上限を超えないように前記送信バッファ部が保管する送信データを取り出し、前記送信部へ引渡す送信制御部と、
を備える。
A sink node device according to the present invention is a sink node device in which the amount of transmission data per unit time varies according to a predetermined condition,
A communication unit for transmitting transmission data;
A transmission buffer for temporarily storing transmission data;
An upper limit of transmission data amount per unit time that can be transmitted from the communication unit is set,
When the transmission data amount per unit time exceeds the upper limit, the transmission data is thinned out and delivered to the transmission unit so that the transmission data amount per unit time is within the upper limit, and the thinned transmission data is sent to the transmission buffer unit. Delivered to
When the amount of transmission data per unit time is less than the upper limit, the latest transmission data is delivered to the transmission unit, and the transmission data stored in the transmission buffer unit is extracted so as not to exceed the upper limit, and delivered to the transmission unit. A transmission control unit;
Is provided.

本発明に係るデータ収集方法は、所定条件に応じて単位時間当たりの送信データ量が変動するシンクノード装置を用いてストレージサーバ装置へデータを送信するデータ収集方法であって、
前記シンクノード装置には、前記ストレージサーバ装置へ送信可能な単位時間当たりの送信データ量の上限が設定されており、
前記シンクノード装置は、単位時間当たりの送信データ量が前記上限を超える場合、単位時間当たりの送信データ量が前記上限に収まるように送信データを間引いて送信し、間引かれた送信データを送信バッファ部に保管し、
単位時間当たりの送信データ量が前記上限未満の場合、前記上限を超えないように最新の送信データともに前記送信バッファ部が保管する送信データを取り出して送信する。
A data collection method according to the present invention is a data collection method for transmitting data to a storage server device using a sink node device in which a transmission data amount per unit time varies according to a predetermined condition,
In the sink node device, an upper limit of the amount of transmission data per unit time that can be transmitted to the storage server device is set,
When the amount of transmission data per unit time exceeds the upper limit, the sink node device transmits the thinned transmission data by thinning out the transmission data so that the amount of transmission data per unit time falls within the upper limit. Store in the buffer,
When the transmission data amount per unit time is less than the upper limit, the transmission data stored in the transmission buffer unit is extracted and transmitted together with the latest transmission data so as not to exceed the upper limit.

本シンクノード装置は、ストレージサーバ装置へ送信データを送信する際に、単位時間当たりの送信データ量が事前に設定された帯域幅を下回るように送信データを間引いて送信し、間引かれた送信データを帯域幅に余裕のあるときに送信する。本シンクノード装置は、このような送信方法を採用することで帯域幅に見合ったサンプリングレートで最新のデータを継続して送り続けること、及びバッファに溜まった間引かれたデータを安定して送信することを実現する。つまり、ストレージサーバ装置では、即時的に多くのシンクノード装置から大まかなデータを収集でき、帯域幅の余裕が生じてから詳細なデータを収集することが可能となる。   When transmitting the transmission data to the storage server device, the sink node device transmits the transmission data by thinning out the transmission data so that the transmission data amount per unit time falls below the preset bandwidth. Send data when bandwidth is available. By adopting such a transmission method, this sink node device continues to send the latest data at a sampling rate commensurate with the bandwidth, and stably transmits the thinned data accumulated in the buffer. Realize that. That is, the storage server device can collect rough data from many sink node devices instantly, and can collect detailed data after a sufficient bandwidth is generated.

従って、本発明は、測定対象の全体的な傾向や特徴を即時的に把握することができるシンクノード装置及びデータ収集方法を提供することができる。   Therefore, the present invention can provide a sink node device and a data collection method that can immediately grasp the overall trend and characteristics of the measurement target.

本発明に係るシンクノード装置の前記送信制御部は、間引く送信データをランダムに選抜することを特徴とする。また、本発明に係るデータ収集方法は、間引く送信データをランダムに選抜することを特徴とする。送信データをランダムに間引くことで送信されるデータの時間軸に対する偏りを緩和し、ストレージサーバ装置が把握する全体的な傾向の正確性を向上させることができる。   The transmission control unit of the sink node device according to the present invention is characterized in that transmission data to be thinned out is selected at random. Also, the data collection method according to the present invention is characterized in that the transmission data to be thinned out is selected at random. By randomly thinning out the transmission data, it is possible to alleviate the deviation of the transmitted data with respect to the time axis, and improve the accuracy of the overall tendency grasped by the storage server device.

本発明に係るシンクノード装置の前記送信制御部は、前記送信バッファ部から送信データをランダムに取り出すことを特徴とする。また、本発明に係るデータ収集方法は、前記送信バッファ部から送信データをランダムに取り出すことを特徴とする。本発明にあっては、シンクノード装置がバッファに蓄積されたデータをランダムな順序でストレージサーバ装置へ送信することで、古いデータから新しいデータまでを満遍なく収集して段階的にデータを詳細化できる。   The transmission control unit of the sink node device according to the present invention is characterized in that transmission data is randomly extracted from the transmission buffer unit. The data collection method according to the present invention is characterized in that transmission data is randomly extracted from the transmission buffer unit. In the present invention, the sink node device transmits the data stored in the buffer to the storage server device in a random order, so that old data to new data can be collected uniformly and the data can be refined step by step. .

本発明に係るシンクノード装置の前記送信バッファ部は、複数の書き込み領域を有しており、前記送信制御部で間引かれた送信データをランダムに選択した前記書き込み領域に書き込み、前記送信制御部は、前記送信バッファ部の前記書き込み領域をシーケンシャルに選択して送信データを取り出すことを特徴とする。また、本発明に係るデータ収集方法は、前記送信バッファ部が複数の書き込み領域を有しており、間引かれた送信データをランダムに選択した前記書き込み領域に書き込み、前記送信バッファ部の前記書き込み領域をシーケンシャルに選択して送信データを取り出すことを特徴とする。   The transmission buffer unit of the sink node device according to the present invention has a plurality of write areas, writes the transmission data thinned out by the transmission control unit to the write area selected at random, and the transmission control unit Is characterized by sequentially selecting the write area of the transmission buffer unit to extract transmission data. Further, in the data collection method according to the present invention, the transmission buffer unit has a plurality of write areas, the thinned transmission data is written in the randomly selected write area, and the write of the transmission buffer unit is performed. It is characterized in that the transmission data is extracted by selecting the areas sequentially.

複数の書き込み領域に間引いた送信データをランダムに書き込んでおき、書き込み領域から所定の順で入力データを送信することで、シンクノード装置からストレージサーバ装置へ段階的に詳細なデータを送信する際のランダムな順序のデータ送信が可能となる。さらに、複数のバッファ書き込み領域のうちランダムに選んだ領域にデータを書き込んでおき、データの送信単位をバッファ書き込み領域のサイズにすることで、ディスク内のデータの断片化を防ぐことができる。   When sending transmission data thinned out to multiple write areas at random, and sending input data in a predetermined order from the write area, when sending detailed data step by step from the sink node device to the storage server device Data transmission in a random order is possible. Further, by writing data to a randomly selected area among a plurality of buffer writing areas and setting the data transmission unit to the size of the buffer writing area, fragmentation of data in the disk can be prevented.

本発明に係るストレージサーバ装置は、前記シンクノード装置から送信データを受信する受信部と、前記受信部が受信した送信データを蓄積するストレージ部と、前記シンクノード装置が送信データを間引いているときに、前記シンクノード装置の前記送信バッファ部が一時保管している送信データを前記受信部が受信した送信データに基づいて推定する推定部と、を備える。また、本発明に係るデータ収集方法は、前記シンクノード装置が送信データを間引いているときに、前記シンクノード装置の前記送信バッファ部が一時保管している送信データを前記ストレージサーバ装置が受信した送信データに基づいて推定することを特徴とする。   The storage server device according to the present invention includes a receiving unit that receives transmission data from the sink node device, a storage unit that accumulates transmission data received by the receiving unit, and the sink node device thins out transmission data. And an estimation unit that estimates transmission data temporarily stored in the transmission buffer unit of the sink node device based on transmission data received by the reception unit. In the data collection method according to the present invention, when the sink node device is thinning out the transmission data, the storage server device receives the transmission data temporarily stored in the transmission buffer unit of the sink node device. The estimation is based on transmission data.

本ストレージサーバ装置は、受信済の送信データに基づいて前記推定部が間引かれている送信データを推定することで、全体的な傾向や特徴を即時的に把握することができる。従って、本発明は、測定対象の全体的な傾向や特徴を即時的に把握することができるストレージサーバ装置を提供することができる。   The storage server device can immediately grasp the overall trend and characteristics by estimating the transmission data from which the estimation unit is thinned based on the received transmission data. Therefore, the present invention can provide a storage server device that can immediately grasp the overall trend and characteristics of the measurement target.

本発明に係るプログラムは、コンピュータを前記シンクノード装置又は前記ストレージサーバ装置として機能させることができる。   The program according to the present invention can cause a computer to function as the sink node device or the storage server device.

本発明は、測定対象の全体的な傾向や特徴を即時的に把握することができるシンクノード装置、ストレージサーバ装置、データ収集システム、データ収集方法、及びプログラムを提供することができる。   The present invention can provide a sink node device, a storage server device, a data collection system, a data collection method, and a program that can immediately grasp the overall trend and characteristics of the measurement target.

本発明に係るデータ収集システムを説明する図である。It is a figure explaining the data collection system which concerns on this invention. 本発明に係るシンクノード装置を説明する図である。It is a figure explaining the sink node apparatus which concerns on this invention. 本発明に係るストレージサーバ装置を説明する図である。It is a figure explaining the storage server apparatus concerning this invention. 本発明に係るシンクノード装置が行う送信データの間引き動作を説明する図である。It is a figure explaining the thinning-out operation | movement of the transmission data which the sink node apparatus concerning this invention performs. 本発明に係るストレージサーバ装置が行うデータの推定動作を説明する図である。It is a figure explaining the estimation operation | movement of the data which the storage server apparatus based on this invention performs. 本発明に係るデータ収集方法を説明する図である。It is a figure explaining the data collection method which concerns on this invention. 本発明に係るシンクノード装置の書き込み領域を説明する図である。It is a figure explaining the write-in area | region of the sink node apparatus which concerns on this invention.

添付の図面を参照して本発明の実施形態を説明する。以下に説明する実施形態は本発明の実施例であり、本発明は、以下の実施形態に制限されるものではない。なお、本明細書及び図面において符号が同じ構成要素は、相互に同一のものを示すものとする。   Embodiments of the present invention will be described with reference to the accompanying drawings. The embodiments described below are examples of the present invention, and the present invention is not limited to the following embodiments. In the present specification and drawings, the same reference numerals denote the same components.

図1は、データ収集システム301の全体図である。データ収集システム301は、シンクノード装置20と、ストレージサーバ装置10と、シンクノード装置20とストレージサーバ装置10とを接続する通信路30と、を備える。シンクノード装置20は入力機器40と接続され、入力機器40から入力されたデータをストレージサーバ装置10へ送信する。ストレージサーバ装置10は1つ以上のシンクノード装置20から送られる送信データを収集する。データ収集システム301では、この収集過程における輻輳の制御をシンクノード装置20が主に行っている。   FIG. 1 is an overall view of the data collection system 301. The data collection system 301 includes a sink node device 20, a storage server device 10, and a communication path 30 that connects the sink node device 20 and the storage server device 10. The sink node device 20 is connected to the input device 40 and transmits data input from the input device 40 to the storage server device 10. The storage server device 10 collects transmission data sent from one or more sink node devices 20. In the data collection system 301, the sink node device 20 mainly performs congestion control in this collection process.

図2はシンクノード装置20の構成図である。シンクノード装置20は、所定条件に応じて単位時間当たりの送信データ量が変動するシンクノード装置である。シンクノード装置20は、送信データを送信する通信部21と、送信データを一時保管する送信バッファ部22と、通信部21から送信可能な単位時間当たりの送信データ量の上限が設定されており、単位時間当たりの送信データ量が前記上限を超える場合、単位時間当たりの送信データ量が前記上限に収まるように送信データを間引いて送信部21へ引渡し、間引かれた送信データを送信バッファ部22に引渡し、単位時間当たりの送信データ量が前記上限未満の場合、最新の送信データを送信部21へ引渡すとともに、前記上限を超えないように送信バッファ部22が保管する送信データを取り出し、送信部21へ引渡す送信制御部23と、を備える。   FIG. 2 is a configuration diagram of the sink node device 20. The sink node device 20 is a sink node device in which the amount of transmission data per unit time varies according to a predetermined condition. The sink node device 20 has a communication unit 21 that transmits transmission data, a transmission buffer unit 22 that temporarily stores transmission data, and an upper limit of the amount of transmission data that can be transmitted from the communication unit 21 per unit time. When the transmission data amount per unit time exceeds the upper limit, the transmission data is thinned out and delivered to the transmission unit 21 so that the transmission data amount per unit time is within the upper limit, and the thinned transmission data is transmitted to the transmission buffer unit 22. When the amount of transmission data per unit time is less than the upper limit, the latest transmission data is delivered to the transmission unit 21 and the transmission data stored in the transmission buffer unit 22 is extracted so as not to exceed the upper limit. And a transmission control unit 23 to be delivered to 21.

データ収集システム301は、所定条件に応じて単位時間当たりの送信データ量が変動するシンクノード装置20を用いてストレージサーバ装置10へデータを送信するデータ収集方法を行う。図6は、当該データ収集方法を説明する、シンクノード装置とストレージサーバ装置間の信号授受を示す図である。当該データ収集方法は、シンクノード装置20に、ストレージサーバ装置10へ送信可能な単位時間当たりの送信データ量の上限を設定しておき、単位時間当たりの送信データ量が前記上限を超える場合、単位時間当たりの送信データ量が前記上限に収まるように送信データを間引いて送信し、間引かれた送信データを送信バッファ部22に保管し、単位時間当たりの送信データ量が前記上限未満の場合、前記上限を超えないように最新の送信データともに送信バッファ部22が保管する送信データを取り出して送信する方法である。   The data collection system 301 performs a data collection method for transmitting data to the storage server device 10 using the sink node device 20 in which the transmission data amount per unit time varies according to a predetermined condition. FIG. 6 is a diagram illustrating signal exchange between the sink node device and the storage server device, explaining the data collection method. In the data collection method, an upper limit of the transmission data amount per unit time that can be transmitted to the storage server device 10 is set in the sink node device 20, and when the transmission data amount per unit time exceeds the upper limit, the unit Transmission data is thinned and transmitted so that the amount of transmission data per time is within the upper limit, the thinned transmission data is stored in the transmission buffer unit 22, and when the amount of transmission data per unit time is less than the upper limit, In this method, the transmission data stored in the transmission buffer unit 22 is extracted and transmitted together with the latest transmission data so as not to exceed the upper limit.

本実施形態において入力機器40からシンクノード装置20に入力される入力データとは、条件によってデータ量が変動するようなデータである。特に、本実施形態においては、値の測定頻度を変更できるセンサから取得したデータとする。図4に入力データの例を示す。なお、入力データとは、上記特徴を満たす様々なデータがその対象となるものであって、センサデータに限られない。具体的に一例を挙げると、温度や湿度、電流あるいは電圧値、流体の流量、物質の濃度、明度、騒音、位置、加速度、画像、動画などを含むセンサデバイスが計測した値を取り扱ってよく、またそれに限らず、センサ以外の例えばWebやインターネットを経由して取得した情報であってもよい。さらにそれら値に加えて、センサの特性や状態、計測日時等を示すメタデータを含む情報であってもよい。   In the present embodiment, the input data input from the input device 40 to the sink node device 20 is data whose data amount varies depending on conditions. In particular, in the present embodiment, the data is acquired from a sensor that can change the measurement frequency of the value. FIG. 4 shows an example of input data. The input data is a target of various data satisfying the above characteristics, and is not limited to sensor data. Specific examples include temperature, humidity, current or voltage values, fluid flow rates, substance concentrations, brightness, noise, position, acceleration, images, and other values measured by sensor devices. Further, the information is not limited to this, and may be information acquired via, for example, the Web or the Internet other than the sensor. Furthermore, in addition to these values, information including metadata indicating sensor characteristics and states, measurement date and time, and the like may be used.

シンクノード装置20には、ストレージサーバ装置10までの通信路30とストレージサーバ装置10のデータ蓄積性能の両方を考慮して、輻輳が生じない送信帯域幅の上限値が事前に設定されている。   Considering both the communication path 30 to the storage server device 10 and the data storage performance of the storage server device 10, the sink node device 20 is set in advance with an upper limit value of the transmission bandwidth that does not cause congestion.

送信制御部23は、即送信決定部23aと遅送信決定部23bを有する。即送信決定部23aは、入力機器40から入力される入力データを設定された帯域幅の上限値を下回る量で送信できる場合は、入力データを間引いたり送信バッファ部22に蓄積することなく、ストレージサーバ装置10へ送信データとして送信する。   The transmission control unit 23 includes an immediate transmission determination unit 23a and a slow transmission determination unit 23b. When the input data input from the input device 40 can be transmitted in an amount that is less than the set upper limit value of the bandwidth, the immediate transmission determining unit 23a stores the input data without thinning out or storing the input data in the transmission buffer unit 22. It transmits to the server apparatus 10 as transmission data.

送信制御部23の即送信決定部23aは、間引く送信データをランダムに選抜する。即送信決定部23aは、入力機器40からの入力データが増大し、これを送信すれば設定された帯域幅の上限値を超過してしまうような場合は、ランダムに送信データを間引いて送信する。具体的には、図4に示すように、即送信決定部23aは、入力機器40からの入力データの中からランダムにデータを間引いて送信バッファ部22へ蓄積させ、間引かなかったデータを直ちに通信部21から送信させる。データをランダムに間引く割合は、例えば、ストレージサーバ装置10からシンクノード装置20に割り当てられた帯域幅を下回る量を基準に決定することができる。このように、シンクノード装置20は、入力データをランダムに間引くことによって、古いデータから新しいデータまでを満遍なくストレージサーバ装置10へ送信することができる。   The immediate transmission determining unit 23a of the transmission control unit 23 selects transmission data to be thinned out at random. If the input data from the input device 40 increases and if the transmitted data exceeds the upper limit of the set bandwidth, the immediate transmission determining unit 23a randomly thins out the transmission data and transmits it. . Specifically, as shown in FIG. 4, the immediate transmission determination unit 23 a randomly thins out data input from the input device 40 and stores it in the transmission buffer unit 22, and immediately stores the data that has not been thinned out. Transmission is performed from the communication unit 21. The rate at which data is thinned out at random can be determined based on an amount less than the bandwidth allocated from the storage server device 10 to the sink node device 20, for example. In this way, the sink node device 20 can uniformly transmit the old data to the new data to the storage server device 10 by thinning out the input data at random.

図3はストレージサーバ装置10の構成図である。ストレージサーバ装置10は、シンクノード装置20から送信データを受信する受信部11と、受信部11が受信した送信データを蓄積するストレージ部12と、シンクノード装置20が送信データを間引いているときに、シンクノード装置20の送信バッファ部22が一時保管している送信データを受信部11が受信した送信データに基づいて推定する推定部13と、を備える。   FIG. 3 is a configuration diagram of the storage server device 10. The storage server device 10 includes a receiving unit 11 that receives transmission data from the sink node device 20, a storage unit 12 that accumulates transmission data received by the receiving unit 11, and a sink node device 20 that has thinned transmission data. And an estimation unit 13 that estimates transmission data temporarily stored in the transmission buffer unit 22 of the sink node device 20 based on the transmission data received by the reception unit 11.

データ収集システム301が行うデータ収集方法では、シンクノード装置20が送信データを間引いているときに、シンクノード装置20の送信バッファ部22が一時保管している送信データを受信部11が受信した送信データに基づいて推定部13が推定する。   In the data collection method performed by the data collection system 301, when the sink node device 20 is thinning out the transmission data, the reception unit 11 receives the transmission data temporarily stored in the transmission buffer unit 22 of the sink node device 20. The estimation unit 13 estimates based on the data.

図5は、受信部11が受信した送信データに基づいて、シンクノード装置20に入力されたセンサデータの波形を推定部13が補間処理する例を示す。つまり、ストレージサーバ装置10が受信した送信データから、リアルタイムにデータの全体的な傾向や特徴を即時的に把握できる。なお、全体的な傾向や特徴とは、間引かれたデータの解析結果がその対象となるものであって波形の補間に限られない。具体的な例を挙げると、平均値、分散値、周波数成分、頻出パターン抽出、及び類似パターン検索などを含む解析であってもよい。   FIG. 5 illustrates an example in which the estimation unit 13 performs interpolation processing on the waveform of the sensor data input to the sink node device 20 based on the transmission data received by the reception unit 11. That is, the overall tendency and characteristics of the data can be immediately grasped in real time from the transmission data received by the storage server device 10. Note that the overall trend and characteristics are not limited to waveform interpolation because the analysis result of the thinned data is the target. As a specific example, the analysis may include an average value, a variance value, a frequency component, frequent pattern extraction, and similar pattern search.

送信制御部23は、送信バッファ部22から送信データをランダムに取り出す。図6に示すように、シンクノード装置20は、入力機器40からの入力データの量が減少し、帯域幅に余裕が生じた後、遅送信決定部23bが送信バッファ部22に蓄積された送信データをランダムな順序で取り出し通信部21から送信する。ランダムな順序で蓄積されている送信データを送信することで、ストレージサーバ装置10は、古いデータから新しいデータまでを満遍なく収集して段階的にデータを詳細化できる。   The transmission control unit 23 takes out transmission data from the transmission buffer unit 22 at random. As shown in FIG. 6, in the sink node device 20, the amount of input data from the input device 40 is reduced, and a margin is generated in the bandwidth, and then the delayed transmission determination unit 23b transmits the transmission stored in the transmission buffer unit 22. Data is taken out in random order and transmitted from the communication unit 21. By transmitting the transmission data stored in a random order, the storage server device 10 can collect all the old data to new data evenly and can refine the data step by step.

通常このようなランダムな送信をするとディスクの断片化を引き起こす。このため、送信バッファ部22は、複数の書き込み領域を有しており、送信制御部23で間引かれた送信データをランダムに選択した書き込み領域に書き込み、送信制御部23は、送信バッファ部22の書き込み領域をシーケンシャルに選択して送信データを取り出す。図7に示すように、送信バッファ部22は、N個の書き込み領域を有しており(図7ではN=3)、間引きされた送信データをランダムに選んだ書き込み領域の系列の末尾に格納する。これら格納された送信データは、帯域幅に余裕が生じた後に遅送信決定部23bによって書き込み領域毎に取り出される。すなわち、遅送信決定部23bは送信データの送信単位を書き込み領域のサイズとし、送信可能な帯域幅に応じて段階的に送信単位を変化させて送信データを取り出す。例えば、送信バッファ部22に蓄積されたデータ量をXとすると送信単位はX/Nとなる。   Such random transmission usually causes disk fragmentation. For this reason, the transmission buffer unit 22 has a plurality of write areas, and the transmission data thinned out by the transmission control unit 23 is written in a randomly selected write area. The write area is sequentially selected and the transmission data is taken out. As shown in FIG. 7, the transmission buffer unit 22 has N write areas (N = 3 in FIG. 7), and stores the thinned transmission data at the end of a randomly selected write area series. To do. The stored transmission data is taken out for each writing area by the slow transmission determining unit 23b after a margin is generated in the bandwidth. That is, the slow transmission determining unit 23b takes the transmission unit of the transmission data as the size of the write area, and takes out the transmission data by changing the transmission unit step by step according to the transmittable bandwidth. For example, if the amount of data stored in the transmission buffer unit 22 is X, the transmission unit is X / N.

以上の説明のように、データ収集システム301は、条件によって通信路30を介して送信するデータ量が変動するノードにおいて輻輳を回避しつつリアルタイムで段階的に詳細なデータを収集することができる。   As described above, the data collection system 301 can collect detailed data step by step in real time while avoiding congestion in a node where the amount of data transmitted via the communication path 30 varies depending on conditions.

データ収集システム301は、コンピュータを使用して実現することが可能である。具体的には、コンピュータ間を通信路で接続し、一のコンピュータにプログラムを実行させてストレージサーバ装置10として機能させ、他のコンピュータにプログラムを実行させてシンクノード装置20として機能させることができる。   The data collection system 301 can be realized using a computer. Specifically, computers can be connected via a communication path, and a program can be executed by one computer and function as the storage server device 10, and a program can be executed by another computer and function as the sink node device 20. .

以下は、本実施形態のデータ収集システムをまとめたものである。
(課題)
条件によって通信路を介して送信するデータ量が変動するノードが1つ以上存在する環境においては、突発的なデータ送信量の増大による通信路の輻輳が課題である。従来の輻輳制御技術では、各ノードは古いデータから順に送信するため、すべてのノードから最新のデータを受信して蓄積し終えるまで時間を要した。つまり、すべてのノードから送られるデータの全体的な傾向や特徴を即時的に把握することは難しかった。
The following is a summary of the data collection system of this embodiment.
(Task)
In an environment where there are one or more nodes in which the amount of data transmitted via a communication path varies depending on conditions, congestion of the communication path due to a sudden increase in the amount of data transmission is a problem. In the conventional congestion control technique, since each node transmits in order from the oldest data, it takes time to receive and accumulate the latest data from all nodes. That is, it was difficult to immediately grasp the overall trend and characteristics of data sent from all nodes.

(構成)
そこで、本実施形態のデータ収集システムは以下のような構成としている。
(1)
条件によって送信データ量が変動するシンクノード装置が1つ以上存在し、それらがストレージサーバ装置とネットワークで接続され、ネットワークを介してストレージサーバ装置がシンクノード装置からデータを収集するデータ収集システムであって、
ストレージサーバ装置は、
前記シンクノード装置からデータを受信する通信部と、
受信したデータを蓄積するストレージ部と、
を備え、
シンクノード装置は、
利用可能な帯域幅をもとに設定された値を下回る帯域幅で前記ネットワークを介して前記ストレージサーバ装置にデータを送信する通信部と、
データを帯域幅の制約の範囲内で送ることができる量にまで最新のデータを優先的に間引いて直ちに送信するデータを決定する即送信決定部と、
間引かれたデータを記憶する送信バッファ部と、
送信バッファ部に記憶したデータの送信を決定する遅送信決定部と、
を備えることを特徴とするデータ収集システム。
(Constitution)
Therefore, the data collection system of this embodiment has the following configuration.
(1)
This is a data collection system in which one or more sink node devices whose transmission data amount varies depending on conditions are connected to the storage server device via a network, and the storage server device collects data from the sink node device via the network. And
The storage server device
A communication unit for receiving data from the sink node device;
A storage unit for storing received data;
With
The sink node device
A communication unit that transmits data to the storage server device via the network with a bandwidth lower than a value set based on an available bandwidth;
An immediate transmission determining unit that preferentially thins out the latest data to an amount that can send data within the bandwidth constraint, and determines data to be transmitted immediately;
A transmission buffer unit for storing the thinned data;
A slow transmission determining unit that determines transmission of data stored in the transmission buffer unit;
A data collection system comprising:

(2)
シンクノード装置は、前記即送信決定部が直ちに送信するデータをランダムに選ぶ機能とを備えることを特徴とする上記(1)に記載のデータ収集システム。
(2)
The sink node device has a function of randomly selecting data to be transmitted immediately by the immediate transmission determination unit, according to (1) above.

(3)
シンクノード装置は、前記遅送信決定部が前記送信バッファ部から送信するデータをランダムに選ぶ機能とを備えることを特徴とする上記(1)または(2)に記載のデータ収集システム。
(3)
The sink node device has a function of randomly selecting data to be transmitted from the transmission buffer unit by the slow transmission determination unit, wherein the data collection system according to (1) or (2) above.

(4)
シンクノード装置は、前記送信バッファ部に複数のバッファ書き込み領域のうちいずれかをランダムに選んで書き込む機能と、前記遅送信決定部が送信を決定した際にいずれかのバッファ書き込み領域をシーケンシャルに読み出すことでランダムにデータを選ぶ機能とを備えることを特徴とする上記(3)に記載のデータ収集システム。
(4)
The sync node device randomly selects and writes one of a plurality of buffer write areas to the transmission buffer unit, and sequentially reads one of the buffer write areas when the slow transmission determination unit determines transmission The data collection system according to (3), further including a function of selecting data at random.

ストレージサーバ装置は各シンクノード装置に通信路の帯域幅の上限を割り当てる。ノードがデータの送信に必要な帯域幅が上限を超えた場合は、割り当てられた帯域幅に収まるようにランダムに間引いたデータを送信する。データの送信量が減少して帯域幅に余裕がでてから、間引かれたデータをランダムな順序で送信する。このような送信手順によって、データを受信するサーバでは、データの到着順序の逆転やデータのサンプリングは起こるが、輻輳の回避とリアルタイムで段階的な詳細データの収集が可能となる。   The storage server device assigns an upper limit of the bandwidth of the communication path to each sink node device. When the bandwidth required for data transmission by the node exceeds the upper limit, data which is thinned out at random so as to be within the allocated bandwidth is transmitted. After the amount of data transmission is reduced and there is room in bandwidth, the thinned data is transmitted in a random order. With such a transmission procedure, in the server that receives the data, the data arrival order is reversed and the data sampling occurs, but congestion can be avoided and detailed data can be collected in stages in real time.

(効果)
本実施形態のデータ収集システムは、条件によって通信路を介して送信するデータ量が変動するノードが1つ以上存在する環境において、輻輳の回避とリアルタイムで段階的な詳細データの収集を実現し、すべてのノードから送られるデータの全体的な傾向や特徴を即時的に把握できるという効果がある。
(effect)
The data collection system of the present embodiment realizes congestion avoidance and real-time detailed data collection in an environment where one or more nodes where the amount of data transmitted via a communication path varies depending on conditions, There is an effect that the overall tendency and characteristics of data sent from all nodes can be immediately grasped.

10:ストレージサーバ装置
11:受信部
12:ストレージ部
13:推定部
20:シンクノード装置
21:送信部
22:送信バッファ部
23:送信制御部
23a:即送信決定部
23b:遅送信決定部
30:通信路
40:入力機器
301:データ収集システム
10: Storage server device 11: Receiving unit 12: Storage unit 13: Estimating unit 20: Sink node device 21: Transmitting unit 22: Transmission buffer unit 23: Transmission control unit 23a: Immediate transmission determining unit 23b: Late transmission determining unit 30: Communication path 40: Input device 301: Data collection system

Claims (13)

所定条件に応じて単位時間当たりの送信データ量が変動するシンクノード装置であって、
送信データを送信する通信部と、
送信データを一時保管する送信バッファ部と、
前記通信部から送信可能な単位時間当たりの送信データ量の上限が設定されており、
単位時間当たりの送信データ量が前記上限を超える場合、単位時間当たりの送信データ量が前記上限に収まるように送信データを間引いて前記送信部へ引渡し、間引かれた送信データを前記送信バッファ部に引渡し、
単位時間当たりの送信データ量が前記上限未満の場合、最新の送信データを前記送信部へ引渡すとともに、前記上限を超えないように前記送信バッファ部が保管する送信データを取り出し、前記送信部へ引渡す送信制御部と、
を備えるシンクノード装置。
A sink node device in which the amount of transmission data per unit time varies according to a predetermined condition,
A communication unit for transmitting transmission data;
A transmission buffer for temporarily storing transmission data;
An upper limit of transmission data amount per unit time that can be transmitted from the communication unit is set,
When the transmission data amount per unit time exceeds the upper limit, the transmission data is thinned out and delivered to the transmission unit so that the transmission data amount per unit time is within the upper limit, and the thinned transmission data is sent to the transmission buffer unit. Delivered to
When the amount of transmission data per unit time is less than the upper limit, the latest transmission data is delivered to the transmission unit, and the transmission data stored in the transmission buffer unit is extracted so as not to exceed the upper limit, and delivered to the transmission unit. A transmission control unit;
A sink node device comprising:
前記送信制御部は、間引く送信データをランダムに選抜することを特徴とする請求項1に記載のシンクノード装置。   The sink node device according to claim 1, wherein the transmission control unit randomly selects transmission data to be thinned out. 前記送信制御部は、前記送信バッファ部から送信データをランダムに取り出すことを特徴とする請求項1又は2に記載のシンクノード装置。   The sink node device according to claim 1 or 2, wherein the transmission control unit randomly extracts transmission data from the transmission buffer unit. 前記送信バッファ部は、複数の書き込み領域を有しており、前記送信制御部で間引かれた送信データをランダムに選択した前記書き込み領域に書き込み、
前記送信制御部は、前記送信バッファ部の前記書き込み領域をシーケンシャルに選択して送信データを取り出すことを特徴とする請求項3に記載のシンクノード装置。
The transmission buffer unit has a plurality of write areas, writes the transmission data thinned out by the transmission control unit to the write area selected at random,
The sink node apparatus according to claim 3, wherein the transmission control unit sequentially selects the write area of the transmission buffer unit and extracts transmission data.
請求項1から4のいずれかのシンクノード装置から送信データを受信する受信部と、
前記受信部が受信した送信データを蓄積するストレージ部と、
前記シンクノード装置が送信データを間引いているときに、前記シンクノード装置の前記送信バッファ部が一時保管している送信データを前記受信部が受信した送信データに基づいて推定する推定部と、
を備えるストレージサーバ装置。
A receiving unit for receiving transmission data from the sink node device according to any one of claims 1 to 4;
A storage unit for accumulating transmission data received by the receiving unit;
An estimation unit that estimates transmission data temporarily stored in the transmission buffer unit of the sink node device based on transmission data received by the reception unit when the sink node device is thinning out transmission data;
A storage server device comprising:
請求項1から4のいずれかのシンクノード装置と、
請求項5に記載のストレージサーバ装置と、
前記シンクノード装置と前記ストレージサーバ装置とを接続する通信路と、
を備えるデータ収集システム。
A sink node device according to any one of claims 1 to 4;
A storage server device according to claim 5;
A communication path connecting the sink node device and the storage server device;
A data collection system comprising:
所定条件に応じて単位時間当たりの送信データ量が変動するシンクノード装置を用いてストレージサーバ装置へデータを送信するデータ収集方法であって、
前記シンクノード装置には、前記ストレージサーバ装置へ送信可能な単位時間当たりの送信データ量の上限が設定されており、
前記シンクノード装置は、単位時間当たりの送信データ量が前記上限を超える場合、単位時間当たりの送信データ量が前記上限に収まるように送信データを間引いて送信し、間引かれた送信データを送信バッファ部に保管し、
単位時間当たりの送信データ量が前記上限未満の場合、前記上限を超えないように最新の送信データともに前記送信バッファ部が保管する送信データを取り出して送信するデータ収集方法。
A data collection method for transmitting data to a storage server device using a sink node device in which a transmission data amount per unit time varies according to a predetermined condition,
In the sink node device, an upper limit of the amount of transmission data per unit time that can be transmitted to the storage server device is set,
When the amount of transmission data per unit time exceeds the upper limit, the sink node device transmits the thinned transmission data by thinning out the transmission data so that the amount of transmission data per unit time falls within the upper limit. Store in the buffer,
A data collection method for extracting and transmitting transmission data stored in the transmission buffer unit together with the latest transmission data so as not to exceed the upper limit when the transmission data amount per unit time is less than the upper limit.
間引く送信データをランダムに選抜することを特徴とする請求項7に記載のデータ収集方法。   The data collection method according to claim 7, wherein transmission data to be thinned out is selected at random. 前記送信バッファ部から送信データをランダムに取り出すことを特徴とする請求項7又は8に記載のデータ収集方法。   The data collection method according to claim 7 or 8, wherein transmission data is randomly extracted from the transmission buffer unit. 前記送信バッファ部が複数の書き込み領域を有しており、間引かれた送信データをランダムに選択した前記書き込み領域に書き込み、
前記送信バッファ部の前記書き込み領域をシーケンシャルに選択して送信データを取り出すことを特徴とする請求項9に記載のデータ収集方法。
The transmission buffer unit has a plurality of write areas, and the thinned transmission data is written in the randomly selected write area,
The data collection method according to claim 9, wherein transmission data is extracted by sequentially selecting the write area of the transmission buffer unit.
前記シンクノード装置が送信データを間引いているときに、前記シンクノード装置の前記送信バッファ部が一時保管している送信データを前記ストレージサーバ装置が受信した送信データに基づいて推定することを特徴とする請求項7から10のいずれかに記載のデータ収集方法。   When the sink node device thins out transmission data, the transmission data stored temporarily in the transmission buffer unit of the sink node device is estimated based on the transmission data received by the storage server device. The data collection method according to claim 7. コンピュータに請求項7から10のいずれかに記載のデータ収集方法を実行させるためのプログラム。   A program for causing a computer to execute the data collection method according to claim 7. コンピュータに請求項11に記載のデータ収集方法を実行させるためのプログラム。   The program for making a computer perform the data collection method of Claim 11.
JP2012111007A 2012-05-14 2012-05-14 Sink node device, storage server device, data collection system, data collection method, and program Active JP6004391B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012111007A JP6004391B2 (en) 2012-05-14 2012-05-14 Sink node device, storage server device, data collection system, data collection method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012111007A JP6004391B2 (en) 2012-05-14 2012-05-14 Sink node device, storage server device, data collection system, data collection method, and program

Publications (2)

Publication Number Publication Date
JP2013239860A true JP2013239860A (en) 2013-11-28
JP6004391B2 JP6004391B2 (en) 2016-10-05

Family

ID=49764543

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012111007A Active JP6004391B2 (en) 2012-05-14 2012-05-14 Sink node device, storage server device, data collection system, data collection method, and program

Country Status (1)

Country Link
JP (1) JP6004391B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018169956A (en) * 2017-03-30 2018-11-01 西日本電信電話株式会社 Communication terminal, communication method, and program
JP2018191251A (en) * 2017-05-11 2018-11-29 キヤノン株式会社 Information processing system, information processing method, and program
CN110944065A (en) * 2019-12-13 2020-03-31 李炳勇 Sensor data transmission method and system based on Internet of things
WO2020070861A1 (en) * 2018-10-04 2020-04-09 株式会社アプトポッド Transmission system, transmission device, and program
CN112185575A (en) * 2020-10-14 2021-01-05 北京嘉和美康信息技术有限公司 Method and device for determining medical data to be compared
WO2022003964A1 (en) * 2020-07-03 2022-01-06 日本電信電話株式会社 Data collection system, terminal, data collection method, and program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1013463A (en) * 1996-06-25 1998-01-16 Nec Commun Syst Ltd Queue control method
JP2003122796A (en) * 2001-10-12 2003-04-25 Omron Corp Information processor, sensor network system, information processing program and computer readable recording medium stored with information processing program
JP2006287565A (en) * 2005-03-31 2006-10-19 Kddi Corp Data transmitting method in wireless sensor network
JP2007047904A (en) * 2005-08-08 2007-02-22 Nittetsu Elex Co Ltd Equipment information collection system
JP2007060371A (en) * 2005-08-25 2007-03-08 Mitsubishi Electric Corp Packet relay device
JP2009145989A (en) * 2007-12-11 2009-07-02 Kddi Corp Web server and program for collecting sensing data
JP2011049658A (en) * 2009-08-25 2011-03-10 Fujitsu Ltd Packet repeater and congestion control method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1013463A (en) * 1996-06-25 1998-01-16 Nec Commun Syst Ltd Queue control method
JP2003122796A (en) * 2001-10-12 2003-04-25 Omron Corp Information processor, sensor network system, information processing program and computer readable recording medium stored with information processing program
JP2006287565A (en) * 2005-03-31 2006-10-19 Kddi Corp Data transmitting method in wireless sensor network
JP2007047904A (en) * 2005-08-08 2007-02-22 Nittetsu Elex Co Ltd Equipment information collection system
JP2007060371A (en) * 2005-08-25 2007-03-08 Mitsubishi Electric Corp Packet relay device
JP2009145989A (en) * 2007-12-11 2009-07-02 Kddi Corp Web server and program for collecting sensing data
JP2011049658A (en) * 2009-08-25 2011-03-10 Fujitsu Ltd Packet repeater and congestion control method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018169956A (en) * 2017-03-30 2018-11-01 西日本電信電話株式会社 Communication terminal, communication method, and program
JP2018191251A (en) * 2017-05-11 2018-11-29 キヤノン株式会社 Information processing system, information processing method, and program
WO2020070861A1 (en) * 2018-10-04 2020-04-09 株式会社アプトポッド Transmission system, transmission device, and program
CN110944065A (en) * 2019-12-13 2020-03-31 李炳勇 Sensor data transmission method and system based on Internet of things
CN110944065B (en) * 2019-12-13 2023-03-24 湖南半岛医疗科技有限公司 Sensor data transmission method and system based on Internet of things
WO2022003964A1 (en) * 2020-07-03 2022-01-06 日本電信電話株式会社 Data collection system, terminal, data collection method, and program
CN112185575A (en) * 2020-10-14 2021-01-05 北京嘉和美康信息技术有限公司 Method and device for determining medical data to be compared
CN112185575B (en) * 2020-10-14 2024-01-16 北京嘉和美康信息技术有限公司 Method and device for determining medical data to be compared

Also Published As

Publication number Publication date
JP6004391B2 (en) 2016-10-05

Similar Documents

Publication Publication Date Title
JP6004391B2 (en) Sink node device, storage server device, data collection system, data collection method, and program
US9379989B2 (en) Congestion avoidance and control for UDP-based protocols
CN108154230A (en) The monitoring method and monitoring device of deep learning processor
US20170126580A1 (en) Tracking Contention in a Distributed Business Transaction
EP3930272A1 (en) Rate update engine for reliable transport protocol
WO2021073054A1 (en) Data processing method, apparatus and device, and storage medium
US10628201B2 (en) Analysis method and analysis apparatus
EP2827607A1 (en) System and method for adapting characteristics of application layer protocol using sensed indication
US8724475B2 (en) Method and apparatus to estimate the sender's congestion window throughout the life of a TCP flow (socket connection)
JP5104529B2 (en) Analysis support program, analysis support method, and analysis support apparatus
US10009151B2 (en) Packet storage method, information processing apparatus, and non-transitory computer-readable storage medium
US8576711B1 (en) System and method for reducing latency via client side dynamic acknowledgements
US20140040460A1 (en) Transaction data acquisition method, recording medium, and information processing apparatus
JP7003467B2 (en) Packet classification program, packet classification method and packet classification device
US8966070B1 (en) System and method of reducing network latency
US20160143082A1 (en) Method for detecting a message from a group of packets transmitted in a connection
US11233886B2 (en) Storage medium and packet analyzing device
US20150081774A1 (en) System and method for implementing augmented object members for remote procedure call
US20200296189A1 (en) Packet analysis apparatus, packet analysis method, and storage medium
CN114428711A (en) Data detection method, device, equipment and storage medium
US20170127356A1 (en) Method and apparatus for prolonging lasting time of inactive mode
US20190166043A1 (en) Information processing apparatus and method thereof
CN114079619A (en) Port flow sampling method and device
US10305754B2 (en) Apparatus and method to collect packets related to abnormal connection
JP2015076731A (en) Usb repeater, usb repeating method, and usb repeating program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140626

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20140626

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150514

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150707

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150818

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160209

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160317

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160823

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160830

R150 Certificate of patent or registration of utility model

Ref document number: 6004391

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250