WO2016051737A1 - データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、情報コード生成プログラム、情報取得方法及び情報コード生成方法 - Google Patents

データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、情報コード生成プログラム、情報取得方法及び情報コード生成方法 Download PDF

Info

Publication number
WO2016051737A1
WO2016051737A1 PCT/JP2015/004859 JP2015004859W WO2016051737A1 WO 2016051737 A1 WO2016051737 A1 WO 2016051737A1 JP 2015004859 W JP2015004859 W JP 2015004859W WO 2016051737 A1 WO2016051737 A1 WO 2016051737A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
communication terminal
server
code
information code
Prior art date
Application number
PCT/JP2015/004859
Other languages
English (en)
French (fr)
Inventor
木村 洋介
正俊 伊藤
安保 正敏
拡基 鵜飼
Original Assignee
株式会社デンソー
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 株式会社デンソー filed Critical 株式会社デンソー
Publication of WO2016051737A1 publication Critical patent/WO2016051737A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K19/00Record carriers for use with machines and with at least a part designed to carry digital markings
    • G06K19/06Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K7/00Methods or arrangements for sensing record carriers, e.g. for reading patterns
    • G06K7/10Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
    • G06K7/14Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation using light without selection of wavelength, e.g. sensing reflected white light
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • the present disclosure relates to a URL (Uniform Resource Locator) and a data structure of an information code, a communication terminal, an information acquisition system, an information acquisition program, an information code generation device, an information code generation program, an information acquisition method, and an information code generation method.
  • URL Uniform Resource Locator
  • an information code obtained by encoding predetermined information such as a QR (Quick Response) code (registered trademark) has been provided.
  • This type of information code is highly convenient, such as being able to start a corresponding application program (hereinafter referred to as an application) by being read by a communication terminal as disclosed in Patent Document 1, for example, Widely used.
  • the information code has a limit on the amount of data that can be stored.
  • a method (first method) of encoding (encrypting or compressing) data that can be understood by a person and storing the data in an information code is considered.
  • a method of storing a huge amount of data or information (actual data) to be concealed in the server and storing only an ID for accessing the server in the information code (second method) is also considered. It has been.
  • the application accesses the server and acquires information corresponding to (associated with) the ID.
  • the application only accesses the server of the defined URL, and the decoding of the information code only needs to be processed inside the black boxed server, so it may be widely used.
  • the environment needs to be accessible to the server, and cannot be used in an inaccessible environment.
  • the present disclosure has been made in view of the above circumstances, and the purpose thereof is a data structure, a communication terminal, an information acquisition system, and an information that can appropriately acquire information corresponding to an information code read by the communication terminal.
  • An acquisition program, an information code generation device, an information code generation program, an information acquisition method, and an information code generation method are provided.
  • the data structure of a URL according to the first aspect of the present disclosure is a data structure of a URL stored in an information code readable by a communication terminal, and a first data string for an application to acquire information from a server; And a second data string for the application to obtain information locally from the information code using the decoding library.
  • an information code that can identify the URL including the first data string and the second data string is read by the communication terminal, so that an enormous amount of data and information to be concealed can be sent to the server.
  • the application can acquire information from the server by using the first data string. Even in a system in which the application cannot access the server, the application can locally acquire information from the information code using the decoding library by using the second data string. In other words, by using either the first data string or the second data string, it is possible to select whether information is acquired from the server or locally from the information code. In this way, information corresponding to the information code read by the communication terminal can be appropriately acquired.
  • the information acquired from the server by the application may be more detailed information (having a larger amount of data) than information acquired locally from the information code.
  • the information acquired locally from the information code may be the minimum necessary information.
  • the data structure of the information code that can be read by the communication terminal according to the second aspect of the present disclosure includes a first data string for the application to acquire information from the server, and the information that the application uses to decode the information code.
  • 2 is a data structure of an information code in which a URL is encoded. Accordingly, whether the information is acquired from the server or locally from the information code by using either the first data string or the second data string, similarly to the data structure according to the first aspect of the present disclosure. Can be used properly.
  • the communication terminal includes an information code reading unit, a process execution unit, and an information output unit.
  • the information code reading unit reads the information code.
  • the process execution unit uses the information code read by the information code reading unit, and includes a first information acquisition process for acquiring information from the server, and a second information acquisition process for acquiring information locally from the information code. Do either.
  • the information output unit outputs information acquired by the process execution unit. As a result, the information code is read by the communication terminal, so that it is possible to select whether the information is acquired from the server or locally from the information code, as in the data structure according to the first aspect of the present disclosure.
  • the information acquisition system includes a communication terminal according to the third aspect of the present disclosure and a server that provides information to the communication terminal. With this information acquisition system, it is possible to select whether information is acquired from the server or acquired locally from the information code.
  • the information acquisition program uses the information code reading process for reading the information code and the information code read by the information code reading process to the terminal-side control unit of the communication terminal to acquire information from the server.
  • this information acquisition program it is possible to select whether information is acquired from the server or acquired locally from the information code.
  • An information code generation device is an information code that can be read by a communication terminal, and the application uses a first data string for acquiring information from a server, and the application uses a decoding library. A second data string for locally acquiring information from the information code; and a device-side control unit that generates an information code in which a URL including the information is encoded.
  • the first data structure is similar to the data structure according to the first aspect of the present disclosure.
  • An information code generation program is an information code that is read by a communication terminal in a device-side control unit of an information code generation device, and is a first data string for an application to acquire information from a server And a second data string for the application to obtain information locally from the information code using a decoding library, and to execute an information code generation process for generating an information code in which a URL is encoded It is a program.
  • the information code generated by the information code generation program it is possible to select whether information is acquired from the server or locally from the information code.
  • An information acquisition method includes a first information acquisition process of reading an information code, using the read information code, acquiring information from a server, and acquiring information locally from the information code. Performing any one of the two information acquisition processes and outputting the acquired information. With this information acquisition method, it is possible to select whether information is acquired from the server or acquired locally from the information code.
  • An information code generation method generates a first data string of an information code read by a communication terminal, and the first data string is a data string for an application to acquire information from a server. Yes, a second data string of the information code is generated, and the second data string is a data string for the application to obtain information locally from the information code using the decoding library, and the first data string Generating an information code in which a URL including the column and the second data column is encoded. Depending on the information code generated by this information code generation method, it is possible to select whether information is acquired from the server or locally from the information code.
  • FIG. 1 is a diagram illustrating an overall configuration of an information acquisition system according to an embodiment of the present disclosure.
  • FIG. 2 is a diagram showing the data structure of the URL.
  • FIG. 3 is a diagram illustrating a processing flow of the communication terminal and the server.
  • FIG. 4A is a diagram illustrating a mode in which a communication terminal acquires information;
  • FIG. 4B is a diagram showing database information on the server.
  • FIG. 5 is a diagram showing a processing flow of the communication terminal and the server.
  • FIG. 6 is a diagram illustrating a mode in which the communication terminal acquires information, FIG.
  • FIG. 7 is a diagram showing a processing flow of the communication terminal and the server.
  • FIG. 8A is a diagram illustrating a mode in which a communication terminal acquires information
  • FIG. 8B is a diagram showing database information on the server.
  • FIG. 9 is a diagram illustrating a mode in which the communication terminal acquires information
  • FIG. 10 is a diagram illustrating a processing flow of the communication terminal and the server.
  • FIG. 11A is a diagram illustrating a mode in which a communication terminal acquires information
  • FIG. 11B is a diagram showing database information on the server.
  • FIG. 12 is a diagram illustrating a processing flow of the communication terminal and the server.
  • FIG. 13A is a diagram illustrating a mode in which a communication terminal acquires information
  • FIG. 13B is a diagram illustrating database information on the server.
  • the information acquisition system 1 includes a communication terminal 2 and a server 3 (corresponding to an information code generation device), both configured to be capable of data communication via a communication network (including the Internet).
  • a so-called smartphone multifunctional mobile phone
  • a QR Quick Response
  • An unspecified number of communication terminals 2 can access the server 3.
  • the communication terminal 2 includes a terminal-side control unit 21, a memory 22, a user interface (UI (User Interface)) unit 23, a display unit 24, a communication unit 25, and a camera 26.
  • the terminal-side control unit 21 includes a microcomputer having a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and an I / O (Input / Output).
  • the memory 22 is composed of, for example, a semiconductor storage element or the like, and stores a computer program.
  • the terminal-side control unit 21 executes a computer program stored in the memory 22 and controls the overall operation of the communication terminal 2.
  • the user interface unit 23 includes, for example, a touch panel or a mechanical switch formed on the screen of the display unit 24.
  • an operation detection signal indicating the operation content is transmitted to the terminal side control unit.
  • the display unit 24 includes, for example, a liquid crystal panel, an organic EL (Electro-Luminescence) panel, and the like.
  • a display command signal is input from the terminal-side control unit 21, a screen specified by the input display command signal is displayed. Do (draw).
  • the communication unit 25 controls data communication with the server 3 via the communication network.
  • the camera 26 includes a CCD (Charge-Coupled Device) image sensor and a CMOS (Complementary Metal-Oxide Semiconductor) image sensor.
  • the camera 26 When receiving an imaging command signal from the terminal-side control unit 21, the camera 26 performs an imaging operation and outputs an image acquired by imaging to the terminal-side control unit 21.
  • the communication terminal 2 has a function of inputting a voice uttered by a user as a transmission voice, a function of outputting a voice received from a communication partner via a communication network as a reception voice, and telephone directory data. It has various well-known functions related to the telephone, such as a function for storing.
  • the server 3 includes a server-side control unit 31 (corresponding to a device-side control unit), a memory 32, a storage unit 33, and a communication unit 34.
  • the server-side control unit 31 includes a microcomputer having a CPU, ROM, RAM, and I / O.
  • the memory 32 is composed of, for example, a semiconductor storage element or the like, and stores a computer program.
  • the server-side control unit 31 executes a computer program stored in the memory 32 and controls the overall operation of the server 3.
  • the storage unit 33 is configured by a storage medium such as a hard disk, and stores various types of information (such as point information and parking lot information described later) in the database 33a.
  • the communication unit 34 controls data communication with the communication terminal 2 via the communication network.
  • the server-side control unit 31 includes a QR code generation unit 31a, a reception control unit 31b, a transmission control unit 31c, and an information extraction unit 31d.
  • These QR code generation unit 31a, reception control unit 31b, transmission control unit 31c, and information extraction unit 31d are configured by a computer program (including an information code generation program) executed by the server-side control unit 31, and realized by software.
  • the information code generation program may be provided as an information code generation method.
  • the QR code generation unit 31a generates a QR code in which a URL (Uniform Resource Locator) (a data string starting with “https: //”) as shown in FIG. 2 is encoded (performs an information code generation process). ).
  • URL Uniform Resource Locator
  • the URL of the data string starting with “https: //” is illustrated, but the URL of the data string starting with “http: //” may be used.
  • the URL of the data string starting with “https: //” is encrypted with SSL (Secure Sockets Layer) or TLS (Transport Layer Security). Indicates a state, which means that communication between the Web server and the Web browser is encrypted.
  • the URL shown in FIG. 2 has a data structure including a first data string and a second data string.
  • the first data string is a data string for an application to access the server 3 and acquire information stored in the database 33 a of the server 3 from the server 3.
  • the second data string is a data string for an application to locally acquire information from the QR code by decoding (decoding) the QR code using a decoding library (dedicated library). That is, the first data string is an ID for acquiring information from the server 3, and the second data string is data for local acquisition for acquiring information locally from the QR code.
  • Each of the first data string and the second data string is described by a combination of symbols (including letters and numbers).
  • QR code generated in this way is read by the communication terminal 2 having an imaging function, for example, by publishing it on the page of an information magazine or a web page. That is, an unspecified number of users using the communication terminal 2 having the imaging function can easily read the QR code in which the URL having the above characteristics is encoded by using the imaging function of the communication terminal 2. Is possible.
  • the terminal-side control unit 21 corresponds to reading a QR code in which a URL having the above characteristics is encoded, and includes a QR code reading unit 21a (corresponding to an information code reading unit) and a URL specifying unit 21b (processing execution)
  • a transmission control unit 21c (corresponding to a processing execution unit), a reception control unit 21d (corresponding to a processing execution unit), a decoding unit 21e (corresponding to a processing execution unit), and an information output unit 21f.
  • the QR code reading unit 21a, URL specifying unit 21b, transmission control unit 21c, reception control unit 21d, decoding unit 21e, and information output unit 21f are executed by a computer program (including an information acquisition program) executed by the terminal-side control unit 21. It is configured and realized by software.
  • the information acquisition program may be provided as an information acquisition method.
  • the QR code reading unit 21a reads the QR code when the camera 26 images the QR code and inputs an image indicating the QR code from the camera 26 (information code reading process).
  • the URL specifying unit 21b determines the QR code read by the QR code reading unit 21a according to a predetermined determination algorithm and specifies the URL indicated by the QR code.
  • the transmission control unit 21c causes the communication unit 25 to transmit the data string constituting the URL specified by the URL specifying unit 21b to the server 3.
  • the reception control unit 21d causes the communication unit 25 to receive an information response signal including information corresponding to the first data string from the server 3.
  • the decoding unit 21e obtains information by decoding the second data sequence among the data sequences constituting the URL specified by the URL specifying unit 21b using the decoding library.
  • the application in which the decoding library is incorporated is used to decode the second data string and acquire information.
  • the information output unit 21f generates an image indicating the information acquired from the server 3 or the information acquired locally from the QR code, and displays the image on the display unit 24 (information output process).
  • the communication terminal 2 that has read the QR code in this way acquires the information from the server 3 by transmitting a data string constituting the URL to the server 3.
  • Information a server access acquisition type method, first information acquisition processing
  • a second data string among the data strings constituting the URL are decoded using a decoding library, so that the information is locally generated from the QR code.
  • a local acquisition type method a second information acquisition process.
  • the server access acquisition type method can be used in an environment where an application activated on the communication terminal 2 can access the server 3, but cannot be used in an environment where the server 3 cannot be accessed.
  • the local acquisition type method can be used if a decoding library is incorporated in the application activated in the communication terminal 2, but cannot be used unless the decoding library is incorporated. Therefore, the communication terminal 2 uses the server access acquisition type and the local acquisition type properly as follows depending on the environment for accessing the server 3 and the nature of the application.
  • the information acquired by the server access acquisition type method may be more detailed information (the amount of data is larger) than the information acquired by the local acquisition type method.
  • the information acquired by the local acquisition type method may be the minimum necessary information.
  • the terminal-side control unit 21 When the terminal-side control unit 21 specifies the URL, the terminal-side control unit 21 accesses the server 3 of the specified URL, and causes the transmission control unit 21c to transmit the data string constituting the URL from the communication unit 25 to the server 3 (A3). That is, the terminal-side control unit 21 causes the communication unit 25 to transmit an information request signal including an ID for acquiring information stored in the server 3 to the server 3.
  • the server side control unit 31 when the server side control unit 31 receives the information request signal transmitted from the communication terminal 2 by the reception control unit 31b, the server side control unit 31 specifies the ID included in the received information request signal (B1). When the server-side control unit 31 specifies the ID, the server-side control unit 31 searches the database 33a and extracts (corresponds to) the information corresponding to the specified ID from the database 33a (B2). Then, the server-side control unit 31 transmits an information response signal including the extracted information from the communication unit 34 to the communication terminal 2.
  • the terminal side control unit 21 extracts information contained in the received information response signal. And the terminal side control part 21 produces
  • FIG. 4A illustrates a case where the communication terminal 2 reads a QR code in which point information is stored.
  • the communication terminal 2 activates the QR code reading application and reads the QR code by the QR code reading application
  • the communication terminal 2 specifies the URL indicated by the read QR code.
  • the communication terminal 2 switches from the QR code reading application to the browser application (activates the browser application), and accesses the server 3 having the URL indicated by the read QR code.
  • the server 3 specifies the ID from the first data string received from the communication terminal 2, the server 3 extracts information corresponding to the specified ID from the database 33a. Then, the server 3 generates Web page data (HTML file format) based on the extracted information and transmits it to the communication terminal 2.
  • HTML file format Web page data
  • the communication terminal 2 When the communication terminal 2 receives Web page data from the server 3, the communication terminal 2 displays the Web page. Thereby, the user can grasp the information stored in the server 3 (in FIG. 4B, information related to the AA department store (for example, URL of the home page)) by visually recognizing the web page.
  • information stored in the server 3 in FIG. 4B, information related to the AA department store (for example, URL of the home page)
  • the terminal-side control unit 21 reads the QR code from the image input from the camera 26 by the QR code reading unit 21a (A11), and specifies the URL by the URL specifying unit 21b (A12).
  • the terminal-side control unit 21 specifies the data for local acquisition, and the specified local acquisition data is decoded by the decoding unit 21e using the decoding library (A13).
  • the terminal side control part 21 produces
  • FIG. 6 illustrates a case where the communication terminal 2 reads a QR code in which point information is stored.
  • the communication terminal 2 starts the navigation application in which the decoding library is incorporated and reads the QR code by the QR code reading function of the navigation application
  • the communication terminal 2 specifies the URL indicated by the read QR code.
  • the communication terminal 2 specifies data for local acquisition, decodes the specified data for local acquisition using a decoding library, extracts information (coordinates and names), and images of the extracted information Is displayed.
  • the user cannot grasp the information stored in the server 3 if the navigation application displays the route from the current position to the destination with the coordinates as the destination, By visually recognizing, the route from the current position to the destination can be grasped.
  • the terminal-side control unit 21 reads the QR code from the image input from the camera 26 by the QR code reading unit 21a (A21), and specifies the URL by the URL specifying unit 21b (A22). 3 is determined whether it is accessible (A23). If the terminal-side control unit 21 determines that the server 3 is accessible (A23: YES), the terminal-side control unit 21 accesses the server 3 of the specified URL, and transmits a data string constituting the URL from the communication unit 25 by the transmission control unit 21c. It is transmitted to the server 3 (A24).
  • the server side control unit 31 when the server side control unit 31 receives the information request signal transmitted from the communication terminal 2 by the reception control unit 31b, the server side control unit 31 specifies the ID included in the received information request signal (B21). When the server-side control unit 31 specifies the ID, the server-side control unit 31 searches the database 33a and extracts (corresponds to) the information corresponding to the specified ID from the database 33a (B22). Then, the server-side control unit 31 transmits an information response signal including the extracted information from the communication unit 34 to the communication terminal 2.
  • the terminal side control unit 21 extracts information contained in the received information response signal. And the terminal side control part 21 produces
  • the terminal-side control unit 21 determines that the server 3 is not accessible (is inaccessible) (A23: NO)
  • the terminal-side control unit 21 specifies the data for local acquisition and decodes the specified data for local acquisition Using the library for decoding, the decoding unit 21e decodes (A26). And the terminal side control part 21 produces
  • FIG. 8A and 9 illustrate a case where the communication terminal 2 reads a QR code in which parking lot information is stored.
  • the communication terminal 2 starts the parking lot information application in which the decoding library is incorporated and reads the QR code by the QR code reading function of the parking lot information application, if the server 3 can be accessed, the read QR is read.
  • the server 3 having the URL indicated by the code is accessed.
  • the server 3 specifies an ID from the first data string received from the communication terminal 2, the server 3 extracts information corresponding to the specified ID from the database 33a, generates Web page data (HTML file format), and performs communication. Transmit to terminal 2.
  • the communication terminal 2 receives Web page data from the server 3, the communication terminal 2 displays the Web page. Thereby, the user can grasp
  • the communication terminal 2 specifies the data for local acquisition from the URL indicated by the read QR code. And the communication terminal 2 decodes the data for local acquisition using a decoding library, extracts information (coordinates, name, and address), and displays an image of the extracted information.
  • the user cannot grasp
  • the terminal-side control unit 21 reads the QR code from the image input from the camera 26 by the QR code reading unit 21a (A31), and specifies the URL by the URL specifying unit 21b (A32).
  • the terminal-side control unit 21 specifies local acquisition data, and the specified local acquisition data is decoded by the decoding unit 21e using the decoding library (A33).
  • the terminal side control part 21 produces
  • the terminal-side control unit 21 determines whether or not the information of the server 3 is necessary (whether or not the execution condition of the first information acquisition process is satisfied) (A35). If the terminal-side control unit 21 determines that the information of the server 3 is necessary (the execution condition of the first information acquisition process is satisfied) (A35: YES), the terminal-side control unit 21 accesses the server 3 of the specified URL, and the URL Is transmitted from the communication unit 25 to the server 3 by the transmission control unit 21c (A36).
  • the server side control unit 31 when the server side control unit 31 receives the information request signal transmitted from the communication terminal 2 by the reception control unit 31b, the server side control unit 31 specifies the ID included in the received information request signal (B31). When the server-side control unit 31 specifies the ID, the server-side control unit 31 searches the database 33a and extracts (corresponds to) the information corresponding to the specified ID from the database 33a (B32). Then, the server-side control unit 31 transmits an information response signal including the extracted information from the communication unit 34 to the communication terminal 2.
  • the terminal side control unit 21 extracts information contained in the received information response signal. And the terminal side control part 21 produces
  • FIG. 11A illustrates a case where the communication terminal 2 reads a QR code in which event information is stored.
  • the communication terminal 2 starts the event information application in which the decoding library is incorporated and reads the QR code by the QR code reading function of the event information application, the data for local acquisition is obtained from the URL indicated by the read QR code. Is identified. Then, the communication terminal 2 decodes the specified local acquisition data using the decoding library, extracts information (event name and address), and displays the extracted image. Thereby, although the user cannot grasp the information stored in the server 3 at this stage, the user can grasp simple information such as the event name and the holding place by visually checking the image.
  • the communication terminal 2 accesses the server 3 having the URL indicated by the read QR code.
  • the server 3 specifies an ID from the first data string received from the communication terminal 2, the server 3 extracts information corresponding to the specified ID from the database 33a, generates Web page data (HTML file format), and performs communication. Transmit to terminal 2.
  • the communication terminal 2 receives Web page data from the server 3, the communication terminal 2 displays the Web page.
  • the user can grasp information stored in the server 3 (in FIG. 11B, information related to AA fireworks (for example, real-time information such as a timetable and weather) by visually recognizing the Web page). .
  • the terminal-side control unit 21 reads the QR code from the image input from the camera 26 by the QR code reading unit 21a (A41), and specifies the URL by the URL specifying unit 21b (A42).
  • the terminal-side control unit 21 specifies data for local acquisition, and the specified local acquisition data is decoded by the decoding unit 21e using the decoding library (A43).
  • the terminal-side control unit 21 adds the information (additional data) decoded and extracted to the identified URL to access the server 3, and the transmission control unit 21c transmits the data string constituting the URL from the communication unit 25 to the server 3. (A44).
  • the server side control unit 31 specifies the ID included in the received information request signal (B41).
  • the server-side control unit 31 searches the database 33a and extracts (corresponds to) the information corresponding to the specified ID from the database 33a (B42). Then, the server-side control unit 31 transmits an information response signal including the extracted information from the communication unit 34 to the communication terminal 2.
  • the terminal side control unit 21 extracts information contained in the received information response signal. And the terminal side control part 21 produces
  • FIG. 13A illustrates a case where the communication terminal 2 reads a QR code in which customer information is stored.
  • the communication terminal 2 starts the customer information management application in which the decoding library is incorporated and reads the QR code by the QR code reading function of the customer information management application
  • the communication terminal 2 uses the URL indicated by the read QR code for local acquisition. Identify the data.
  • the communication terminal 2 decodes the specified data for local acquisition using a decoding library to extract information (for example, an authentication key (“abcde” in FIG. 13A))
  • the communication terminal 2 reads the read QR code. Is added to the URL indicated by the authentication key and information held by the customer information management application (for example, accessor information ("opqrstu" in FIG. 13A)) to access the server 3.
  • the server 3 receives the authentication key received from the communication terminal 2. If the authentication result is positive, the ID is identified from the first data string received from the communication terminal 2. Then, the server 3 obtains information corresponding to the identified ID from the database 33a. Based on the extracted information, Web page data (HTML file format) is generated and transmitted to the communication terminal 2. The server 3 updates the stored information by newly writing the accessor information received from the communication terminal 2. When the communication terminal 2 receives the web page data from the server 3, the server 3 displays the web page data. As a result, the user grasps the information stored in the server 3 (in FIG. 13B, information related to the purchase history of the customer AA (for example, purchased product name, date, etc.) by visually recognizing the Web page. can do.
  • the server 3 in FIG. 13B, information related to the purchase history of the customer AA (for example, purchased product name, date, etc.) by visually recognizing the Web page. can do.
  • the systems (1) to (5) described above may be combined in any way.
  • the period during which access to the server 3 can be made may be limited, and the time period may be used to classify (1) and (2).
  • the time period may be used to classify (1) and (2).
  • a user who does not require authentication and a user who requires authentication may be distinguished and (3) and (5) may be used together.
  • a first data string for the application to acquire information from the server 3 and the application includes a decoding library.
  • a URL data structure including a second data string for locally acquiring information from the QR code In a system in which an information code that can identify a URL is read by the communication terminal 2 to store a huge amount of data or information to be concealed in the server 3, the application can be executed by using the first data string. Information can be acquired from the server 3. In a system in which the application cannot access the server 3, the second data string is used so that the application can obtain information locally from the QR code using the decoding library. In other words, by using either the first data string or the second data string, it is possible to select whether information is acquired from the server 3 or locally from the QR code.
  • the QR code is exemplified as the information code, but it may be a two-dimensional code other than the QR code or a one-dimensional code.
  • the smart phone was illustrated as the communication terminal 2, a simple mobile telephone with a display area of a display part smaller than a smart phone, a tablet terminal with a display area of a display part larger than a smart phone, etc. may be sufficient. .
  • the configuration in which the server 3 generates a QR code that is, the configuration in which the server that generates the QR code is the same as the server that the communication terminal 2 that has read the QR code accesses is the same. You may make it cooperate as a different server. That is, when the communication terminal 2 accesses the server of the URL stored in the QR code, if the information corresponding to the ID included in the URL can be provided to the communication terminal 2, a QR code is generated.
  • the server and the server that provides information corresponding to the ID to the communication terminal 2 may be separate, and the server may be configured in any way.
  • the configuration in which the information stored in the QR code is simple information and the information (information associated with the ID) stored in the server 3 is detailed information is illustrated. It is not necessary to have it.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Tourism & Hospitality (AREA)
  • Electromagnetism (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Artificial Intelligence (AREA)
  • Toxicology (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

 本開示は、URLと情報コードのデータ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、及び情報コード生成プログラム、情報取得方法及び情報コード生成方法に関する。URLのデータ構造は、通信端末(2)が読み取り可能な情報コードに格納されているURLのデータ構造であって、アプリが情報をサーバ(3)から取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含む。このようなデータ構造では、第1のデータ列及び第2のデータ列の何れかを用いることで、情報をサーバ(3)から取得するか情報コードからローカルで取得するかを使い分けることができる。

Description

データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、情報コード生成プログラム、情報取得方法及び情報コード生成方法 関連出願の相互参照
 本出願は、2014年10月2日に出願された日本特許出願番号2014-203884号に基づくもので、ここにその記載内容を援用する。
 本開示は、URL(Uniform Resource Locator)や情報コードのデータ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、及び情報コード生成プログラム、情報取得方法及び情報コード生成方法に関する。
 従来より、例えばQR(Quick Response)コード(登録商標)等の予め定められた情報をコード化した情報コードが供されている。この種の情報コードは、例えば特許文献1に開示されているように通信端末により読み取られることで、対応するアプリケーションプログラム(以下、アプリと称する)を起動することができる等、利便性が高く、広く利用されている。
特開2008-181504号公報
 情報コードは格納可能なデータ量に限界がある。又、格納するデータを人が理解不可能な形式として情報を秘匿したいという要求もある。この点に関し、人が理解可能なデータをエンコード(暗号化や圧縮)して情報コードに格納する方法(第1の方法)が考えられている。又、膨大なデータ量の情報や秘匿したい情報(実データ)をサーバに格納しておき、情報コードにはサーバにアクセスするためのIDのみを格納しておく方法(第2の方法)も考えられている。
 第1の方法では、読み取った情報コードをアプリがデコード(解読)するには、デコード(復号化や展開)のアルゴリズムを認識している必要がある。1組織や1個人がエンコード及びデコードの方法を独占するのには有用である。又、情報コードを他のアプリがデコードするには、ブラックボックス化されたデコード用ライブラリ(専用のライブラリ)を提供することになる。しかしながら、広く使用されるためには、各アプリにデコード用ライブラリを配布して組み込む必要があり、実質的には難しい。
 第2の方法では、アプリはサーバにアクセスしてIDに対応する(紐付けられている)情報を取得する。第1の方法とは異なり、アプリは定められたURLのサーバにアクセスするだけであり、情報コードのデコードはブラックボックス化されたサーバ内部で処理すれば良いので、広く使用される可能性がある。しかしながら、アプリが情報をサーバから取得するにはサーバにアクセス可能な環境である必要があり、アクセス不可能な環境では使えない。
 本開示は、上記した事情に鑑みてなされたものであり、その目的は、通信端末により読み取られた情報コードに対応する情報を適切に取得可能とするデータ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、及び情報コード生成プログラム、情報取得方法及び情報コード生成方法を提供することにある。
 本開示の第1態様によるURLのデータ構造は、通信端末が読み取り可能な情報コードに格納されているURLのデータ構造であって、アプリが情報をサーバから取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含む。
 上記URLのデータ構造により、第1のデータ列と第2のデータ列とを含むURLを特定可能な情報コードが通信端末により読み取られることで、膨大なデータ量の情報や秘匿したい情報をサーバに格納しておくシステムでは、第1のデータ列を用いることで、アプリが情報をサーバから取得することができる。又、アプリがサーバにアクセス不可能なシステムでも、第2のデータ列を用いることで、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得することができる。即ち、第1のデータ列及び第2のデータ列の何れかを用いることで、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。このようにして通信端末により読み取られた情報コードに対応する情報を適切に取得可能となる。尚、アプリがサーバから取得する情報は情報コードからローカルで取得する情報よりも詳細な(データ量が多い)情報であっても良い。又、情報コードからローカルで取得する情報は必要最小限の情報であっても良い。
 本開示の第2態様による通信端末が読み取り可能な情報コードのデータ構造は、アプリが情報をサーバから取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含み、URLがコード化された情報コードのデータ構造である。これにより、本開示の第1態様によるデータ構造と同様に、第1のデータ列及び第2のデータ列の何れかを用いることで、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第3態様による通信端末は、情報コード読取部と、処理実行部と、情報出力部とを含む。情報コード読取部は、情報コードを読み取る。処理実行部は、情報コード読取部により読み取られた情報コードを用い、情報をサーバから取得する第1の情報取得処理、及び情報を当該情報コードからローカルで取得する第2の情報取得処理のうち何れかを行う。情報出力部は、処理実行部により取得された情報を出力する。これにより、情報コードが通信端末により読み取られることで、本開示の第1態様によるデータ構造と同様に、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第4態様による情報取得システムは、本開示の第3態様による通信端末と、情報を通信端末に提供するサーバを含む。この情報取得システムにより、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第5態様による情報取得プログラムは、通信端末の端末側制御部に、情報コードを読み取る情報コード読取処理と、情報コード読取処理により読み取られた情報コードを用い、情報をサーバから取得する第1の情報取得処理、及び情報を当該情報コードからローカルで取得する第2の情報取得処理のうち何れかを行う情報取得処理と、情報取得処理により取得された情報を出力する情報出力処理と、を実行させるためのプログラムである。この情報取得プログラムにより、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第6態様による情報コード生成装置は、通信端末が読み取り可能な情報コードであって、アプリが情報をサーバから取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含むURLがコード化された情報コードを生成する装置側制御部を含む。この情報コード生成装置により、第1のデータ列と第2のデータ列とを含むURLがコード化された情報コードを用いることで、本開示の第1態様によるデータ構造と同様に、第1のデータ列及び第2のデータ列の何れかを用いることで、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第7態様による情報コード生成プログラムは、情報コード生成装置の装置側制御部に、通信端末により読み取られる情報コードであって、アプリが情報をサーバから取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含むURLがコード化された情報コードを生成する情報コード生成処理を実行させるためのプログラムである。この情報コード生成プログラムにより生成された情報コードにより、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第8態様による情報取得方法は、情報コードを読み取り、読み取られた情報コードを用い、情報をサーバから取得する第1の情報取得処理、及び情報を当該情報コードからローカルで取得する第2の情報取得処理のうち何れかを行い、取得された情報を出力することを含む。この情報取得方法により、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示の第9態様による情報コード生成方法は、通信端末により読み取られる情報コードの第1のデータ列を生成し、第1のデータ列は、アプリが情報をサーバから取得するためのデータ列であり、情報コードの第2のデータ列を生成し、第2のデータ列は、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するためのデータ列であり、第1のデータ列と第2のデータ列とを含むURLがコード化された情報コードを生成することを含む。この情報コード生成方法により生成された情報コードにより、情報をサーバから取得するか情報コードからローカルで取得するかを使い分けることができる。
 本開示についての上記目的およびその他の目的、特徴や利点は、添付の図面を参照しながら下記の詳細な記述により、より明確になる。その図面は、
図1は、本開示の一実施形態の情報取得システムの全体構成を示す図であり、 図2は、URLのデータ構造を示す図であり、 図3は、通信端末及びサーバの処理の流れを示す図であり、 図4Aは、通信端末が情報を取得する態様を示す図であり、 図4Bは、サーバ上のデータベースの情報を示す図であり、 図5は、通信端末及びサーバの処理の流れを示す図であり、 図6は、通信端末が情報を取得する態様を示す図であり、 図7は、通信端末及びサーバの処理の流れを示す図であり、 図8Aは、通信端末が情報を取得する態様を示す図であり、 図8Bは、サーバ上のデータベースの情報を示す図であり、 図9は、通信端末が情報を取得する態様を示す図であり、 図10は、通信端末及びサーバの処理の流れを示す図であり、 図11Aは、通信端末が情報を取得する態様を示す図であり、 図11Bは、サーバ上のデータベースの情報を示す図であり、 図12は、通信端末及びサーバの処理の流れを示す図であり、 図13Aは、通信端末が情報を取得する態様を示す図であり、 図13Bは、サーバ上のデータベースの情報を示す図である。
 以下、本開示の一実施形態について図面を参照して説明する。
 図1に示すように、情報取得システム1は、通信端末2と、サーバ3(情報コード生成装置に相当)とを有し、両者が通信ネットワーク(インターネットを含む)を介してデータ通信可能に構成されている。本実施形態では、通信端末2として所謂スマートフォン(多機能型の携帯電話機)を想定しており、情報コードとしてQR(Quick Response)コード(登録商標)を想定している。又、不特定多数の通信端末2がサーバ3にアクセス可能である。
 通信端末2は、端末側制御部21と、メモリ22と、ユーザインタフェース(UI(User Interface))部23と、表示部24と、通信部25と、カメラ26とを有する。端末側制御部21は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)及びI/O(Input/Output)を有するマイクロコンピュータにより構成されている。メモリ22は、例えば半導体記憶素子等により構成されており、コンピュータプログラムを記憶している。端末側制御部21は、メモリ22に記憶されているコンピュータプログラムを実行し、通信端末2の動作全般を制御する。
 ユーザインタフェース部23は、例えば表示部24の画面に形成されるタッチパネルや機械的なスイッチ等により構成されており、ユーザからの操作を受け付けると、その操作内容を示す操作検知信号を端末側制御部21に出力する。表示部24は、例えば液晶パネルや有機EL(Electro-Luminescence)パネル等により構成されており、端末側制御部21から表示指令信号を入力すると、その入力した表示指令信号により指定される画面を表示する(描画する)。通信部25は、サーバ3との間での通信ネットワークを介したデータ通信を制御する。カメラ26は、CCD(Charge Coupled Device)イメージセンサやCMOS(Complementary Metal Oxide Semiconductor)イメージセンサを含んで構成されている。カメラ26は、端末側制御部21から撮像指令信号を入力すると、撮像動作を行い、撮像して取得した画像を端末側制御部21に出力する。尚、通信端末2は、これらの機能の他に、ユーザが発した音声を送話音声として入力する機能、通話相手から通信ネットワークを介して受信した音声を受話音声として出力する機能、電話帳データを記憶する機能等の電話に関する様々な周知の機能を有する。
 サーバ3は、サーバ側制御部31(装置側制御部に相当)と、メモリ32と、記憶部33と、通信部34とを有する。サーバ側制御部31は、CPU、ROM、RAM及びI/Oを有するマイクロコンピュータにより構成されている。メモリ32は、例えば半導体記憶素子等により構成されており、コンピュータプログラムを記憶している。サーバ側制御部31は、メモリ32に記憶されているコンピュータプログラムを実行し、サーバ3の動作全般を制御する。記憶部33は、ハードディスク等の記憶媒体で構成されており、各種情報(後述する地点情報や駐車場情報等)をデータベース33aに格納している。通信部34は、通信端末2との間での通信ネットワークを介したデータ通信を制御する。
 サーバ側制御部31は、QRコード生成部31aと、受信制御部31bと、送信制御部31cと、情報抽出部31dとを有する。これらQRコード生成部31a、受信制御部31b、送信制御部31c及び情報抽出部31dは、サーバ側制御部31が実行するコンピュータプログラム(情報コード生成プログラムを含む)により構成されており、ソフトウェアにより実現されている。情報コード生成プログラムは、情報コード生成方法として提供されてもよい。
 ここで、QRコード生成部31aが生成するQRコードについて説明する。QRコード生成部31aは、図2に示すようなURL(Uniform Resource Locator)(「https://」を先頭とするデータ列)がコード化されたQRコードを生成する(情報コード生成処理を行う)。尚、本実施形態では、「https://」を先頭とするデータ列のURLを例示しているが、「http://」を先頭とするデータ列のURLでも良い。「https://」を先頭とするデータ列のURLは、「http://」を先頭とするデータ列のURLがSSL(Secure Sockets Layer)やTLS(Transport Layer Security)で暗号化されている状態を示し、WebサーバとWebブラウザの間の通信が暗号化されていることを意味している。
 図2に示すURLは、第1のデータ列と第2のデータ列とを含むデータ構造である。第1のデータ列は、アプリがサーバ3にアクセスして当該サーバ3のデータベース33aに格納されている情報を当該サーバ3から取得するためのデータ列である。第2のデータ列は、アプリがデコード用ライブラリ(専用のライブラリ)を用いてQRコードをデコード(解読)して情報を当該QRコードからローカルで取得するためのデータ列である。即ち、第1のデータ列は、情報をサーバ3から取得するためのIDであり、第2のデータ列は、情報をQRコードからローカルで取得するためのローカル取得用のデータである。これら第1のデータ列及び第2のデータ列はそれぞれ記号(英字や数字を含む)の組み合わせにより記述される。図2に示すURLでは、「id=」の直後から「&xx=」の直前までの「1agc9xs00g40a8e」が第1のデータ列であり、「&xx=」の直後から末尾までの「1f2FJFi3mxpes_S8sLLxvNKlx6Xzpb2hv」が第2のデータ列である。このようにして生成されたQRコードは、例えば情報誌の紙面やWebページ上等で公開されることで、撮像機能を有する通信端末2により読み取られる。即ち、撮像機能を有する通信端末2を使用する不特定多数のユーザは、通信端末2の撮像機能を用いることで、上記した特徴を有するURLがコード化されているQRコードを容易に読み取ることが可能である。
 端末側制御部21は、上記した特徴を有するURLがコード化されているQRコードを読み取ることに対応し、QRコード読取部21a(情報コード読取部に相当)と、URL特定部21b(処理実行部に相当)と、送信制御部21c(処理実行部に相当)と、受信制御部21d(処理実行部に相当)と、デコード部21e(処理実行部に相当)と、情報出力部21fとを有する。これらQRコード読取部21a、URL特定部21b、送信制御部21c、受信制御部21d、デコード部21e、情報出力部21fは、端末側制御部21が実行するコンピュータプログラム(情報取得プログラムを含む)により構成されており、ソフトウェアにより実現されている。情報取得プログラムは、情報取得方法として提供されてもよい。
 QRコード読取部21aは、カメラ26がQRコードを撮像し、そのQRコードを示す画像をカメラ26から入力することでQRコードを読み取る(情報コード読取処理)。URL特定部21bは、QRコード読取部21aにより読み取られたQRコードを所定の判別アルゴリズムにしたがって判別して当該QRコードにより示されるURLを特定する。送信制御部21cは、URL特定部21bにより特定されたURLを構成するデータ列を通信部25からサーバ3に送信させる。受信制御部21dは、第1のデータ列に対応する情報を含む情報応答信号をサーバ3から通信部25により受信させる。デコード部21eは、URL特定部21bにより特定されたURLを構成するデータ列のうち第2のデータ列をデコード用ライブラリを用いてデコードして情報を取得する。デコード用ライブラリは、アプリに組み込まれる(配布される)ことで、そのデコード用ライブラリが組み込まれているアプリが第2のデータ列をデコードして情報を取得するのに用いられる。情報出力部21fは、サーバ3から取得された情報やQRコードからローカルで取得された情報を示す画像を生成して表示部24に表示させる(情報出力処理)。
 このようにQRコードを読み取った通信端末2が、その読み取ったQRコードに対応する情報を取得する方法としては、URLを構成するデータ列をサーバ3に送信することで、情報をサーバ3から取得する方法(サーバアクセス取得型の方法、第1の情報取得処理)と、URLを構成するデータ列のうち第2のデータ列をデコード用ライブラリを用いてデコードすることで、情報をQRコードからローカルで取得する方法(ローカル取得型の方法、第2の情報取得処理)とがある。この場合、サーバアクセス取得型の方法は、通信端末2で起動されるアプリがサーバ3にアクセス可能な環境では使えるが、サーバ3にアクセス不可能な環境では使えない。ローカル取得型の方法は、通信端末2で起動されるアプリにデコード用ライブラリが組み込まれていれば使えるが、デコード用ライブラリが組み込まれていなければ使えない。そのため、通信端末2は、サーバ3にアクセスする環境やアプリの性質によりサーバアクセス取得型とローカル取得型とを以下のようにして使い分ける。
 尚、サーバアクセス取得型の方法では、デコード用ライブラリを組み込んでいないアプリがURLのサーバ3にアクセスすると、サーバ3は、URLを構成するデータ列のうち「id=」の直後から「&xx=」の直前までの第1のデータ列のみを判別し(有効とし)、「&xx=」の直後から末尾までの第2のデータ列を判別せずに読み捨てる(無効とする)。又、ローカル取得型の方法では、デコード用ライブラリを組み込んでいるアプリは、URLを構成するデータ列のうち「&xx=」の直後から末尾までの第2のデータ列のみを判別し(有効とし)、「id=」の直後から「&xx=」の直前までの第1のデータ列を判別せずに読み捨てる(無効とする)。又、サーバアクセス取得型の方法により取得する情報はローカル取得型の方法により取得する情報よりも詳細な(データ量が多い)情報であっても良い。又、ローカル取得型の方法により取得する情報は必要最小限の情報であっても良い。
 次に、上記した構成の作用について、図3から図13Bを参照して説明する。ここでは、
 (1)サーバアクセス取得型のみに対応したシステム
 (2)ローカル取得型のみに対応したシステム
 (3)サーバアクセス取得型及びローカル取得型の両方に対応したシステム(サーバ3の情報を優先)
 (4)サーバアクセス取得型及びローカル取得型の両方に対応したシステム(ローカルの情報を優先)
 (5)サーバアクセス取得型及びローカル取得型の両方に対応したシステム(サーバ3の情報及びローカルの情報を併用)
の場合について順次説明する。
 (1)サーバアクセス取得型のみに対応したシステム(図3及び図4A,図4Bを参照)
 ユーザは、QRコードを利用する際には通信端末2を操作してカメラ26でQRコードを撮像する。通信端末2において、端末側制御部21は、QRコードを示す画像をカメラ26から入力すると、その入力した画像からQRコードをQRコード読取部21aにより読み取る(A1)。端末側制御部21は、QRコードを読み取ると、その読み取ったQRコードを所定の判別アルゴリズムにしたがって判別して当該QRコードにより示されるURLをURL特定部21bにより特定する(A2)。端末側制御部21は、URLを特定すると、その特定したURLのサーバ3にアクセスし、URLを構成するデータ列を送信制御部21cにより通信部25からサーバ3に送信させる(A3)。即ち、端末側制御部21は、サーバ3に格納されている情報を取得するためのIDを含む情報要求信号を通信部25からサーバ3に送信させる。
 サーバ3において、サーバ側制御部31は、通信端末2から送信された情報要求信号を受信制御部31bにより受信すると、その受信した情報要求信号に含まれるIDを特定する(B1)。サーバ側制御部31は、IDを特定すると、データベース33aを検索し、その特定したIDに対応する(紐付けられている)情報をデータベース33aから抽出する(B2)。そして、サーバ側制御部31は、その抽出した情報を含む情報応答信号を通信部34から通信端末2に送信させる。
 通信端末2において、端末側制御部21は、サーバ3から送信された情報応答信号を受信制御部21dにより受信すると、その受信した情報応答信号に含まれる情報を抽出する。そして、端末側制御部21は、その抽出した情報に基づいて情報出力部21fにより画像を生成して表示する(A4)。
 図4Aは、地点情報が格納されているQRコードを通信端末2が読み取った場合を例示している。通信端末2は、QRコード読み取りアプリを起動し、QRコードをQRコード読み取りアプリにより読み取ると、その読み取ったQRコードにより示されるURLを特定する。そして、通信端末2は、QRコード読み取りアプリからブラウザアプリに切り替え(ブラウザアプリを起動し)、その読み取ったQRコードにより示されるURLのサーバ3にアクセスする。サーバ3は、通信端末2から受信した第1のデータ列からIDを特定すると、その特定したIDに対応する情報をデータベース33aから抽出する。そして、サーバ3は、その抽出した情報に基づいてWebページのデータ(HTMLファイル形式)を生成して通信端末2に送信する。通信端末2は、サーバ3からWebページのデータを受信すると、そのWebページを表示する。これにより、ユーザは、Webページを視認することで、サーバ3に格納されている情報(図4Bでは、AAデパートに関する情報(例えばホームページのURL等))を把握することができる。
 (2)ローカル取得型のみに対応したシステム(図5及び図6を参照)
 この場合、通信端末2において、端末側制御部21は、カメラ26から入力した画像からQRコードをQRコード読取部21aにより読み取り(A11)、URL特定部21bによりURLを特定する(A12)。端末側制御部21は、URLを特定すると、ローカル取得用のデータを特定し、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコード部21eによりデコードする(A13)。そして、端末側制御部21は、そのデコードして抽出した情報に基づいて情報出力部21fにより画像を生成して表示する(A14)。
 図6は、地点情報が格納されているQRコードを通信端末2が読み取った場合を例示している。通信端末2は、デコード用ライブラリが組み込まれているナビアプリを起動し、QRコードをナビアプリのQRコード読み取り機能により読み取ると、その読み取ったQRコードにより示されるURLを特定する。そして、通信端末2は、ローカル取得用のデータを特定し、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコードして情報(座標と名称)を抽出し、その抽出した情報の画像を表示する。これにより、ユーザは、ナビアプリが当該座標を目的地として現在位置から目的地までの経路を表示する場合であれば、サーバ3に格納されている情報を把握することはできないが、その画像を視認することで、現在位置から目的地までの経路を把握することができる。
 (3)サーバアクセス取得型及びローカル取得型の両方に対応したシステム(サーバの情報を優先)(図7から図9を参照)
 この場合、通信端末2において、端末側制御部21は、カメラ26から入力した画像からQRコードをQRコード読取部21aにより読み取り(A21)、URL特定部21bによりURLを特定すると(A22)、サーバ3にアクセス可能であるか否かを判定する(A23)。端末側制御部21は、サーバ3にアクセス可能であると判定すると(A23:YES)、その特定したURLのサーバ3にアクセスし、URLを構成するデータ列を送信制御部21cにより通信部25からサーバ3に送信させる(A24)。
 サーバ3において、サーバ側制御部31は、通信端末2から送信された情報要求信号を受信制御部31bにより受信すると、その受信した情報要求信号に含まれるIDを特定する(B21)。サーバ側制御部31は、IDを特定すると、データベース33aを検索し、その特定したIDに対応する(紐付けられている)情報をデータベース33aから抽出する(B22)。そして、サーバ側制御部31は、その抽出した情報を含む情報応答信号を通信部34から通信端末2に送信させる。
 通信端末2において、端末側制御部21は、サーバ3から送信された情報応答信号を受信制御部21dにより受信すると、その受信した情報応答信号に含まれる情報を抽出する。そして、端末側制御部21は、その抽出した情報に基づいて情報出力部21fにより画像を生成して表示する(A25)。一方、端末側制御部21は、サーバ3にアクセス可能でない(アクセス不可能である)と判定すると(A23:NO)、ローカル取得用のデータを特定し、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコード部21eによりデコードする(A26)。そして、端末側制御部21は、そのデコードして抽出した情報に基づいて情報出力部21fにより画像を生成して表示する(A27)。
 図8A及び図9は、駐車場情報が格納されているQRコードを通信端末2が読み取った場合を例示している。通信端末2は、デコード用ライブラリが組み込まれている駐車場情報アプリを起動し、QRコードを駐車場情報アプリのQRコード読み取り機能により読み取ると、サーバ3にアクセス可能であれば、その読み取ったQRコードにより示されるURLのサーバ3にアクセスする。サーバ3は、通信端末2から受信した第1のデータ列からIDを特定すると、その特定したIDに対応する情報をデータベース33aから抽出し、Webページのデータ(HTMLファイル形式)を生成して通信端末2に送信する。通信端末2は、サーバ3からWebページのデータを受信すると、そのWebページを表示する。これにより、ユーザは、Webページを視認することで、サーバ3に格納されている情報(図8Bでは、AA駐車場に関する情報(最新の空き情報)等)を把握することができる。
 一方、通信端末2は、サーバ3にアクセス不可能であれば、その読み取ったQRコードにより示されるURLからローカル取得用のデータを特定する。そして、通信端末2は、そのローカル取得用のデータをデコード用ライブラリを用いてデコードして情報(座標と名称と住所)を抽出し、その抽出した情報の画像を表示する。これにより、ユーザは、サーバ3に格納されている情報ほど詳細な情報を把握することはできないが、その画像を視認することで、AA駐車場の場所等の簡易な情報を把握することができる。
 (4)サーバアクセス取得型及びローカル取得型の両方に対応したシステム(ローカルの情報を優先)(図10及び図11A,図11Bを参照)
 この場合、通信端末2において、端末側制御部21は、カメラ26から入力した画像からQRコードをQRコード読取部21aにより読み取り(A31)、URL特定部21bによりURLを特定する(A32)。端末側制御部21は、URLを特定すると、ローカル取得用のデータを特定し、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコード部21eによりデコードする(A33)。そして、端末側制御部21は、そのデコードして抽出した情報に基づいて情報出力部21fにより画像を生成して表示する(A34)。続いて、端末側制御部21は、サーバ3の情報が必要であるか否か(第1の情報取得処理の実行条件が成立したか否か)を判定する(A35)。端末側制御部21は、サーバ3の情報が必要である(第1の情報取得処理の実行条件が成立した)と判定すると(A35:YES)、その特定したURLのサーバ3にアクセスし、URLを構成するデータ列を送信制御部21cにより通信部25からサーバ3に送信させる(A36)。
 サーバ3において、サーバ側制御部31は、通信端末2から送信された情報要求信号を受信制御部31bにより受信すると、その受信した情報要求信号に含まれるIDを特定する(B31)。サーバ側制御部31は、IDを特定すると、データベース33aを検索し、その特定したIDに対応する(紐付けられている)情報をデータベース33aから抽出する(B32)。そして、サーバ側制御部31は、その抽出した情報を含む情報応答信号を通信部34から通信端末2に送信させる。
 通信端末2において、端末側制御部21は、サーバ3から送信された情報応答信号を受信制御部21dにより受信すると、その受信した情報応答信号に含まれる情報を抽出する。そして、端末側制御部21は、その抽出した情報に基づいて情報出力部21fにより画像を生成して表示する(A37)。
 図11Aは、イベント情報が格納されているQRコードを通信端末2が読み取った場合を例示している。通信端末2は、デコード用ライブラリが組み込まれているイベント情報アプリを起動し、QRコードをイベント情報アプリのQRコード読み取り機能により読み取ると、その読み取ったQRコードにより示されるURLからローカル取得用のデータを特定する。そして、通信端末2は、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコードして情報(イベント名と住所)を抽出し、その抽出した画像を表示する。これにより、ユーザは、この段階ではサーバ3に格納されている情報を把握することはできないが、その画像を視認することで、イベント名や開催場所等の簡易な情報を把握することができる。
 続いて、通信端末2は、ユーザが操作したことで詳細情報の表示が求められると、その読み取ったQRコードにより示されるURLのサーバ3にアクセスする。サーバ3は、通信端末2から受信した第1のデータ列からIDを特定すると、その特定したIDに対応する情報をデータベース33aから抽出し、Webページのデータ(HTMLファイル形式)を生成して通信端末2に送信する。通信端末2は、サーバ3からWebページのデータを受信すると、そのWebページを表示する。これにより、ユーザは、Webページを視認することで、サーバ3に格納されている情報(図11Bでは、AA花火に関する情報(例えばタイムテーブルや天候等のリアルタイムな情報等)を把握することができる。
 (5)サーバアクセス取得型及びローカル取得型の両方に対応したシステム(サーバの情報及びローカルの情報を併用)(図12及び図13A、図13Bを参照)
 この場合、通信端末2において、端末側制御部21は、カメラ26から入力した画像からQRコードをQRコード読取部21aにより読み取り(A41)、URL特定部21bによりURLを特定する(A42)。端末側制御部21は、URLを特定すると、ローカル取得用のデータを特定し、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコード部21eによりデコードする(A43)。端末側制御部21は、その特定したURLに当該デコードして抽出した情報(付加データ)を加えてサーバ3にアクセスし、URLを構成するデータ列を送信制御部21cにより通信部25からサーバ3に送信させる(A44)。
 サーバ3において、サーバ側制御部31は、通信端末2から送信された情報要求信号を受信制御部31bにより受信すると、その受信した情報要求信号に含まれるIDを特定する(B41)。サーバ側制御部31は、IDを特定すると、データベース33aを検索し、その特定したIDに対応する(紐付けられている)情報をデータベース33aから抽出する(B42)。そして、サーバ側制御部31は、その抽出した情報を含む情報応答信号を通信部34から通信端末2に送信させる。
 通信端末2において、端末側制御部21は、サーバ3から送信された情報応答信号を受信制御部21dにより受信すると、その受信した情報応答信号に含まれる情報を抽出する。そして、端末側制御部21は、その抽出した情報と、デコードして抽出した情報とに基づいて情報出力部21fにより画像を生成して表示する(A45)。
 図13Aは、顧客情報が格納されているQRコードを通信端末2が読み取った場合を例示している。通信端末2は、デコード用ライブラリが組み込まれている顧客情報管理アプリを起動し、QRコードを顧客情報管理アプリのQRコード読み取り機能により読み取ると、その読み取ったQRコードにより示されるURLからローカル取得用のデータを特定する。通信端末2は、その特定したローカル取得用のデータをデコード用ライブラリを用いてデコードして情報(例えば認証キー(図13Aでは「abcde」)を抽出する。通信端末2は、その読み取ったQRコードにより示されるURLに認証キーと顧客情報管理アプリが保持する情報(例えばアクセス者情報(図13Aでは「opqrstu」)を加えてサーバ3にアクセスする。サーバ3は、通信端末2から受信した認証キーを用いて認証を行い、認証結果が正であれば、通信端末2から受信した第1のデータ列からIDを特定する。そして、サーバ3は、その特定したIDに対応する情報をデータベース33aから抽出し、その抽出した情報に基づいてWebページのデータ(HTMLファイル形式)を生成して通信端末2に送信する。又、サーバ3は、通信端末2から受信したアクセス者情報を新たに書き込みことで、格納している情報を更新する。通信端末2は、サーバ3からWebページのデータを受信すると、そのWebページを表示する。これにより、ユーザは、Webページを視認することで、サーバ3に格納されている情報(図13Bでは、顧客AAの購入履歴に関する情報(例えば購入した製品名、月日等)を把握することができる。
 以上に説明した(1)から(5)のシステムはどのように組み合わされていても良い。例えばサーバ3へのアクセスが可能な期間に制限を持たせて時間帯で区分して(1)と(2)を併用する等しても良い。又、例えば認証を必要としないユーザと認証を必要とするユーザとを区分して(3)と(5)を併用する等しても良い。
 以上説明したように実施形態によれば、次に示す効果を得ることができる。
 情報取得システム1において、通信端末2が読み取り可能なQRコードに格納されているURLのデータ構造として、アプリが情報をサーバ3から取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該QRコードからローカルで取得するための第2のデータ列とを含むURLのデータ構造を用いた。URLを特定可能な情報コードが通信端末2により読み取られることで、膨大なデータ量の情報や秘匿したい情報をサーバ3に格納しておくシステムでは、第1のデータ列を用いることで、アプリが情報をサーバ3から取得することができる。又、アプリがサーバ3にアクセス不可能なシステムでは、第2のデータ列を用いることで、アプリがデコード用ライブラリを用いて情報を当該QRコードからローカルで取得することができる。即ち、第1のデータ列及び第2のデータ列の何れかを用いることで、情報をサーバ3から取得するかQRコードからローカルで取得するかを使い分けることができる。
 本開示は、上記した実施形態で例示したものに限定されることなく、その範囲を逸脱しない範囲で任意に変形又は拡張することができる。
 一実施形態では、情報コードとしてQRコードを例示したが、QRコード以外の二次元コードであっても良いし、一次元コードであっても良い。又、一実施形態では、通信端末2としてスマートフォンを例示したが、スマートフォンよりも表示部の表示面積が小さい簡易な携帯電話機やスマートフォンよりも表示部の表示面積が大きいタブレット端末等であっても良い。
 一実施形態では、サーバ3がQRコードを生成する構成、即ち、QRコードを生成するサーバと、QRコードを読み取った通信端末2がアクセスするサーバとが同じである構成を例示したが、それらを異なるサーバとして連携させても良い。即ち、通信端末2がQRコードに格納されているURLのサーバにアクセスしたときに、そのURLに含まれているIDに対応する情報を通信端末2に提供可能であれば、QRコードを生成するサーバと、IDに対応する情報を通信端末2に提供するサーバとが別々であっても良く、サーバをどのように構成しても良い。
 一実施形態では、QRコードに格納されている情報を簡易な情報とし、サーバ3に格納されている情報(IDに対応付けられる情報)を詳細な情報とする構成を例示したが、必ずしも差異を持たせる必要はない。
 本開示は、実施例に準拠して記述されたが、本開示は当該実施例や構造に限定されるものではないと理解される。本開示は、様々な変形例や均等範囲内の変形をも包含する。加えて、様々な組み合わせや形態、さらには、それらに一要素のみ、それ以上、あるいはそれ以下、を含む他の組み合わせや形態をも、本開示の範畴や思想範囲に入るものである。

Claims (18)

  1.  通信端末(2)により読み取り可能な情報コードに格納されているURLのデータ構造であって、
     アプリが情報をサーバ(3)から取得するための第1のデータ列と、
     アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含むURLのデータ構造。
  2.  通信端末(2)により読み取られる情報コードのデータ構造であって、
     アプリが情報をサーバ(3)から取得するための第1のデータ列と、
     アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含むURLがコード化された情報コードのデータ構造。
  3.  情報コードを読み取る情報コード読取部(21a)と、
     前記情報コード読取部により読み取られた情報コードを用い、情報をサーバ(3)から取得する第1の情報取得処理、及び情報を当該情報コードからローカルで取得する第2の情報取得処理のうち何れかを行う処理実行部(21b、21c、21d、21e)と、
     前記処理実行部により取得された情報を出力する情報出力部(21f)と、を備えた通信端末。
  4.  請求項3に記載した通信端末において、
     前記処理実行部は、
     前記情報コード読取部により読み取られた情報コードより示されるURLを特定するURL特定部(21b)と、
     前記URL特定部により特定されたURLを構成するデータ列のうち少なくともアプリが情報をサーバから取得するための第1のデータ列を含む情報要求信号を前記サーバに送信させる送信制御部(21c)と、
     前記第1のデータ列に対応する情報を含む情報応答信号を前記サーバから受信させる受信制御部(21d)と、
     前記URL特定部により特定されたURLを構成するデータ列のうち少なくともアプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列をデコードするデコード部(21e)と、を有し、
     前記第1の情報取得処理を前記送信制御部及び前記受信制御部により行い、前記第2の情報取得処理を前記デコード部により行う通信端末。
  5.  請求項3又は4に記載した通信端末において、
     前記処理実行部は、
     デコード用ライブラリが組み込まれていないアプリを起動したときに前記第1の情報取得処理を行い、
     デコード用ライブラリが組み込まれているアプリを起動したときに前記第2の情報取得処理を行う通信端末。
  6.  請求項3又は4に記載した通信端末において、
     前記処理実行部は、
     デコード用ライブラリが組み込まれているアプリを起動し、
     起動したアプリが前記サーバにアクセス可能であるときに前記第1の情報取得処理を行い、
     起動したアプリが前記サーバにアクセス不可能であるときに前記第2の情報取得処理を行う通信端末。
  7.  請求項3又は4に記載した通信端末において、
     前記処理実行部は、
     デコード用ライブラリが組み込まれているアプリを起動したときに前記第2の情報取得処理を行い、
     前記第1の情報取得処理の実行条件が成立したときに前記第1の情報取得処理を行う通信端末。
  8.  請求項3又は4に記載した通信端末において、
     前記処理実行部は、デコード用ライブラリが組み込まれているアプリを起動したときに前記第1の情報取得処理と前記第2の情報取得処理とを併用して行う通信端末。
  9.  請求項8に記載した通信端末において、
     前記処理実行部は、
     前記第2の情報取得処理を行うことで付加データを抽出し、
     抽出した付加データを含めて前記第1の情報取得処理を行う通信端末。
  10.  請求項9に記載した通信端末において、
     前記処理実行部は、前記付加データとして認証キーを抽出する通信端末。
  11.  請求項3から10の何れか一項に記載した通信端末において、
     前記処理実行部は、前記第1の情報取得処理を行う際に、前記サーバに格納されている情報を更新する通信端末。
  12.  請求項3から11の何れか一項に記載した通信端末において、
     前記処理実行部は、前記第1の情報取得処理を行うことで前記サーバから取得する情報が、前記第2の情報取得処理を行うことで前記情報コードからローカルで取得する情報よりも詳細となるように、前記第1の情報取得処理及び前記第2の情報取得処理を行う通信端末。
  13.  請求項3から12の何れか一項に記載した通信端末(2)と、
     情報を前記通信端末に提供するサーバ(3)と、を備えた情報取得システム。
  14.  通信端末(2)の端末側制御部(21)に、
     情報コードを読み取る情報コード読取処理と、
     前記情報コード読取処理により読み取られた情報コードを用い、情報をサーバ(3)から取得する第1の情報取得処理、及び情報を当該情報コードからローカルで取得する第2の情報取得処理のうち何れかを行う情報取得処理と、
     前記情報取得処理により取得された情報を出力する情報出力処理と、を実行させる情報取得プログラム。
  15.  通信端末(2)により読み取られる情報コードであって、アプリが情報をサーバ(3)から取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含むURLがコード化された情報コードを生成する装置側制御部(31)を備えた情報コード生成装置。
  16.  情報コード生成装置(3)の装置側制御部(31)に、
     通信端末(2)により読み取られる情報コードであって、アプリが情報をサーバ(3)から取得するための第1のデータ列と、アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するための第2のデータ列と、を含むURLがコード化された情報コードを生成する情報コード生成処理を実行させる情報コード生成プログラム。
  17.  情報コードを読み取り、
     読み取られた前記情報コードを用い、情報をサーバ(3)から取得する第1の情報取得処理、及び情報を当該情報コードからローカルで取得する第2の情報取得処理のうち何れかを行い、
     取得された前記情報を出力することを含む情報取得方法。
  18.  通信端末(2)により読み取られる情報コードの第1のデータ列を生成し、前記第1のデータ列は、アプリが情報をサーバ(3)から取得するためのデータ列であり、
     前記情報コードの第2のデータ列を生成し、前記第2のデータ列は、前記アプリがデコード用ライブラリを用いて情報を当該情報コードからローカルで取得するためのデータ列であり、
     前記第1のデータ列と前記第2のデータ列とを含むURLがコード化された情報コードを生成することを含む情報コード生成方法。

     
PCT/JP2015/004859 2014-10-02 2015-09-24 データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、情報コード生成プログラム、情報取得方法及び情報コード生成方法 WO2016051737A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2014-203884 2014-10-02
JP2014203884A JP2016075973A (ja) 2014-10-02 2014-10-02 データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置及び情報コード生成プログラム

Publications (1)

Publication Number Publication Date
WO2016051737A1 true WO2016051737A1 (ja) 2016-04-07

Family

ID=55629807

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/004859 WO2016051737A1 (ja) 2014-10-02 2015-09-24 データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、情報コード生成プログラム、情報取得方法及び情報コード生成方法

Country Status (2)

Country Link
JP (1) JP2016075973A (ja)
WO (1) WO2016051737A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105975893A (zh) * 2016-05-03 2016-09-28 增城市美祺印刷有限公司 二维码标签印刷检测系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006184980A (ja) * 2004-12-24 2006-07-13 Nishizawa Reiko 情報配信システム
JP2007094837A (ja) * 2005-09-29 2007-04-12 Fujifilm Corp プリント装置、プリントシステム、記録装置、および印画紙
JP2008090512A (ja) * 2006-09-29 2008-04-17 Hitachi Ltd 情報配信システム、情報配信方法、コンテンツ配信管理装置、コンテンツ配信管理方法およびプログラム
JP2009271315A (ja) * 2008-05-07 2009-11-19 Institute Of Super Compression Technologies Inc 音声二次元コードから音声を再生可能な携帯電話機および音声二次元コードを含む二次元コードが表示された印刷物
WO2014103971A1 (ja) * 2012-12-25 2014-07-03 株式会社若本昌紀事務所 真偽確認可能な画像化情報利用の課金方法および課金システム

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006184980A (ja) * 2004-12-24 2006-07-13 Nishizawa Reiko 情報配信システム
JP2007094837A (ja) * 2005-09-29 2007-04-12 Fujifilm Corp プリント装置、プリントシステム、記録装置、および印画紙
JP2008090512A (ja) * 2006-09-29 2008-04-17 Hitachi Ltd 情報配信システム、情報配信方法、コンテンツ配信管理装置、コンテンツ配信管理方法およびプログラム
JP2009271315A (ja) * 2008-05-07 2009-11-19 Institute Of Super Compression Technologies Inc 音声二次元コードから音声を再生可能な携帯電話機および音声二次元コードを含む二次元コードが表示された印刷物
WO2014103971A1 (ja) * 2012-12-25 2014-07-03 株式会社若本昌紀事務所 真偽確認可能な画像化情報利用の課金方法および課金システム

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105975893A (zh) * 2016-05-03 2016-09-28 增城市美祺印刷有限公司 二维码标签印刷检测系统

Also Published As

Publication number Publication date
JP2016075973A (ja) 2016-05-12

Similar Documents

Publication Publication Date Title
US20230119238A1 (en) Smart Camera User Interface
KR101219228B1 (ko) 이미지 코드를 이용하여 정보를 전달하는 시스템 및 방법
WO2014101617A1 (en) Data sharing method and client terminal device
JP2015529919A (ja) 情報送信方法、装置、およびシステム、端末、およびサーバ
JP6595525B2 (ja) コミュニケーション支援装置、方法、及びコンピュータプログラム
JP2017507376A (ja) 商品情報を通信および提示するための方法、装置、および、システム
CN111131009A (zh) 即时通信方法、设备及计算机可读存储介质
WO2016051737A1 (ja) データ構造、通信端末、情報取得システム、情報取得プログラム、情報コード生成装置、情報コード生成プログラム、情報取得方法及び情報コード生成方法
US20130182974A1 (en) System and method for obtaining and routing electronic copies of documents
US9063692B2 (en) Method and apparatus for sharing content
US20140085486A1 (en) Information processing terminal, information processing method, and apparatus control system
JPWO2009110276A1 (ja) 利用者情報提示システム、利用者情報提示装置、利用者情報提示方法、及び利用者情報提示用プログラム
CN110765084A (zh) 一种图片上传方法、系统及电子设备和存储介质
JP2013210867A (ja) 表示制御装置、表示制御方法、プログラムおよび表示機器
JP5014373B2 (ja) Webページへの入力方法、Webサーバ及びWebシステム
JP5736150B2 (ja) 情報処理装置、情報処理方法およびプログラム
US9075432B2 (en) Method and apparatus for sharing content
JP5788106B2 (ja) デバッギングメッセージ連動のためのシステム及び方法
US8955061B2 (en) Information processing apparatus, authentication system, authentication method, and program
JP2011150389A (ja) 他クライントへのマーキングシステム
WO2015019397A1 (ja) 画面表示プログラム
CN107678783B (zh) 一种主题桌面构建方法、移动终端及计算机可读存储介质
WO2016056187A1 (ja) 情報取得システム、通信端末、情報取得プログラム、サーバ及び情報提供プログラム
JP5599995B2 (ja) 情報処理装置、画像比較方法、情報処理装置の設定方法
KR101900044B1 (ko) 정보 제공 방법 및 장치

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15846790

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15846790

Country of ref document: EP

Kind code of ref document: A1