JP2017107445A - Information processing device, connected device identification method, and program - Google Patents

Information processing device, connected device identification method, and program Download PDF

Info

Publication number
JP2017107445A
JP2017107445A JP2015241485A JP2015241485A JP2017107445A JP 2017107445 A JP2017107445 A JP 2017107445A JP 2015241485 A JP2015241485 A JP 2015241485A JP 2015241485 A JP2015241485 A JP 2015241485A JP 2017107445 A JP2017107445 A JP 2017107445A
Authority
JP
Japan
Prior art keywords
communication device
information
communication
identification information
communication devices
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
JP2015241485A
Other languages
Japanese (ja)
Other versions
JP6373245B2 (en
Inventor
昂平 高橋
Kohei Takahashi
昂平 高橋
達也 秋葉
Tatsuya Akiba
達也 秋葉
尚司 松川
Shoji Matsukawa
尚司 松川
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
Original Assignee
Nippon Telegraph and Telephone 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 Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2015241485A priority Critical patent/JP6373245B2/en
Publication of JP2017107445A publication Critical patent/JP2017107445A/en
Application granted granted Critical
Publication of JP6373245B2 publication Critical patent/JP6373245B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable a connected communication device and a process that corresponds to it to be uniquely connected, irrespective of the identification name of a communication device recognized by an information processing device.SOLUTION: An allocation table 50 is provided that associates communication devices DT1-DTm with processes 11-1m. When a connection notification of the communication device DT1-DTm is received, the IP address and MAC address thereof are acquired from gateway GW1-GWm, a corresponding process is specified from the allocation table 50 using the vendor ID and product ID of the communication device DT1-DTm notified of connection and the obtained IP address and MAC address of the gateway GW1-GWm as keys, and a virtual device file is created. The process 11-1m identifies the connected communication device DT1-DTm by the virtual device file.SELECTED DRAWING: Figure 2

Description

この発明は、通信デバイスをネットワークを介してサーバ等の情報処理装置に接続して通信を行うシステムにおいて、上記サーバとして使用される情報処理装置と、当該情報処理装置が実行する接続デバイス識別方法およびプログラムに関する。   The present invention relates to an information processing apparatus used as the server in a system for communicating by connecting a communication device to an information processing apparatus such as a server via a network, a connection device identification method executed by the information processing apparatus, and Regarding the program.

近年、仮想化技術の進展に伴い、装置に接続される周辺機器を仮想化するI/O仮想化技術が普及している。I/O仮想化技術の一例として、装置に接続されたUSBデバイスをネットワーク上の別の装置にTCP/IPを用いて仮想的に接続する技術(OSS)であるUSB/IP方式が挙げられる(例えば、非特許文献1および非特許文献2を参照)。   In recent years, with the progress of virtualization technology, I / O virtualization technology for virtualizing peripheral devices connected to devices has become widespread. As an example of the I / O virtualization technology, there is a USB / IP system that is a technology (OSS) for virtually connecting a USB device connected to a device to another device on a network using TCP / IP ( For example, see Non-Patent Document 1 and Non-Patent Document 2.)

そして、前記装置に接続された前記USBデバイスを識別する手法として、udev機能が存在する(例えば、非特許文献3を参照)。   As a method for identifying the USB device connected to the device, there is a udev function (see, for example, Non-Patent Document 3).

“USB/IP PROJECT”、sourceforge.net、[Online]、インターネット<URL:http://usbip.sourceforge.net/>“USB / IP PROJECT”, sourceforge.net, [Online], Internet <URL: http://usbip.sourceforge.net/> “kernel/git/next/linux-next.git”、Linux Next Group、[Online]、インターネット<URL:http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/drivers/usb/usbip/usbip_protocol.txt>“Kernel / git / next / linux-next.git”, Linux Next Group, [Online], Internet <URL: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next. git / tree / drivers / usb / usbip / usbip_protocol.txt> “Writing udev rules”、[Online]、インターネット<URL:http://www.reactivated.net/writing_udev_rules.html>“Writing udev rules”, [Online], Internet <URL: http://www.reactivated.net/writing_udev_rules.html>

非特許文献1および非特許文献2に記載された技術を用いてUSBデバイスをサーバのプロセスに接続する場合を想定する。この場合、サーバは非特許文献3に記載された技術を用いて、予め決められた命名ルールを参照して当該要求元のUSBデバイスと通信を行うためのデバイスファイルを生成する。しかし、USBデバイスのファイル名はUSBデバイスの識別順等により変化する。このため、サーバはデバイスファイルにどのUSBデバイスがマッピングされているのか判断することができず、この結果デバイスファイルをプロセスと対応付けることができない。   Assume that a USB device is connected to a server process using the techniques described in Non-Patent Document 1 and Non-Patent Document 2. In this case, the server uses a technique described in Non-Patent Document 3 to generate a device file for communicating with the requesting USB device with reference to a predetermined naming rule. However, the file name of the USB device changes depending on the identification order of the USB device. For this reason, the server cannot determine which USB device is mapped to the device file, and as a result, the device file cannot be associated with the process.

この発明は上記事情に着目してなされたもので、情報処理装置が認識した通信デバイスの識別名にかかわらず、接続された通信デバイスとそれに対応するプロセスとを一意に接続することが可能となり、これにより通信デバイスから送信されたデータを対応するプロセスにより処理できるようにした情報処理装置、接続デバイス識別方法およびプログラムを提供しようとするものである。   This invention has been made paying attention to the above circumstances, and regardless of the identification name of the communication device recognized by the information processing apparatus, it is possible to uniquely connect the connected communication device and the corresponding process, Thus, an information processing apparatus, a connected device identification method, and a program that can process data transmitted from a communication device by a corresponding process is provided.

上記課題を解決するためにこの発明の第1の態様は、複数の通信デバイスとの間でネットワークを介して通信が可能な情報処理装置とその接続デバイス識別方法およびプログラムにあって、前記複数の通信デバイスと、当該通信デバイスから送信されるデータを処理するために対応付けて設けられた複数のプロセスとを関連付けるための割当情報を記憶する記憶部を備え、前記通信デバイスが接続された場合に、当該通信デバイスを特定するための情報を取得し、当該取得情報をもとに、前記記憶部に記憶された割当情報から対応するプロセスを特定して、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成する。そして、前記作成された仮想デバイスファイルに基づいて、前記プロセスと前記接続された対応する通信デバイスとの間に通信リンクを確立するようにしたものである。   In order to solve the above problems, a first aspect of the present invention is an information processing apparatus capable of communicating with a plurality of communication devices via a network, a connected device identification method, and a program thereof, A storage unit that stores allocation information for associating a communication device with a plurality of processes provided in association with each other to process data transmitted from the communication device, and the communication device is connected Acquiring information for identifying the communication device, identifying a corresponding process from allocation information stored in the storage unit based on the acquired information, and identifying the connected communication device. Create a virtual device file to connect to the process. Then, based on the created virtual device file, a communication link is established between the process and the connected corresponding communication device.

この発明の第2の態様は、前記割当情報を、前記通信デバイスに対応するプロセスの識別情報に対し、前記通信デバイスに設定されたベンダ識別情報およびプロダクト識別情報と、前記通信デバイスが保有するデバイス認証情報を関連付けるものとする。そして、前記仮想デバイスファイルを作成する際に、前記接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、前記接続された通信デバイスのデバイス認証情報をそれぞれ取得し、この取得された各情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定し、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成するようにしたものである。   According to a second aspect of the present invention, the allocation information includes a vendor identification information and product identification information set in the communication device with respect to identification information of a process corresponding to the communication device, and a device held by the communication device. Associate authentication information. Then, when creating the virtual device file, the vendor identification information and product identification information of the connected communication device and the device authentication information of the connected communication device are acquired, respectively, Based on the allocation information stored in the storage unit, a process corresponding to the communication device is specified, and a virtual device file for connecting the connected communication device and the specified process is created. It is a thing.

この発明の第3の態様は、前記複数の通信デバイスがネットワーク接続装置を介して前記ネットワークに接続される場合に、前記割当情報を、前記通信デバイスに対応するプロセスの識別情報に対し、前記通信デバイスに設定されたベンダ識別情報およびプロダクト識別情報と、前記通信デバイスが接続される前記ネットワーク接続装置のアドレス情報を関連付けるものとする。そして、前記仮想デバイスファイルを作成する際に、前記接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスが接続されたネットワーク接続装置のアドレス情報をそれぞれ取得し、当該取得された各情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定し、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成するようにしたものである。   According to a third aspect of the present invention, when the plurality of communication devices are connected to the network via a network connection device, the allocation information is assigned to the process identification information corresponding to the communication device. The vendor identification information and product identification information set in the device are associated with the address information of the network connection apparatus to which the communication device is connected. Then, when creating the virtual device file, the vendor identification information and product identification information of the connected communication device and the address information of the network connection device to which the communication device is connected are acquired, and the acquired Based on each information, a process corresponding to the communication device is identified from the allocation information stored in the storage unit, and a virtual device file for connecting the connected communication device and the identified process is obtained. It is something to be created.

この発明の第4の態様は、前記複数の通信デバイスがネットワーク接続装置を介して前記ネットワークに接続される場合に、前記割当情報を、前記通信デバイスに対応するプロセスの識別情報に対し、前記通信デバイスに設定されたベンダ識別情報およびプロダクト識別情報と、前記通信デバイスが接続される前記ネットワーク接続装置の認証情報を関連付けるものとする。そして、前記仮想デバイスファイルを作成する際に、前記接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスが接続されたネットワーク接続装置の認証情報をそれぞれ取得し、当該取得された各情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定し、前記接続された対応する通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成するようにしたものである。   According to a fourth aspect of the present invention, when the plurality of communication devices are connected to the network via a network connection device, the allocation information is set to the communication identification information of a process corresponding to the communication device. It is assumed that the vendor identification information and product identification information set in the device are associated with authentication information of the network connection apparatus to which the communication device is connected. When creating the virtual device file, the vendor identification information and product identification information of the connected communication device and the authentication information of the network connection device to which the communication device is connected are acquired, and the acquired A virtual device for identifying a process corresponding to the communication device from allocation information stored in the storage unit based on each information, and connecting the corresponding communication device connected and the identified process A file is created.

この発明の第1の態様によれば、通信デバイスが接続された場合に、接続された通信デバイスを特定するための情報を取得して割当情報に照会することで、上記接続された通信デバイスに対応するプロセスが特定され、前記接続された通信デバイスとこの特定されたプロセスとを接続するための仮想デバイスファイルが作成される。そして、この仮想デバイスファイルに基づいて、上記接続された通信デバイスとそれに対応するプロセスとの間に通信リンクが確立される。このため、通信デバイスが接続されたときに作成されるデバイスファイル名が通信デバイスの識別順等により変化する場合でも、接続された通信デバイスとそれに対応するプロセスとを確実に接続して通信を可能にすることができる。   According to the first aspect of the present invention, when a communication device is connected, the information for identifying the connected communication device is acquired and the allocation information is referred to, thereby allowing the connected communication device to A corresponding process is specified, and a virtual device file for connecting the connected communication device and the specified process is created. Based on the virtual device file, a communication link is established between the connected communication device and the corresponding process. For this reason, even if the device file name created when a communication device is connected changes depending on the identification order of the communication device, etc., communication is possible by reliably connecting the connected communication device and the corresponding process. Can be.

この発明の第2の態様によれば、接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスのデバイス認証情報とをもとに、割当情報から対応するプロセスが特定され、仮想デバイスファイルが作成される。このため、例えばゲートウェイ等のネットワーク接続装置に複数の通信デバイスが接続される場合でも、これら複数の通信デバイスとそれに対応するプロセスとをそれぞれ確実に接続することが可能となる。   According to the second aspect of the present invention, based on the vendor identification information and product identification information of the connected communication device and the device authentication information of the communication device, the corresponding process is identified from the allocation information, and the virtual A device file is created. For this reason, even when a plurality of communication devices are connected to a network connection device such as a gateway, for example, it is possible to reliably connect the plurality of communication devices and corresponding processes.

この発明の第3の態様によれば、接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスが接続されたネットワーク接続装置のアドレス情報とをもとに、割当情報から対応するプロセスが特定され、仮想デバイスファイルが作成される。   According to the third aspect of the present invention, the allocation information is handled based on the vendor identification information and product identification information of the connected communication device and the address information of the network connection apparatus to which the communication device is connected. A process is identified and a virtual device file is created.

また、この発明の第4の態様によれば、接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスが接続されたネットワーク接続装置の認証情報とをもとに、割当情報から対応するプロセスが特定され、仮想デバイスファイルが作成される。   Further, according to the fourth aspect of the present invention, from the allocation information based on the vendor identification information and product identification information of the connected communication device and the authentication information of the network connection apparatus to which the communication device is connected. A corresponding process is identified and a virtual device file is created.

従って、第3及び第4の態様によれば、例えばゲートウェイ等のネットワーク接続装置に対し通信デバイスが一対一に接続される場合には、通信デバイスの代わりにネットワーク接続装置からそのアドレス情報又は認証情報を取得することで仮想デバイスファイルを作成することが可能となる。   Therefore, according to the third and fourth aspects, when communication devices are connected one-to-one with a network connection device such as a gateway, the address information or authentication information is sent from the network connection device instead of the communication device. It becomes possible to create a virtual device file by acquiring.

すなわちこの発明の各態様によれば、情報処理装置が認識した通信デバイスの識別名にかかわらず、接続された通信デバイスとそれに対応するプロセスとを一意に接続することが可能となり、これにより通信デバイスから送信されたデータを対応するプロセスにより処理できるようにした情報処理装置、接続デバイス識別方法およびプログラムを提供することができる。   That is, according to each aspect of the present invention, it is possible to uniquely connect a connected communication device and a corresponding process regardless of the identification name of the communication device recognized by the information processing apparatus. It is possible to provide an information processing apparatus, a connected device identification method, and a program that can process data transmitted from the device by a corresponding process.

この発明の一実施形態に係る情報処理装置を含む通信システムの全体構成を示す図。The figure which shows the whole structure of the communication system containing the information processing apparatus which concerns on one Embodiment of this invention. 図1に示した通信システムにおける情報処理装置の機能構成を示すブロック図。The block diagram which shows the function structure of the information processing apparatus in the communication system shown in FIG. 図2に示した情報処理装置に設けられる割当テーブルに記憶される割当情報の一例を示す図。The figure which shows an example of the allocation information memorize | stored in the allocation table provided in the information processing apparatus shown in FIG. 図2に示した情報処理装置の動作説明に使用する図。The figure used for operation | movement description of the information processing apparatus shown in FIG. 図1に示した通信システムにおける情報の流れを示すシーケンス図。The sequence diagram which shows the flow of the information in the communication system shown in FIG.

以下、図面を参照してこの発明に係わる実施形態を説明する。
[一実施形態]
(構成)
図1は、この発明の一実施形態に係る情報処理装置を含む通信システムの全体構成を示す図である。
一実施形態に係る通信システムは、例えばサービスエリア内に分散配置されたセンサが接続又は内蔵された複数の通信デバイスDT1〜DTmを、それぞれ一対一にネットワーク接続装置として機能するゲートウェイGW1〜GWmに接続し、これらのゲートウェイGW1〜GWmからさらに図示しないIP(Internet Protocol)ネットワークを介して情報処理装置として機能するサーバSVに接続し、これにより各通信デバイスDT1〜DTmからサーバSVへセンサデータを送信するようにしたものである。
Embodiments according to the present invention will be described below with reference to the drawings.
[One Embodiment]
(Constitution)
FIG. 1 is a diagram showing an overall configuration of a communication system including an information processing apparatus according to an embodiment of the present invention.
The communication system according to an embodiment, for example, connects a plurality of communication devices DT1 to DTm, each of which is connected or built in sensors distributed in a service area, to gateways GW1 to GWm that function as network connection devices on a one-to-one basis. Then, these gateways GW1 to GWm are further connected to a server SV functioning as an information processing apparatus via an IP (Internet Protocol) network (not shown), thereby transmitting sensor data from each communication device DT1 to DTm to the server SV. It is what I did.

通信デバイスDT1〜DTmは、例えばアンテナおよびICチップを備えたセンサ機器、当該センサ機器を備えた携帯電話機やスマートフォン、ウェアラブル端末からなり、通信インタフェースとしてUSB(Universal Serial Bus)インタフェースを備えている。   Each of the communication devices DT1 to DTm includes, for example, a sensor device including an antenna and an IC chip, a mobile phone or a smartphone including the sensor device, and a wearable terminal, and includes a USB (Universal Serial Bus) interface as a communication interface.

ゲートウェイGW1〜GWmは、通信インタフェースとしてUSB/IP(Universal Serial Bus/Internet Protocol)インタフェースを有する。このUSB/IPインタフェースは、USBデバイスからなる上記通信デバイスDT1〜DTmのIOポートを、IPネットワーク上に延長する。   The gateways GW1 to GWm have a USB / IP (Universal Serial Bus / Internet Protocol) interface as a communication interface. This USB / IP interface extends the IO ports of the communication devices DT1 to DTm, which are USB devices, on the IP network.

サーバSVは、例えばクラウドコンピュータからなり、以下のように構成される。図2はその構成を示すブロック図である。
すなわち、サーバSVは、複数のプロセス11〜1mを備えている。これらのプロセス11〜1kは、上記各通信デバイスDT1〜DTmに対し一対一に対応付けられ、それぞれ対応する通信デバイスDT1〜DTmから送信されたセンサデータを受信して所定の処理を行う。
The server SV is composed of a cloud computer, for example, and is configured as follows. FIG. 2 is a block diagram showing the configuration.
That is, the server SV includes a plurality of processes 11 to 1m. These processes 11 to 1k are associated with the communication devices DT1 to DTm on a one-to-one basis, receive sensor data transmitted from the corresponding communication devices DT1 to DTm, and perform predetermined processing.

またサーバSVは、デバイスリンク制御部20と、デバイスドライバ30と、I/Oポート40を備え、さらに割当テーブル50を備えている。I/Oポート40は、USB/IPインタフェースを使用し、上記通信デバイスDT1〜DTm又はゲートウェイGW1〜GWmとの間でIPネットワークを介して制御データおよびセンサデータの送受信を行う。デバイスドライバ30は、上記I/Oポート40に通信デバイスDT1〜DTmが接続された場合に、既存のルールに従いデバイスファイルを作成する。   The server SV includes a device link control unit 20, a device driver 30, an I / O port 40, and an allocation table 50. The I / O port 40 uses a USB / IP interface and transmits / receives control data and sensor data to / from the communication devices DT1 to DTm or the gateways GW1 to GWm via the IP network. The device driver 30 creates a device file according to existing rules when the communication devices DT1 to DTm are connected to the I / O port 40.

なお、サーバSVに設けられた上記プロセス11〜1m、デバイスリンク制御部20およびデバイスドライバ30は、図示しないプログラムメモリに格納されたプログラムをサーバSVのプロセッサに実行させることにより実現される。   The processes 11 to 1m, the device link control unit 20, and the device driver 30 provided in the server SV are realized by causing the processor of the server SV to execute a program stored in a program memory (not shown).

割当テーブル50には、通信デバイスDT1〜DTmと、当該通信デバイスDT1〜DTmに対応付けて設けられたプロセス11〜1mとを関連付けるための割当情報が記憶される。   The allocation table 50 stores allocation information for associating the communication devices DT1 to DTm with the processes 11 to 1m provided in association with the communication devices DT1 to DTm.

図3はこの割当情報の一例を示すものである。同図に示すように割当情報は、プロセス名に対し、プロセスが読み込むデバイスファイルのパスと、当該プロセスに対応する通信デバイスDT1〜DTmのUSBベンダIDおよびUSBプロダクトIDと、上記通信デバイスDT1〜DTmが接続されるゲートウェイGW1〜GWmのIPアドレスおよびMACアドレスを関連付けたものからなる。
なお、割当情報は、例えば管理者端末においてサービス提供者により別途作成され、当該管理者端末から上記サーバSVの割当テーブル50に格納される。
FIG. 3 shows an example of this allocation information. As shown in the figure, the allocation information includes, for the process name, the path of the device file read by the process, the USB vendor ID and USB product ID of the communication devices DT1 to DTm corresponding to the process, and the communication devices DT1 to DTm. Are associated with the IP addresses and MAC addresses of the gateways GW1 to GWm.
For example, the allocation information is separately created by a service provider at an administrator terminal, and stored in the allocation table 50 of the server SV from the administrator terminal.

デバイスリンク制御部20は、本実施形態を実現する上で必要な制御機能として、仮想デバイスファイル作成部21を備えている。仮想デバイスファイル作成部21は以下のような処理機能を有する。
(1)デバイスドライバ30から接続通知を受け取った場合に、通信デバイスDT1〜DTmが接続されているゲートウェイGW1〜GWmからそのIPアドレスおよびMACアドレスをデバイス追加情報として取得する処理。
(2)上記通信デバイスDT1〜DTmのベンダIDおよびプロダクトIDと、上記デバイス追加情報として取得した上記ゲートウェイGW1〜GWmのIPアドレスおよびMACアドレスをキーとして上記割当テーブル50にアクセスし、当該割当テーブル50から対応するプロセスを特定する。そして、上記通信デバイスDT1〜DTmと上記特定された対応するプロセスとを接続するための仮想デバイスファイルを作成する処理。
The device link control unit 20 includes a virtual device file creation unit 21 as a control function necessary for realizing the present embodiment. The virtual device file creation unit 21 has the following processing functions.
(1) When receiving a connection notification from the device driver 30, processing to acquire the IP address and MAC address as device additional information from the gateways GW1 to GWm to which the communication devices DT1 to DTm are connected.
(2) The allocation table 50 is accessed using the vendor ID and product ID of the communication devices DT1 to DTm and the IP address and MAC address of the gateways GW1 to GWm acquired as the device additional information as keys. Identify the corresponding process from Then, a process of creating a virtual device file for connecting the communication devices DT1 to DTm and the identified corresponding process.

(動作)
次に、以上のように構成されたサーバSVの動作を説明する。
図4はサーバSVの処理内容を説明するための図、図5は通信システム全体のデータの流れを示すシーケンス図である。
(Operation)
Next, the operation of the server SV configured as described above will be described.
FIG. 4 is a diagram for explaining the processing contents of the server SV, and FIG. 5 is a sequence diagram showing the data flow of the entire communication system.

(1)割当情報の登録
システムの運用に先立ちサービス提供者は、システムで使用するすべての通信デバイスDT1〜DTmと、当該通信デバイスDT1〜DTmから送信されたセンサデータを処理するためのプロセス11〜1mとを関連付けするための割当情報を作成する。そして、この作成した割当情報を管理者端末からネットワークを介してサーバSVへ送信し、その割当テーブル50に記憶させる。
(1) Registration of allocation information Prior to the operation of the system, the service provider processes all communication devices DT1 to DTm used in the system and processes 11 to 11 for processing sensor data transmitted from the communication devices DT1 to DTm. Allocation information for associating with 1m is created. Then, the created allocation information is transmitted from the administrator terminal to the server SV via the network and stored in the allocation table 50.

割当情報は、例えば図3に示したように、プロセス名に対し、プロセスが読み込むデバイスファイルのパスと、当該プロセスに対応する通信デバイスDT1〜DTmのUSBベンダIDおよびUSBプロダクトIDと、上記通信デバイスDT1〜DTmが接続されるゲートウェイGW1〜GWmのIPアドレスおよびMACアドレスを関連付けたものとする。   For example, as shown in FIG. 3, the allocation information includes a device file path read by the process, a USB vendor ID and a USB product ID of the communication devices DT1 to DTm corresponding to the process, and the communication device. Assume that the IP addresses and MAC addresses of gateways GW1 to GWm to which DT1 to DTm are connected are associated.

(2)システム運用中における接続デバイスの識別
待機状態においてプロセス11〜1mは、ステップS11において、接続すべきデバイスファイルの存在の有無を定期的に監視する。
この状態で、ステップS12において、通信デバイスDT1〜DTmをゲートウェイGW1〜GWmに一対一に接続したとする。このときの接続は通信デバイスDT1〜DTmのUSB端子をゲートウェイGW1〜GWmのUSB端子に挿入することによりなされる。そうするとサーバSVでは、上記通信デバイスDT1〜DTmの接続が、ステップS13によりゲートウェイGW1〜GWmを介してIOポート40で認識され、接続が認識されるとステップS14によりIOポート40からデバイスドライバ30に接続通知が送られる。
(2) Identification of connected device during system operation In the standby state, the processes 11 to 1m periodically monitor the presence / absence of a device file to be connected in step S11.
In this state, it is assumed that the communication devices DT1 to DTm are connected to the gateways GW1 to GWm on a one-to-one basis in step S12. The connection at this time is made by inserting the USB terminals of the communication devices DT1 to DTm into the USB terminals of the gateways GW1 to GWm. Then, in the server SV, the connection of the communication devices DT1 to DTm is recognized by the IO port 40 through the gateways GW1 to GWm in step S13, and when the connection is recognized, the connection from the IO port 40 to the device driver 30 is performed in step S14. A notification is sent.

上記接続通知を受け取るとデバイスドライバ30は、ステップS15において、既存のデバイスディスクリプタ情報への命名ルールをもとに、通信デバイスDT1〜DTmの識別順にデバイスファイルを生成する。なお、このデバイスファイルを作成するための既存技術については、非特許文献3にudev rules として詳しく記載されている。上記デバイスファイルの作成が終了すると、ステップS16によりデバイスドライバ30からデバイスリンク制御部20に対し接続通知が送られる。   Upon receiving the connection notification, in step S15, the device driver 30 generates device files in the order of identification of the communication devices DT1 to DTm based on the naming rules for the existing device descriptor information. The existing technology for creating the device file is described in detail in Non-Patent Document 3 as udev rules. When the creation of the device file is completed, a connection notification is sent from the device driver 30 to the device link control unit 20 in step S16.

さて、上記接続通知を受け取るとデバイスリンク制御部20は、仮想デバイスファイル作成部21の制御の下、先ずステップS17によりゲートウェイGW1〜GWmに対しそれぞれアドレス取得要求を送信し、ステップS18によりゲートウェイGW1〜GWmからゲートウェイのIPアドレスおよびMACアドレスを取得する。   Upon receiving the connection notification, the device link control unit 20 first transmits an address acquisition request to each of the gateways GW1 to GWm in step S17 under the control of the virtual device file creation unit 21, and in step S18, the gateway GW1 to GW1. Get the IP address and MAC address of the gateway from GWm.

次にステップS19において、上記接続が通知された通信デバイスDT1〜DTmのUSBベンダIDおよびUSBプロダクトIDと、上記取得したゲートウェイのIPアドレスおよびMACアドレスをキーにして割当テーブル50にアクセスし、当該割当テーブル50から上記接続された通信デバイスDT1〜DTmに関連付けられているプロセス名とプロセスが読み込むデバイスファイルのパスを読み込む。そして、ステップS20において仮想デバイスファイルを作成する。例えば、プロセス11〜1mが管理しているファイル名で、実デバイスファイルへのシンボリックリンクを作成する。   Next, in step S19, the allocation table 50 is accessed using the USB vendor ID and USB product ID of the communication devices DT1 to DTm notified of the connection and the acquired IP address and MAC address of the gateway as keys. From the table 50, the process name associated with the connected communication devices DT1 to DTm and the path of the device file read by the process are read. In step S20, a virtual device file is created. For example, a symbolic link to an actual device file is created with a file name managed by the processes 11 to 1m.

この状態で、ステップS21によりプロセス11〜1mからデバイスファイルの監視要求が出力されると、デバイスリンク制御部20はステップS22により、上記仮想デバイスファイルに記述された情報を要求元のプロセス11から1mへ返す。プロセス11〜1mは、上記返送された仮想デバイスファイルの情報をもとに自身が通信すべき通信デバイスを識別する。   In this state, when a device file monitoring request is output from the processes 11 to 1m in step S21, the device link control unit 20 transmits the information described in the virtual device file from the requesting process 11 to 1m in step S22. Return to. The processes 11 to 1m identify a communication device to be communicated with based on the information of the returned virtual device file.

以後、通信デバイスDT1〜DTmとそれに対応するプロセス11〜1mとの間には通信リンクが確立される。そして、通信デバイスDT1〜DTmから送信されたセンサデータは、ステップS23によりゲートウェイGW1〜GWmからIPネットワークを介してサーバSVに転送され、サーバSV内において対応するプロセス11〜1mで受信され処理される。   Thereafter, communication links are established between the communication devices DT1 to DTm and the processes 11 to 1m corresponding thereto. The sensor data transmitted from the communication devices DT1 to DTm is transferred from the gateways GW1 to GWm to the server SV via the IP network in step S23, and received and processed by the corresponding processes 11 to 1m in the server SV. .

(効果)
以上詳述したように一実施形態では、通信デバイスDT1〜DTmと、当該通信デバイスDT1〜DTmに対応付けて設けられたプロセス11〜1mとを関連付けるための割当情報を記憶した割当テーブル50を設けている。そして、通信デバイスDT1〜DTmの接続通知を受信した場合に、当該通信デバイスDT1〜DTmが接続されているゲートウェイGW1〜GWmからそのIPアドレスおよびMACアドレスを取得し、上記接続が通知された通信デバイスDT1〜DTmのベンダIDおよびプロダクトIDと、上記取得したゲートウェイGW1〜GWmのIPアドレスおよびMACアドレスをキーとして割当テーブル50から対応するプロセスを特定し、上記通信デバイスDT1〜DTmと上記特定されたプロセスとを接続するための仮想デバイスファイルを作成するようにしている。プロセス11〜1mは、上記仮想デバイスファイルにより接続先の通信デバイスDT1〜DTmを識別し、以後当該通信デバイスDT1〜DTmとの間に確立される通信リンクを用いて通信デバイスDT1〜DTmからセンサデータを受信し処理する。
(effect)
As described above in detail, in one embodiment, an allocation table 50 that stores allocation information for associating the communication devices DT1 to DTm with the processes 11 to 1m provided in association with the communication devices DT1 to DTm is provided. ing. And when the connection notification of the communication devices DT1 to DTm is received, the IP address and the MAC address are acquired from the gateways GW1 to GWm to which the communication devices DT1 to DTm are connected, and the communication device notified of the connection The corresponding process is specified from the allocation table 50 using the vendor ID and product ID of DT1 to DTm and the IP address and MAC address of the acquired gateways GW1 to GWm as keys, and the communication devices DT1 to DTm and the specified process A virtual device file is created to connect the. The processes 11 to 1m identify the connection destination communication devices DT1 to DTm from the virtual device file, and then use the communication link established between the communication devices DT1 to DTm to transmit the sensor data from the communication devices DT1 to DTm. Is received and processed.

従って、通信デバイスが接続されたときに作成されるデバイスファイル名が通信デバイスの識別順等により変化する場合でも、仮想デバイスファイルに基づいて、接続された通信デバイスとそれに対応するプロセスとを確実に接続して通信を可能にすることができる。   Therefore, even when the device file name created when the communication device is connected changes depending on the identification order of the communication device, the connected communication device and the corresponding process are surely based on the virtual device file. Connect and enable communication.

[他の実施形態]
前記一実施形態では、割当情報として、プロセスごとに、当該プロセスに対応する通信デバイスDT1〜DTmのUSBベンダIDおよびUSBプロダクトIDと、上記通信デバイスDT1〜DTmが接続されるゲートウェイGW1〜GWmのIPアドレスおよびMACアドレスとを組み合わせる場合を例にとって説明した。しかし、それに限定されるものではなく、割当情報を以下の組み合わせにより構成することも可能である。
(1) 通信デバイスDT1〜DTmのUSBベンダIDおよびUSBプロダクトIDと、当該通信デバイスDT1〜DTmが接続されるゲートウェイGW1〜GWmの認証情報とを組み合わせたもの。
(2) 通信デバイスDT1〜DTmのUSBベンダIDおよびUSBプロダクトIDと、上記通信デバイスDT1〜DTmの認証機能に対しアクセスすることにより得られるデバイス認証情報とを組み合わせたもの。
[Other Embodiments]
In the embodiment, as the allocation information, for each process, the USB vendor ID and USB product ID of the communication devices DT1 to DTm corresponding to the process and the IP of the gateways GW1 to GWm to which the communication devices DT1 to DTm are connected. The case where an address and a MAC address are combined has been described as an example. However, the present invention is not limited to this, and the allocation information can be configured by the following combinations.
(1) A combination of the USB vendor ID and USB product ID of the communication devices DT1 to DTm and the authentication information of the gateways GW1 to GWm to which the communication devices DT1 to DTm are connected.
(2) A combination of the USB vendor ID and USB product ID of the communication devices DT1 to DTm and device authentication information obtained by accessing the authentication function of the communication devices DT1 to DTm.

また、前記一実施形態では、サーバSVに割当テーブル50を設け、この割当テーブル50に事前に割当情報を記憶しておく場合を例にとって説明した。しかし、それに限らず割当情報を記憶した割当テーブルを他のサーバ又は端末に設け、必要時に当該他のサーバ又は端末からネットワークを介して割当情報を読み込むようにしてもよい。   Further, in the above-described embodiment, the case where the allocation table 50 is provided in the server SV and the allocation information is stored in advance in the allocation table 50 has been described as an example. However, the present invention is not limited thereto, and an allocation table storing allocation information may be provided in another server or terminal, and the allocation information may be read from the other server or terminal via the network when necessary.

前記一実施形態では、通信デバイスとしてUSBデバイスを使用した場合を例にとって説明した。しかし、それに限定されるものではなく、通信デバイスとしてUSB以外の規格を採用したデバイスを使用してもよい。   In the embodiment, the case where a USB device is used as a communication device has been described as an example. However, the present invention is not limited to this, and a device adopting a standard other than USB may be used as the communication device.

その他、情報処理装置の種類や設置場所、その構成、制御手順と制御内容、ネットワーク接続装置の種類と構成、通信デバイスが送信するデータの種類等についても、この発明の要旨を逸脱しない範囲で種々変形して実施可能である。   In addition, the type and location of the information processing apparatus, its configuration, the control procedure and control content, the type and configuration of the network connection apparatus, the type of data transmitted by the communication device, and the like can be variously within the scope of the present invention. It can be implemented with modifications.

要するにこの発明は、上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合せにより種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態に亘る構成要素を適宜組み合せてもよい。   In short, the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. Further, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, you may combine suitably the component covering different embodiment.

SV…サーバ、DT1〜DTm…通信デバイス、GW1〜GWm…ゲートウェイ、NW…ネットワーク、11〜1m…プロセス、20…デバイスリンク制御部、21…仮想デバイスファイル作成部、30…デバイスドライバ、40…I/Oポート、50…割当テーブル。   SV ... server, DT1 to DTm ... communication device, GW1 to GWm ... gateway, NW ... network, 11-1m ... process, 20 ... device link control unit, 21 ... virtual device file creation unit, 30 ... device driver, 40 ... I / O port, 50 ... allocation table.

Claims (6)

複数の通信デバイスとの間でネットワークを介して通信が可能な情報処理装置であって、
前記複数の通信デバイスから送信されたデータをそれぞれ処理するために、前記複数の通信デバイスに対応付けて設けられた複数のプロセスと、
前記複数の通信デバイスとそれに対応する前記複数のプロセスとを関連付けるための割当情報を記憶する記憶部と、
前記複数の通信デバイスが接続された場合に、当該通信デバイスを特定するための情報を取得し、当該取得された情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定して、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成する手段と、
前記作成された仮想デバイスファイルに基づいて、前記プロセスと前記接続された対応する通信デバイスとの間に通信リンクを確立する手段と
を具備することを特徴とする情報処理装置。
An information processing apparatus capable of communicating with a plurality of communication devices via a network,
A plurality of processes provided in association with the plurality of communication devices in order to process the data transmitted from the plurality of communication devices, respectively;
A storage unit for storing allocation information for associating the plurality of communication devices and the plurality of processes corresponding thereto;
When the plurality of communication devices are connected, information for identifying the communication device is acquired, and the communication device is supported from the allocation information stored in the storage unit based on the acquired information Means for identifying a process to be created and creating a virtual device file for connecting the connected communication device and the identified process;
An information processing apparatus comprising: means for establishing a communication link between the process and the connected corresponding communication device based on the created virtual device file.
前記割当情報は、前記通信デバイスに対応するプロセスの識別情報に対し、前記通信デバイスに設定されたベンダ識別情報およびプロダクト識別情報と、前記通信デバイスが保有するデバイス認証情報を関連付け、
前記仮想デバイスファイルを作成する手段は、前記接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、前記接続された通信デバイスのデバイス認証情報をそれぞれ取得し、この取得された各情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定し、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成することを特徴とする請求項1記載の情報処理装置。
The allocation information associates vendor identification information and product identification information set in the communication device with device identification information held by the communication device with respect to identification information of a process corresponding to the communication device,
The means for creating the virtual device file respectively acquires vendor identification information and product identification information of the connected communication device, and device authentication information of the connected communication device, and based on the acquired information. In addition, a process corresponding to the communication device is specified from the allocation information stored in the storage unit, and a virtual device file for connecting the connected communication device and the specified process is created. The information processing apparatus according to claim 1.
前記複数の通信デバイスがネットワーク接続装置を介して前記ネットワークに接続される場合に、
前記通信デバイスに対応するプロセスの識別情報に対し、前記通信デバイスに設定されたベンダ識別情報およびプロダクト識別情報と、前記通信デバイスが接続される前記ネットワーク接続装置のアドレス情報を関連付け、
前記仮想デバイスファイルを作成する手段は、前記接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスが接続されたネットワーク接続装置のアドレス情報をそれぞれ取得し、当該取得された各情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定し、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成することを特徴とする請求項1記載の情報処理装置。
When the plurality of communication devices are connected to the network via a network connection device,
Associating vendor identification information and product identification information set in the communication device with address information of the network connection apparatus to which the communication device is connected, to the identification information of the process corresponding to the communication device;
The means for creating the virtual device file respectively acquires the vendor identification information and product identification information of the connected communication device, and the address information of the network connection device to which the communication device is connected, and the acquired information Based on the information, a process corresponding to the communication device is identified from the allocation information stored in the storage unit, and a virtual device file for connecting the connected communication device and the identified process is created. The information processing apparatus according to claim 1.
前記複数の通信デバイスがネットワーク接続装置を介して前記ネットワークに接続される場合に、
前記通信デバイスに対応するプロセスの識別情報に対し、前記通信デバイスに設定されたベンダ識別情報およびプロダクト識別情報と、前記通信デバイスが接続される前記ネットワーク接続装置の認証情報を関連付け、
前記仮想デバイスファイルを作成する手段は、前記接続された通信デバイスのベンダ識別情報およびプロダクト識別情報と、当該通信デバイスが接続されたネットワーク接続装置の認証情報をそれぞれ取得し、当該取得された各情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定し、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成することを特徴とする請求項1記載の情報処理装置。
When the plurality of communication devices are connected to the network via a network connection device,
Associating the vendor identification information and product identification information set in the communication device with the identification information of the process corresponding to the communication device and the authentication information of the network connection apparatus to which the communication device is connected;
The means for creating the virtual device file respectively acquires vendor identification information and product identification information of the connected communication device, and authentication information of the network connection apparatus to which the communication device is connected, and the acquired information Based on the information, a process corresponding to the communication device is identified from the allocation information stored in the storage unit, and a virtual device file for connecting the connected communication device and the identified process is created. The information processing apparatus according to claim 1.
複数の通信デバイスからネットワークを介して送信されたデータを、それぞれ前記各通信デバイスに対応付けて設けられた複数のプロセスにより処理する情報処理装置が実行する接続デバイス識別方法であって、
前記複数の通信デバイスとそれに対応する前記複数のプロセスとを関連付けるための割当情報を記憶部に記憶させる過程と、
前記複数の通信デバイスが接続された場合に、当該通信デバイスを特定するための情報を取得し、当該取得された情報をもとに、前記記憶部に記憶された割当情報から前記通信デバイスに対応するプロセスを特定して、前記接続された通信デバイスと前記特定されたプロセスとを接続するための仮想デバイスファイルを作成する過程と、
前記作成された仮想デバイスファイルに基づいて、前記接続された通信デバイスとそれに対応するプロセスとの間に通信リンクを確立する過程と
を具備することを特徴とする接続デバイス識別方法。
A connection device identification method executed by an information processing apparatus that processes data transmitted from a plurality of communication devices via a network by a plurality of processes provided in association with the respective communication devices,
Storing allocation information for associating the plurality of communication devices and the plurality of processes corresponding to the plurality of communication devices in a storage unit;
When the plurality of communication devices are connected, information for identifying the communication device is acquired, and the communication device is supported from the allocation information stored in the storage unit based on the acquired information Identifying a process to create, and creating a virtual device file for connecting the connected communication device and the specified process;
A connection device identification method comprising: establishing a communication link between the connected communication device and a process corresponding to the connected communication device based on the created virtual device file.
請求項1乃至4のいずれかに記載の情報処理装置が備える各手段による処理を、当該情報処理装置が備えるプロセッサに実行させるプログラム。   The program which makes the processor with which the said information processing apparatus performs the process by each means with which the information processing apparatus in any one of Claims 1 thru | or 4 is provided.
JP2015241485A 2015-12-10 2015-12-10 Information processing apparatus, connected device identification method, and program Active JP6373245B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015241485A JP6373245B2 (en) 2015-12-10 2015-12-10 Information processing apparatus, connected device identification method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015241485A JP6373245B2 (en) 2015-12-10 2015-12-10 Information processing apparatus, connected device identification method, and program

Publications (2)

Publication Number Publication Date
JP2017107445A true JP2017107445A (en) 2017-06-15
JP6373245B2 JP6373245B2 (en) 2018-08-15

Family

ID=59059889

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015241485A Active JP6373245B2 (en) 2015-12-10 2015-12-10 Information processing apparatus, connected device identification method, and program

Country Status (1)

Country Link
JP (1) JP6373245B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021162996A (en) * 2020-03-31 2021-10-11 三菱電機株式会社 Air conditioner controller, control system, and control method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007102308A (en) * 2005-09-30 2007-04-19 Toshiba Corp Thin client/server system
JP2011065679A (en) * 2006-05-24 2011-03-31 Hitachi Ltd Device management system
JP2011145827A (en) * 2010-01-13 2011-07-28 Hitachi Omron Terminal Solutions Corp Virtual bus system and device management method
US8190676B2 (en) * 2004-09-29 2012-05-29 Citrix Systems, Inc. System and method for event detection and re-direction over a network using a presentation level protocol
WO2013179606A1 (en) * 2012-05-28 2013-12-05 日本電気株式会社 Remote multi-client accommodating system and host computer

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8190676B2 (en) * 2004-09-29 2012-05-29 Citrix Systems, Inc. System and method for event detection and re-direction over a network using a presentation level protocol
JP2007102308A (en) * 2005-09-30 2007-04-19 Toshiba Corp Thin client/server system
JP2011065679A (en) * 2006-05-24 2011-03-31 Hitachi Ltd Device management system
JP2011145827A (en) * 2010-01-13 2011-07-28 Hitachi Omron Terminal Solutions Corp Virtual bus system and device management method
WO2013179606A1 (en) * 2012-05-28 2013-12-05 日本電気株式会社 Remote multi-client accommodating system and host computer

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
波多 浩昭: "TTYインタフェースをIPでオーバレイするデバイスファイル転送方式の提案", 電子情報通信学会技術研究報告, vol. 第115巻,第140号, JPN6018019065, 9 July 2015 (2015-07-09), JP, pages pp. 49-53 *
秋葉 達也,松川 尚司: "M2Mエリアネットワークの仮想化に関する検討", 情報処理学会 研究報告 インターネットと運用技術(IOT) 2015−IOT−029 [ONLINE, JPN6018019063, 15 May 2015 (2015-05-15), JP *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021162996A (en) * 2020-03-31 2021-10-11 三菱電機株式会社 Air conditioner controller, control system, and control method
JP7378336B2 (en) 2020-03-31 2023-11-13 三菱電機株式会社 Air conditioner controller, control system, and control method

Also Published As

Publication number Publication date
JP6373245B2 (en) 2018-08-15

Similar Documents

Publication Publication Date Title
US20190356596A1 (en) Service link selection control method and device
CN108965203B (en) Resource access method and server
US10263891B2 (en) Switching device, computer system, method, and program
US9407600B2 (en) Service access method and device for conducting the same
US10645020B1 (en) Virtual networking for compute instances
CN107809383B (en) MVC-based path mapping method and device
RU2009141603A (en) SERVER DETECTION MECHANISM
CN107463499A (en) The long-range connection methods of ADB, device, equipment and storage medium
CN110999265A (en) Managing network connectivity between cloud computing service endpoints and virtual machines
US10623469B2 (en) Methods and apparatuses for information transmission
JP6540283B2 (en) Communication apparatus, communication method, and communication program
CN109218076A (en) A kind of O&amp;M method and device
CN110858838B (en) Method and apparatus for bridging communications
CN112769794B (en) Data conversion method and device
CN103973682A (en) Method and device for having access to webpage
CN108139936A (en) The methods, devices and systems of access to the serial port from the virtual machine in the virtual application of deployment are provided
US20240039923A1 (en) Method and apparatus for deploying network device, device, system, and storage medium
CN107332813A (en) A kind of ACL collocation methods, ACL configuration equipment and server
CN104618388A (en) Quick registration and login method and corresponding reset server and information server
US8943123B2 (en) Server apparatus, network access method, and computer program
US10116739B2 (en) Method for enabling point-to-point transmission and network connecting device
JP6373245B2 (en) Information processing apparatus, connected device identification method, and program
CN110430478B (en) Networking communication method, device, terminal equipment and storage medium
US9929951B1 (en) Techniques for using mappings to manage network traffic
CN110943962B (en) Authentication method, network equipment, authentication server and forwarding equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170725

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180523

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180529

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180627

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: 20180710

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180717

R150 Certificate of patent or registration of utility model

Ref document number: 6373245

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150