WO2017150841A1 - Dispositif électronique, système d'exécution d'application, et procédé de commande correspondant - Google Patents

Dispositif électronique, système d'exécution d'application, et procédé de commande correspondant Download PDF

Info

Publication number
WO2017150841A1
WO2017150841A1 PCT/KR2017/001949 KR2017001949W WO2017150841A1 WO 2017150841 A1 WO2017150841 A1 WO 2017150841A1 KR 2017001949 W KR2017001949 W KR 2017001949W WO 2017150841 A1 WO2017150841 A1 WO 2017150841A1
Authority
WO
WIPO (PCT)
Prior art keywords
electronic device
application
execution
data
event
Prior art date
Application number
PCT/KR2017/001949
Other languages
English (en)
Korean (ko)
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 삼성전자(주)
Priority to US16/082,051 priority Critical patent/US20200293333A1/en
Publication of WO2017150841A1 publication Critical patent/WO2017150841A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Definitions

  • the present invention relates to a framework of a network system such as the Internet of Things and a home network. More specifically, a process of parsing source code of an application when the application is executed, and generating execution data of the application and executing the generated execution Run electronic devices and applications with a framework that allows applications to run without the use of high-spec parts and / or Java Virtual Machines by separating the process of performing subsequent processing on the execution of data. It relates to a system and a control method thereof.
  • a network system such as the Internet of Things and a home network is a system that forms an intelligent cooperative relationship by connecting electronic devices such as PCs, peripherals, mobile phones, and home appliances to a network in homes and offices.
  • Such a network system is constructed in such a way that a common virtual computing environment called middleware is provided to devices in a distributed home or office and applications are provided thereon.
  • the devices used in middleware are mostly related to the process of parsing the source code of the application to execute the application, and generating execution data such as binary files that can be actually executed using the parsed data and executing the generated execution data. Performs batch processing of subsequent processing.
  • the client device receives an executable file that is actually executed through a parsing process and execution data generation and subsequent processing from a server device, or receives a source code of an application from a server device and parses it. It generates the executable file that can be actually executed through the execution data generation and subsequent processing.
  • the server or client device requires a high-performance CPU and a large memory to collectively execute the parsing process, execution data generation, and subsequent processing. As a result, the production cost of the server or client device can be increased.
  • the server or client device may increase the load of communication overhead, which consumes time for communication with the connected devices.
  • the server or the client device performs the parsing process, the execution data generation and the subsequent processing in a batch, there is a problem that it is difficult to ease the load of the communication overhead.
  • Jini has a Java Virtual Machine (JVM) that runs Java applications written in the Java language.
  • JVM Java Virtual Machine
  • the JVM parses the source code of the Java application, compiles it, and converts it into native code or machine code that can actually be executed.
  • Jini's devices also require high-end CPUs and large amounts of memory to run the JVM.
  • the manufacturing cost of the devices can be increased.
  • the JVM also performs a parsing process and a compilation process in a batch, so that the device has a problem that it is difficult to ease the load of communication overhead.
  • the JVM sandboxes the application in script units when problems occur at runtime. In this case, the application execution of the JVM may be slow.
  • an electronic device Provides an electronic device, an application execution system, and a control method thereof, which enable an application to be executed without using high-spec parts and / or JVMs by separating parsing process, execution data generation, and post-processing process when an application is executed. do.
  • a communication unit communicating with a plurality of external electronic devices
  • An electronic device includes a processor that generates first execution data corresponding to data and performs subsequent processing on execution of the generated first execution data.
  • the application may include a script file written based on a script language.
  • the electronic device may be formed separately from the plurality of external electronic devices.
  • the electronic device may be embedded in at least one of the plurality of external electronic devices.
  • the electronic device may further include a storage unit that stores source code of the application.
  • the processor when the processor receives an event signal corresponding to an event generated in the second electronic device different from the first electronic device among the plurality of external electronic devices, the processor based on the source code of the application stored in the storage unit. Generating second parsing data corresponding to an event generated in a second electronic device, generating second execution data corresponding to the generated second parsing data, and subsequent processing relating to execution of the generated second execution data Can be performed.
  • the processor further processes the execution of the generated first and / or second execution data with respect to the at least one third electronic device different from the first and / or second electronic device among the plurality of external electronic devices. Can be performed.
  • the at least one third electronic device may include a plurality of third electronic devices, and the electronic device may include a plurality of electronic devices in which the plurality of third electronic devices are distributed.
  • a control method of an electronic device comprising: performing a subsequent process relating to execution of the generated first execution data.
  • the method of controlling the electronic device includes storing source code of the application; Generating second parsing data corresponding to an event generated by the second electronic device when receiving an event signal corresponding to an event generated by the second electronic device different from the first electronic device among the plurality of external electronic devices; Generating second execution data corresponding to the generated second parsing data; The method may further include performing subsequent processing relating to the execution of the generated second execution data.
  • a communication unit communicating with a plurality of external electronic devices
  • a storage unit which stores parsing data of a predetermined application
  • An electronic device including a processor is disclosed.
  • the storage unit may classify and store parsing data of the predetermined application on a predetermined basis.
  • the predetermined criterion may include an event unit or an electronic device unit.
  • the storing may include classifying and storing parsing data of the predetermined application based on a predetermined criterion.
  • a first electronic device that determines whether an event occurs and transmits first parsing data corresponding to the generated event among parsing data of a stored application when the event occurs;
  • an application execution system including a second electronic device.
  • FIG. 1 is a block diagram illustrating a configuration of an application execution system according to an exemplary embodiment
  • FIG. 2 is a block diagram illustrating a configuration of a user terminal device according to an exemplary embodiment
  • FIG. 3 is a diagram illustrating source code of a service application
  • FIG. 4 is a diagram showing an example of a service selection screen of a remote control application
  • FIG. 5 is a flowchart illustrating a control method of a user terminal device according to an exemplary embodiment according to an exemplary embodiment
  • FIG. 6 is a block diagram showing a configuration of a network device according to an exemplary embodiment
  • Fig. 7 is a block diagram showing the configuration of a network device according to another exemplary embodiment.
  • FIG. 8 is a flowchart illustrating a control method of a network device according to an exemplary embodiment
  • FIG. 9 is a block diagram illustrating a configuration of an application execution system according to another exemplary embodiment.
  • FIG. 10 is a block diagram illustrating a configuration of a user terminal device according to still another exemplary embodiment
  • FIG. 11 is a block diagram illustrating a configuration of a network device according to another exemplary embodiment.
  • FIG. 11 is a block diagram illustrating a configuration of a network device according to another exemplary embodiment.
  • FIG. 12 is a block diagram showing a configuration of a network device according to another exemplary embodiment.
  • Fig. 13 is a flowchart illustrating a control method of a network device according to another exemplary embodiment.
  • FIG. 1 is a block diagram illustrating a configuration of an application execution system 100 according to an exemplary embodiment.
  • the application execution system 100 may execute a predetermined application, for example, an application that provides a service corresponding to an event generated by the user terminal device 120 (hereinafter, referred to as a service application). It includes a user terminal device 120, a network device 130, and the controlled device 140.
  • a service application an application that provides a service corresponding to an event generated by the user terminal device 120
  • It includes a user terminal device 120, a network device 130, and the controlled device 140.
  • the event refers to a user input or a command signal corresponding thereto that enables the controlled device 140 to determine to perform an operation for providing a predetermined service.
  • the predetermined service may include an operation of controlling basic functions of the controlled device 140 such as on / off and executing various functions of the controlled device 140 related to the user terminal device 120.
  • the user terminal device 120 and the network device 130 are interconnected through the network 110.
  • the network 110 includes a device or an infrastructure used by the user terminal device 120 and the network device 130 to perform communication in order to exchange information about a service corresponding to an event. It can be implemented in a wireless network.
  • the user terminal device 120 is an electronic device that generates an event related to a service and may include a portable terminal or a fixed terminal.
  • a portable terminal is a portable electronic device that can be easily carried, such as a video telephone, a mobile phone, a smart phone, a wideband code division multiple access (WCDMA) user terminal device, a universal mobile telecommunication service (UMTS) user terminal device, a PDA ( A personal digital assistant (PMP), a portable multimedia player (PMP), a digital multimedia broadcasting (DMB) user terminal device, an e-book, a portable computer (notebook, tablet, etc.), a digital camera, a remote controller, and the like.
  • the fixed terminal may be implemented as a desktop, a personal computer, a server computer, a smart TV, or the like.
  • the user terminal device 120 according to an exemplary embodiment will be described as an example of a smartphone.
  • the network device 130 is an electronic device for connecting the controlled device 140 to the network 110 and is connected to an access point (AP) of the network 110 such as a wired / wireless router. Accordingly, the network device 130 receives data related to the service from the user terminal device 120 through the network 110, transmits the data related to the service to the controlled device 140, and transmits the corresponding data received from the controlled device 140. The transmission may be transmitted to the user terminal device 120 through the network 110.
  • AP access point
  • the controlled device 140 is an electronic device having a communication function for communicating with the network device 130 and the user terminal device 120, and may include a light control box, a refrigerator, a washing machine, a TV, a gas valve control device, and the like. .
  • FIG. 2 is a block diagram illustrating a configuration of a user terminal device 120 according to an exemplary embodiment.
  • the user terminal device 120 has a parsing function capable of parsing a code of a service application, and includes a first communication unit 210, an audio processor 220, and a first user input unit 230. ), A first storage unit 240, a first processor 250, a camera unit 270, an image processor 280, and a first display unit 290.
  • the first communication unit 210 forms a communication channel with the outside, and performs a function of transmitting and receiving a radio signal of data input / output through an antenna under the control of the first processor 250. For example, in the case of transmitting a radio signal of data, after performing channel coding and spreading the data to be transmitted, RF processing is performed to transmit the radio signal. The RF signal is converted into a baseband signal, and the baseband signal is despreaded and channel decoded to restore data.
  • the first communication unit 210 may perform communication based on a publish-subscribe with the network device 130 and the controlled device 140 under the control of the first processor 250.
  • the first communication unit 210 may perform communication based on predetermined identification information.
  • the identification information may include at least one of an IP address, a Mac address, a unique ID, a device name, a model name, and a serial number of the network device 130 and the controlled device 140.
  • the identification information is received from the network device 130 and / or the controlled device 140 when the initial communication connection is established with the network device 130 and the controlled device 140 and stored in the first storage unit 240.
  • the first communication unit 210 may include a module for short-range wireless communication, such as Near Field Communication (NFC), Wireless Fidelity (WiFi), Bluetooth, and Infrared Data Association (hereinafter referred to as 'IrDA'). It may be implemented including at least one module of, Zigbee, WLAN, Ultra-Wideband (UWB).
  • NFC Near Field Communication
  • WiFi Wireless Fidelity
  • Bluetooth Bluetooth
  • 'IrDA' Infrared Data Association
  • Zigbee Zigbee
  • WLAN Wireless Fidelity
  • UWB Ultra-Wideband
  • the audio processor 220 modulates the voice signal input from the microphone MIC, converts the voice signal into voice data under the control of the first processor 250, and inputs the voice data and the first storage unit from the first communication unit 210.
  • the voice data stored in the 240 is demodulated into a voice signal and output as voice through the speaker SPK.
  • the first user input unit 230 receives a user input.
  • the first user input unit 230 may include a key input unit 235 and / or a touch sensor unit 237.
  • the key input unit 235 includes input keys or buttons formed on the front lower side or the side of a case (not shown) of the user terminal device 120.
  • the key input unit 235 generates a key signal related to the function control of the user terminal device 120 according to a user's input through an input key or buttons, and transmits the key signal to the first processor 250.
  • the key signal may include a power on / off signal, a volume control signal, and the like.
  • the touch sensor unit 237 is mounted on the front surface of the first display unit 290, and generates a touch input signal in response to a user's manipulation through a touch input tool such as a pen or a user's finger to the first processor 250. To pass.
  • the touch sensor unit 237 may be implemented in a resistive type, a capacitive type, a pressure type, or the like.
  • the first storage unit 240 may include a program memory and a data memory.
  • the program memory may store a control program for controlling the user terminal device 120 such as firmware or an operating system, a remote control application for controlling the controlled device 140 providing a service corresponding to an event, and various applications.
  • the remote control application executes, the service selection screen 400 is displayed as described below with reference to FIG. 4, and any one of a plurality of event selection items 410; 411, 413 is selected on the displayed service selection screen 400.
  • a service request signal hereinafter, referred to as a 'first service request signal'
  • the data memory performs a function of storing data generated while executing programs and / or various applications.
  • the data memory stores identification information of the network device 130 and the controlled device 140, source code of the service application, parsing data, and the like.
  • the source code of the service application may be downloaded from an application server 150 operated by a system builder or a company affiliated with the system builder.
  • the source code of the service application may be directly input and stored by the user.
  • the user terminal device 120 includes a service application creation function or an application, the source code of the service application may be created and stored in the user terminal device 120. As illustrated in FIG.
  • the source code 300 of the service application may be written to include the content of controlling the controlled device 140 by reflecting a user's request when building the application execution system 100.
  • the service application may include a script file written based on a scripting language such as JAVA, Phython, Groovy, or JavaScript.
  • the parsing data is parsing data such as a parsing tree or a syntax tree obtained as a result of parsing the source code of the service application through the parser 260 of the first processor 250 which will be described later.
  • the first storage unit 240 may be stored in an event unit or a controlled device unit.
  • the first storage unit 240 may be a flash memory type, a hard disk type, a multimedia card micro type, a card type memory (for example, an SD or XD memory). Etc.), random access memory (RAM), static random access memory (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EPEROM), programmable read-only memory (PROM),
  • the storage medium may be implemented by at least one type of magnetic memory, magnetic disk, or optical disk.
  • the first processor 250 controls the overall operation of the user terminal device 120, and in particular, controls the function of the user terminal device 120 according to an input signal received from the first user input unit 230.
  • the first processor 250 may include a CPU and a RAM for executing programs and various applications stored in the first storage unit 240.
  • the first processor 250 according to the present invention, the service request signal including a function of parsing the source code of the service application and the parsing data corresponding to the event generated by the user's input (hereinafter, 'first service request Signal ') to the network device 130.
  • the first processor 250 includes a parser 260 and an event manager 265.
  • the parser 260 and the event manager 265 may be implemented as a program written in a C / C ++ language.
  • parser 260 and event manager 265 may be implemented in hardware, such as an application specific integrated circuit (ASIC).
  • ASIC application specific integrated circuit
  • the parser 260 parses the source code of the service application downloaded from the application server 150 or input or written by the user according to grammar rules to generate parsing data that the network device 130 can interpret.
  • the parsing data may include a parsing tree or a syntax tree.
  • the parser 260 stores the generated parsing data in the first storage unit 240 on an event basis.
  • the parsing data corresponds to code portions 301, 303, 305, 308, 309, 309, and 311 of the source code 300 of the service application corresponding to the events. Are broken down and stored. Accordingly, when an event corresponding to a service occurs by a user input through the first user input unit 230, a part of parsing data corresponding to the generated event provides the corresponding service by the event manager 265.
  • the light control box 141, the refrigerator 143, or the washing machine 145 of the device 140 may be transmitted to the connected network device 130.
  • the network device 130 processes the portion of the received parsing data to generate execution data, as described below with respect to FIG. As a result, when a problem occurs at runtime, the network device 130 may sandbox the parsing data and / or the execution data generated therein on an event basis. Accordingly, the network device 130 may process parsing data and / or execution data faster than when sandboxing the source code of the service application in the unit of a whole script as in the related art.
  • the parsing data may also be stored in units of the controlled device.
  • the parsing data includes source code 300 of a service application corresponding to the light control box 141, the refrigerator 143, and the washing machine 145 of the controlled device 140.
  • the code portions 306, 313, and 315 of FIG. 3 may be divided and stored.
  • a part of the parsing data corresponding to the generated event is determined by the event manager 265 by the light control box 141, the refrigerator 143, and / or the washing machine of the controlled device 140. 145) may be transmitted to the connected network device 130.
  • the network device 130 may sandbox the parsed data and / or execution data generated therein in units of the controlled device.
  • the event manager 265 displays a service selection screen 400 (see FIG. 4) on the first display unit 290.
  • the remote control application may be executed by selecting a remote control application icon (not shown) displayed on a home screen (not shown) of the user terminal device 120.
  • the service selection screen 400 includes a plurality of event selection items 410 corresponding to the controlled device 140 and / or portions of parsing data stored in an event unit.
  • the plurality of event selection items 410 include door light off item 411, emergency light on and alarm item 412, refrigerator recommendation list notification item 413, mobile phone data synchronization item 414, and recommendation list output item 415. And the like.
  • the event manager 250 may select one item from among the plurality of event selection items 410, for example, an entrance door off item 411, by a user input through the first user input unit 230.
  • the first service request includes a part of parsing data corresponding to a code part 301 of a service application associated with a selected door light off item 411 among parsing data stored at 240, and includes a part of the retrieved parsing data.
  • the front door off item 411 is an item that generates an event for requesting a service to turn off all the lights including the front door if all the members went out.
  • the event manager 250 transmits the generated first service request signal to the corresponding controlled device 140, that is, the network device 130 to which the light control box 141 is connected.
  • the first service request signal may further include identification information of the network device 130 to be transmitted, in addition to the searched parsing data, and data information related to the selected event selection item, that is, the door item 411.
  • the data information includes a name of the selected front door off item 411, a name or identification ID of parsing data corresponding to the selected front door off item 411, and a light control box 141 associated with the selected front door off item 411. At least one of an IP address, a Mac address, a unique ID, a device name, a model name, and a serial number.
  • the event manager 250 selects two or more of the plurality of event selection items 410, for example, a door light off item 411 and a refrigerator recommendation list notification item 413, by a user input.
  • the first service request signal corresponding to the first and second services 411 and 413 is generated, and the generated first service request signal is connected to the controlled devices 140, that is, the light control box 141 and the refrigerator 143.
  • the first service request signal includes identification information of the network device 130 to be transmitted, data information related to the selected event selection items 411 and 413, and parts of parsing data corresponding to the selected event selection items 411 and 413. Include.
  • the refrigerator recommendation list notification item 413 generates a recommendation list related to the refrigerator 143 based on the recent interest information of the user's mobile phone facing the refrigerator 143 and requests a service to be displayed on the display unit of the refrigerator 143. This item generates an event to do this.
  • the camera unit 270 photographs image data, and includes a camera sensor for converting the photographed optical signal into an electrical signal, and a signal processor for converting the analog image signal photographed from the camera sensor into digital data. It is provided.
  • the image processor 280 performs an image signal processing (ISP) for displaying the image signal output from the camera unit 270 on the first display unit 290.
  • ISP image signal processing
  • the first display unit 290 displays an image signal output from the image processor 280 on a screen and displays data output from the first processor 250.
  • the first display unit 290 may be implemented as an LCD.
  • the first display unit 290 may include an LCD controller, a memory capable of storing image data, and an LCD display device.
  • the first display unit 290 includes a touch sensor unit 237 on the front surface.
  • the first processor 250 of the user terminal device 120 prepares parsing data of the source code of the service application (S100). That is, the first processor 250 parses the source code of the service application downloaded from the application server 150 or directly input or written by the user according to a user input through the user input unit 230, and then parses the parsed data. It is stored in the first storage unit 240 in units of events.
  • the first processor 250 determines whether an event occurs in the user terminal device 120 (S110). That is, the first processor 250 may be configured to control the control device 140; It is determined whether to select one or more event selection items corresponding to the function, for example, an entry item 411 such as a doorway.
  • the first processor 250 stores the first storage.
  • the parsing data of the code portion of the service application corresponding to the off door entry 411 selected from the parsing data of the source code of the service application stored in the unit 240 is read.
  • the first processor 250 is a network device to which the controlled device 140 corresponding to the first service request signal corresponding to the event associated with the selected door lamp off item 411, that is, the light control box 141 is connected.
  • the data is transmitted together with the parsing data.
  • the first service request signal includes identification information of the network device 130 to be transmitted in addition to parsing data corresponding to the selected door lamp off item 411 and data information related to the selected door lamp off item 411.
  • FIG. 6 is a block diagram illustrating a network device 130 according to an exemplary embodiment.
  • the network device 130 is an electronic device such as a hub or a bridge connecting the controlled device 140 to the network 110, and is formed separately from the user terminal device and the controlled device 140.
  • the network device 130 generates execution data by converting parsing data of the service application received from the user terminal device 120 into a binary format according to the present invention, and performs subsequent processing on execution of the generated execution data.
  • the network device 130 includes a second communication unit 510, a second storage unit 520, and a second processor 530.
  • the second communication unit 510 is a communication unit for transmitting and receiving a signal, and is installed in an AP such as a wired / wireless router so as to be connected to the network 110, and is wired to the controlled device 140.
  • the second communication unit 510 may be implemented as a wired connection module such as USB, MHL (Mobile high-definition link).
  • the second communication unit 510 communicates with the user terminal device 120 and the controlled device 140 based on the publish-subscribe under the control of the second processor 530. That is, the second communication unit 510 may perform communication based on predetermined identification information.
  • the identification information is received from the user terminal device 120 and the controlled device 140 when the initial communication connection is established with the user terminal device 120 and the controlled device 140 under the control of the second processor 530. It is stored in the storage unit 520.
  • the second storage unit 520 may include a program memory and a data memory.
  • the program memory stores a control program for controlling the network device 130 such as firmware.
  • the data memory stores data generated during the operation of the network device 130.
  • the data memory stores parsing data received from the user terminal device 120 and execution data generated by the application engine 550 described later based on the parsing data under the control of the second processor 530. Can be stored in units of control unit.
  • the data memory stores identification information of the user terminal device 120 and the controlled device 140.
  • the second storage unit 520 may be a flash memory type, a hard disk type, a multimedia card micro type, a card type memory (for example, SD or XD memory), RAM, SRAM.
  • the storage medium may be implemented as at least one type of ROM, EEPROM, PROM, magnetic memory, magnetic disk, or optical disk.
  • the second processor 530 is a main controller of the network device 130 and controls the overall operation of the network device 130.
  • the second processor 530 may include a CPU and a RAM for executing programs and various applications stored in the first storage unit 520.
  • the second processor 530 converts the parsing data of the service application received from the user terminal device 120 into a binary format to generate execution data such as a binary executable file, and to perform subsequent processing on execution of the generated execution data. It performs the function.
  • the first processor 530 includes a device manager 540 and an application engine 550.
  • the device manager 540 and the application engine 550 may be implemented as a program written in a C / C ++ language.
  • device manager 540 and application engine 550 may be implemented in hardware such as an ASIC.
  • the device manager 540 controls the operation of the application engine 550 according to the signal received through the second communication unit 510.
  • the device manager 540 when the device manager 540 receives a signal from the user terminal device 130 through the second communication unit 510, the signal received through the identification information included in the received signal is transmitted to the network device 130. Determine if it is a signal.
  • the device manager 540 selects an event in which the received signal is selected by the user in the user terminal device 120 through data information included in the received signal. It is determined whether the first service request signal includes parsing data corresponding to the items 410; 411, 412, 413, 414, and / or 415.
  • the device manager 540 controls the second communication unit 510 to directly transmit the received first service request signal to the application engine 550. do.
  • the application engine 550 generates execution data by converting parsing data included in the first service request signal transmitted from the second communication unit 510 into a binary format, and performs subsequent processing on execution of the generated execution data. .
  • the application engine 550 converts the parsing data into a binary format to execute the corresponding service. Generate a binary executable file to control 141. Subsequently, the application engine 550 executes the binary executable file and transmits a control command corresponding to the service to the light control box 141.
  • the light control box 141 controls to turn off the front door and all other lights by counting the number of entrance doors through the infrared sensors of the front door inside and outside the door according to the control command, and counting the number of entrance doors.
  • the application engine 550 may be configured to select the selected door light off item 411.
  • a binary executable file corresponding to the refrigerator recommendation list notification item 413 is generated, and the generated binary executable file is executed to transmit control commands corresponding to the service to the lamp control box 141 and the refrigerator 143, respectively.
  • the light control box 141 controls the lights as described above according to the control command.
  • the refrigerator 143 recognizes the user based on the user image photographed by the camera of the refrigerator 143 and the user information stored in the storage unit, requests the recent interest information from the recognized user's mobile phone, and receives the received recent interest information.
  • the internal components are controlled to generate a recommendation list related to the refrigerator 143 based on the display unit of the refrigerator 143 and display the recommendation list.
  • the network device 130 is illustrated and described as being formed separately from the user terminal device 120 and the controlled device 140, the present invention is not limited thereto.
  • the network device 130 may be embedded in the user terminal 120 implemented as a smart TV.
  • the network device 130 may be embedded in the controlled device 140 implemented as a smart TV.
  • the network device 130 is illustrated and described as being composed of a single network device, the present invention is not limited thereto.
  • the network device 130 ′ includes a main hub device 131, a first bridge device 133 connected to the main hub device 131, and a sub connected to the main hub device 131. It may be implemented as a hub device 135 and a second bridge device 136 connected to the sub hub device 135.
  • the devices 131, 133, 135, and 136 may each have the same configuration as the network device 130 described with reference to FIG. 6.
  • the light control box 141 ′, the refrigerator 143 ′, and the first and second washing machines 145 ′ and 145 ′′ may be distributedly connected to the first and second bridge devices 133 and 136.
  • the light control box 141 ′ and the refrigerator 143 ′ are connected to the first bridge device 133, and the first washing machine 145 ′ and the second washing machine 145 ′′ are connected to the second bridge device 136. Connected.
  • the bridge device 133, the sub hub device 135, and the first hub device 136 may not only be implemented as low specification devices, but also may quickly perform execution data generation and subsequent processing.
  • the main hub device 131 may be configured to collectively manage the devices 131, 133, 135, 136 of the network device 130 ′.
  • the device manager of the main hub device 131 may be integrated to perform a function of the device manager for controlling the device manager.
  • the first bridge device 133, the sub hub device 135, and the second hub device 136 may be implemented with lower specifications than the main hub device 131, and thus, manufacturing cost may be reduced. have.
  • the device manager 540 of the second processor 530 is a network signal received through the identification information included in the received signal It is determined whether the signal is transmitted to the device 130.
  • the device manager 540 selects an event in which the received signal is selected by the user in the user terminal device 120 through data information included in the received signal. It is determined whether the first service request signal includes parsing data corresponding to the items 410 (411, 412, 413, 414, and / or 415), for example, an entry item 411 (S200).
  • the device manager 540 may transfer the received first service request signal directly to the application engine 550.
  • the second communication unit 510 is controlled (S210).
  • the application engine 550 converts parsing data corresponding to the door light off item 411 included in the first service request signal from the user terminal device 120 into a binary format to execute execution data, for example, a light control box 141. Generate a binary executable file to control (S220).
  • the application engine 550 performs subsequent processing on execution of the generated execution data (S230). That is, the second processor 530 executes the generated binary executable file and transmits a control command corresponding to the service to the light control box 141.
  • the light control box 141 controls to turn off the front door and all other lights by counting the number of entrance doors through the infrared sensors of the front door inside and outside the door according to the control command, and counting the number of entrance doors.
  • FIG. 9 is a block diagram illustrating a configuration of an application execution system 100 ′ according to another exemplary embodiment.
  • the application execution system 100 ′ includes a user terminal device 120 ′, a network device 130 ′, and a controlled device 140.
  • the user terminal device 120 ′ includes first and second user terminal devices 121 and 125.
  • the first user terminal device 121 is an electronic device capable of providing parsing data in response to an event, such as the user terminal device 120 of the application execution system 100 illustrated in FIG. 2, and the user terminal device 120.
  • the configuration and operation are the same. Therefore, detailed description thereof will be omitted.
  • FIG. 10 is a block diagram illustrating a configuration of a second user terminal device 125 according to an exemplary embodiment.
  • the second user terminal device 125 does not provide parsing data in response to an event, and simply requests a service request signal (eg, a request for a service corresponding to the event).
  • a service request signal eg, a request for a service corresponding to the event.
  • only the 'second service request signal' is generated and transmitted to the network device 130 '.
  • the second user terminal device 125 is the same as the first user terminal device 121 except for the first storage unit 240 'and the first processor 250'. Therefore, only the first storage unit 240 'and the first processor 250' are described in detail below.
  • the first storage unit 240 ′ stores only a remote control application for controlling the controlled device 140 that provides a service corresponding to an event, without storing a service application.
  • the remote control application selects the selected event selection item when the user selects any one of the plurality of event selection items 400 (411, 412, 413, 414, 415) from the same selection screen as the selection screen 400 shown in FIG.
  • the second service request signal is an event signal for requesting a service, and, unlike the first service request signal, data related to identification information of the controlled device 140 corresponding to the selected event items 411 and 413 and the selected event item information. Include only information.
  • the first processor 250 ′ includes only the event manager 265.
  • the event manager 265 selects at least one of the plurality of event selection items 400 (411, 412, 413, 414, 415) on the selection screen 400 displayed after the user executes the remote control application.
  • the second service request signal corresponding to the selection items 411, 412, 413, 414, and / or 415 is selected as the service associated with the event corresponding to the selected event item 411, 412, 413, 414, and / or 415.
  • the light control box 141, the refrigerator 143, and / or the washing machine 145 of the controlled device 140 may be transmitted to the connected network device 130 ′.
  • the rest of the configuration of the second user terminal device 125 is the same as that of the first user terminal device 121. Therefore, detailed description thereof will be omitted.
  • FIG. 11 is a block diagram illustrating a configuration of a network device 130 ′′ according to an exemplary embodiment.
  • the network device 130 ′′ includes a second communication unit 510, a second storage unit 520 ′, and a second processor 530 ′.
  • the network device 130 ′′ is identical to the network device 130 of the application execution system 100 illustrated in FIG. 5 except for the second storage unit 520 ′ and the second processor 530 ′. Therefore, only the second storage unit 520 'and the second processor 530' will be described in detail below.
  • the second storage unit 520 ′ compares the second storage unit 520 with a plurality of event selection items 400; 411, 412, 413, 414, 415 of the remote control application executed in the user terminal device 120. ) Further stores the source code of the service application corresponding to the service provided by the controlled device 140 connected to the network device 130 ".
  • the network device 130 If the light control box 141, the refrigerator 140 and the washing machine 145 are connected to the controlled device 140, the service provided by the light control box 141, the refrigerator 140 and the washing machine 145 Store the source code of the corresponding service application, the source code of the service application is stored in advance according to the system design at the time of construction of the application execution system 100, downloaded from the application server 150 by the user or directly It may be input store.
  • the second processor 530 ′ includes a device manager 540 ′, an application engine 550 ′, and a parser 545.
  • the device manager 540 ', the application engine 550', and the parser 545 may be implemented as a program written in a C / C ++ language.
  • the device manager 540 ', the application engine 550', and the parser 545 may be implemented in hardware such as an ASIC.
  • the device manager 540 ', the application engine 550', and the parser 545 ' are functions of the device manager 540 and the application engine 550 of the second processor 530 shown in FIG. Performs the function of integrating the functions of the parser 260 of the first processor 250.
  • the device manager 540 ′ and the application engine 550 ′ are illustrated in FIG. 6.
  • the device manager 540 ′ and the application engine 550 ′ may be configured as the second server shown in FIG. 6. It operates differently from the device manager 540 and the application engine 550 of the processor 530.
  • the device manager 540 ′ may display the second user terminal device based on the data information included in the second server request signal.
  • the parser 545 transmits a parsing data request signal for requesting parsing data of a code part of the service application.
  • the parser 545 may include a code part corresponding to the identified porch off item 411 among the source codes of the service application stored in the second storage unit 520 'according to the parsing data request signal received from the device manager 545.
  • Parse generates parsing data, and passes the generated parsing data to the application engine 550 '.
  • the generated parsing data and execution data may be stored in the second storage unit 520 'in an event unit or a controlled device unit.
  • the application engine 550 ′ generates execution data based on the parsing data delivered from the parser 545, and performs subsequent processing on the execution of the generated execution data.
  • the application engine 550 ′ converts parsing data transmitted from the parser 545 into a binary format to make a binary executable file for controlling the light control box 141, and executes the generated binary executable file to control the light.
  • the control command corresponding to the service is transmitted to the box 141.
  • the light control box 141 controls to turn off the front door and all other lights by counting the number of entrance doors through the infrared sensors of the front door inside and outside the door according to the control command, and counting the number of entrance doors.
  • the network device 130 ′′ has the same configuration as that of the network device 130, the network device 130 ′′ is formed separately from the first or second user terminal device 121 or 125 and the controlled device 140.
  • the present invention is not limited thereto.
  • the network device 130 ′′ may be a first or second user terminal implemented as a smart TV. It may be embedded within the device 121, or 125.
  • the network device 130 ′′ may be connected to the controlled device 140 (141, 143 or 145) implemented as a smart TV. It can be built in.
  • the network device 130 ′′ is illustrated and described as being configured as a single network device, the present invention is not limited thereto.
  • the network device 130 ′′ ′ may be a main hub device ( 131 ′, the first bridge device 133 ′ connected to the main hub device 131 ′, the sub hub device 135 ′ connected to the main hub device 131 ′, and the sub hub device 135 ′. It may be implemented as a connected second bridge device 136 ′.
  • the devices 131 ′, 133 ′, 135 ′, and 136 ′ may each have the same configuration as the network device 130 ′′ shown in Fig. 11.
  • the light control box 141 ′′ The refrigerator 143 "and the first and second washing machines 145" and 145 "'may be distributedly connected to the first and second bridge devices 133' and 136 '.
  • the first bridge device ( 133 ′ is connected to the light control box 141 ′′ and the refrigerator 143 ′′, and a first washing machine 145 ′′ and a second washing machine 145 ′ ′ are connected to the second bridge device 136 ′.
  • main hub device 131 ' the first bridge device 133', the sub hub device 135 'and the second bridge device 136', respectively.
  • the main hub device 131 ′, the first bridge device 133 ′, the sub hub device 135 ′, and the first hub device 136 ′ may not only be implemented as low specification devices but also parse data. Generation and / or execution Data generation and subsequent processing can be performed quickly.
  • the main hub device 131 ' may be configured to collectively manage the network device 130 "'.
  • the main hub device 131 ', the first bridge device 133', the sub In each of the hub device 135 ′ and the second hub device 136 ′ the device manager functions to control the operation of the application engine according to signals received from the first and second user terminals 121 and 125.
  • the device manager of the hub device 131 ' may be implemented to perform integrally, in this case, the first bridge device 133', the sub hub device 135 'and the second hub device 136' are the main hub. It can be implemented with a lower specification than the device 131 ′, and thus the manufacturing cost can be reduced.
  • the device manager 540 ′ of the second processor 530 ′ receives the received signal through the identification information included in the received signal. Is determined to be transmitted to the network device 130 ", the received signal is selected by the user through the data information included in the received signal, and the event selection item 400; 411, 412, It is determined whether the first service request signal includes parsing data corresponding to 413, 414, and / or 415 (S300).
  • the device manager 540 ′ is received like the device manager 540 of the second processor 530 illustrated in FIG. 6.
  • the second communication unit 510 is controlled to directly transfer the first service request signal to the application engine 550 '(S310).
  • the application engine 550 ′ converts parsing data of the first service request signal transmitted from the second communication unit 510 into a binary format and executes the binary executable file. Data is generated (S320) and subsequent processing related to the execution of the generated execution data is performed (S330).
  • the device manager 540 ′ selects an event in which the received signal is selected by the user through data information included in the received signal. It is determined whether the second service request signal includes only data information and identification information on items 411, 412, 413, 414, and / or 415 (S340).
  • the device manager 540 ′ may determine the code portion of the service execution file corresponding to the selected event selection item 411 and / or 413.
  • the parsing data request signal requesting the parsing data is transmitted to the parser 545 together with data information about the selected event selection item 411, 412, 413, 414 and / or 415 included in the second service request signal (S350). ).
  • the parser 545 may store the second storage unit 520 based on data information about the event selection items 411, 412, 413, 414, and / or 415 selected according to the parsing data request signal received from the device manager 540 ′. Parsing a corresponding code portion of the source code of the service application stored in ') to generate parsing data, and transmits the generated parsing data to the application engine 550' (S360).
  • the application engine 550 ′ converts the parsing data transferred from the parser 545 into a binary format to generate execution data such as a binary executable file (S370), and performs subsequent processing on execution of the generated execution data (S370). S380).
  • the control method of the user terminal device 120 and the method of providing information, the service application, and the remote control application of the network device 130, 130 ′, 130 ′′, 130 ′′ according to the embodiments described above are performed through various computer means. It may be embodied in the form of program instructions, which can be recorded on a computer readable medium.
  • the computer readable medium may include program instructions, data files, data structures, etc. alone or in combination. Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts.
  • the service corresponding to the event In order to execute the provided service application, the user terminal devices 120 and 121 parse the source code of the service application, and the network devices 130 and 130 'generate the execution data of the service application and generate the generated execution data. Perform the process of performing subsequent processing on the execution of the. Accordingly, the user terminal devices 120 and 121 and the network devices 130 and 130 ′ may execute a service application without using a high specification component and / or a JVM. In addition, the network devices 130 and 130 'can easily remove the overhead of communication overhead even when a plurality of controlled devices 140 (141, 141', 143, 143 ', 145, 145', 145 ”) are connected. Can be.
  • the user terminal devices 120 and 121 and the network devices 130, 130 ′, 130 ′′, and 130 ′′ respectively perform parsing, execution data generation, and subsequent processing of source code of a service application in event units and / or Process in units of controlled devices. Accordingly, the user terminal devices 120 and 121 and the network devices 130, 130 ′, 130 ′′, and 130 ′′ ′ may be implemented as lower specification devices.
  • the network device 130, 130 ', 130 ", 130"' when parsing occurs at run time, parsing data and / or execution data than when sandboxing the source code of the service application in the unit of the entire script as in the prior art Can be processed quickly.
  • the network devices 130' and 130" may be connected to the plurality of devices 131, 133, 135 and 136; 131 ', 133', 135 'and 136'. And controlled devices 141 ', 143', 145 ', 145 "; 141", 143 ", 145", 145 “' to distribute relevant parsing data generation and / or execution data generation and subsequent processing.
  • the devices 131, 133, 135, 136; 131 ', 133', 135 ', 136' are each of lower specification.
  • parsing data generation and / or execution data generation and subsequent processing can be performed quickly.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Selective Calling Equipment (AREA)
  • Telephonic Communication Services (AREA)

Abstract

L'invention concerne un dispositif électronique, un système d'exécution d'application et un procédé de commande correspondant, une étape d'analyse d'un code source d'une application et une étape de génération de données d'exécution de l'application et de réalisation d'un traitement ultérieur relatif à l'exécution des données d'exécution générées étant séparément réalisées lorsqu'une application est exécutée, de sorte que l'application puisse être exécutée sans avoir recours à des composants à haute-spécification et/ou des JVM. Le dispositif électronique comprend : une unité de communication permettant de communiquer avec une pluralité de dispositifs électroniques externes ; et un processeur permettant de recevoir, en provenance d'un premier dispositif électronique parmi la pluralité de dispositifs électroniques externes, des premières données analysées correspondant à un évènement s'étant produit dans le premier dispositif électronique parmi des données analysées d'une application installée dans le premier dispositif électronique, de générer des premières données d'exécution correspondant aux premières données analysées reçues, et de réaliser le traitement ultérieur relatif à l'exécution des premières données d'exécution générées.
PCT/KR2017/001949 2016-03-04 2017-02-22 Dispositif électronique, système d'exécution d'application, et procédé de commande correspondant WO2017150841A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/082,051 US20200293333A1 (en) 2016-03-04 2017-02-22 Electronic device, application execution system, and control method therefor

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020160026627A KR102506155B1 (ko) 2016-03-04 2016-03-04 전자장치, 어플리케이션 실행 시스템 및 그 제어방법
KR10-2016-0026627 2016-03-04

Publications (1)

Publication Number Publication Date
WO2017150841A1 true WO2017150841A1 (fr) 2017-09-08

Family

ID=59744184

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2017/001949 WO2017150841A1 (fr) 2016-03-04 2017-02-22 Dispositif électronique, système d'exécution d'application, et procédé de commande correspondant

Country Status (3)

Country Link
US (1) US20200293333A1 (fr)
KR (1) KR102506155B1 (fr)
WO (1) WO2017150841A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538483A (zh) * 2020-03-25 2020-08-14 平安科技(深圳)有限公司 一种数据处理方法、设备、服务器及可读存储介质
CN111538483B (zh) * 2020-03-25 2024-05-28 平安科技(深圳)有限公司 一种数据处理方法、设备、服务器及可读存储介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102021209319A1 (de) * 2021-08-25 2023-03-02 Robert Bosch Gesellschaft mit beschränkter Haftung Verfahren zum Vermitteln von Datenanforderungen an ein oder mehrere Datenquellen und zur Verarbeitung von angeforderten Daten einer oder mehrerer Datenquellen in einer Anwendung

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080045925A (ko) * 2006-11-21 2008-05-26 한국전자통신연구원 멀티모달을 위한 애플리케이션 변환 장치 및 그 방법
KR20080097035A (ko) * 2007-04-30 2008-11-04 삼성전자주식회사 홈 네트워크 기기 제어 서비스 및/또는 인터넷 서비스방법과 그 장치
KR20080097826A (ko) * 2007-05-03 2008-11-06 이양선 실행 파일을 생성하는 방법 및 장치
KR20100003751A (ko) * 2008-07-02 2010-01-12 한국전자통신연구원 사용자 단말기를 이용한 서비스 제공 방법 및 그 장치
KR20150045206A (ko) * 2013-10-18 2015-04-28 엘지전자 주식회사 원격 제어 시스템, 모바일 디바이스 및 디지털 디바이스 제어 방법

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101706388B1 (ko) * 2010-08-31 2017-02-13 삼성전자주식회사 어플리케이션 서비스 제공 방법, 장치 및 이를 제공하는 시스템
JP5737075B2 (ja) 2011-08-29 2015-06-17 富士通株式会社 イベント収集方法及び情報処理装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080045925A (ko) * 2006-11-21 2008-05-26 한국전자통신연구원 멀티모달을 위한 애플리케이션 변환 장치 및 그 방법
KR20080097035A (ko) * 2007-04-30 2008-11-04 삼성전자주식회사 홈 네트워크 기기 제어 서비스 및/또는 인터넷 서비스방법과 그 장치
KR20080097826A (ko) * 2007-05-03 2008-11-06 이양선 실행 파일을 생성하는 방법 및 장치
KR20100003751A (ko) * 2008-07-02 2010-01-12 한국전자통신연구원 사용자 단말기를 이용한 서비스 제공 방법 및 그 장치
KR20150045206A (ko) * 2013-10-18 2015-04-28 엘지전자 주식회사 원격 제어 시스템, 모바일 디바이스 및 디지털 디바이스 제어 방법

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538483A (zh) * 2020-03-25 2020-08-14 平安科技(深圳)有限公司 一种数据处理方法、设备、服务器及可读存储介质
CN111538483B (zh) * 2020-03-25 2024-05-28 平安科技(深圳)有限公司 一种数据处理方法、设备、服务器及可读存储介质

Also Published As

Publication number Publication date
KR102506155B1 (ko) 2023-03-06
KR20170103559A (ko) 2017-09-13
US20200293333A1 (en) 2020-09-17

Similar Documents

Publication Publication Date Title
WO2019221451A1 (fr) Procédé et dispositif électronique connectant une pluralité de dispositifs électroniques à un serveur par le biais d'un concentrateur
WO2016036115A1 (fr) Dispositif électronique et procédé de gestion de réenregistrement
WO2015133847A1 (fr) Procédé et appareil de détection d'entrée d'utilisateur dans un dispositif électronique
WO2017099440A1 (fr) Procédé d'exploitation de page web et dispositif électronique le prenant en charge
EP3100162A1 (fr) Procédé et appareil d'ordonnancement de tâches
WO2016208992A1 (fr) Dispositif électronique et procédé de commande d'affichage d'image panoramique
WO2018038419A1 (fr) Procédé de reconnaissance d'emplacement et dispositif électronique le mettant en œuvre
WO2016039582A1 (fr) Procédé et appareil de reconnaissance de l'iris
WO2021187818A1 (fr) Dispositif électronique et procédé de fonctionnement thématique partiel de dispositif électronique
WO2017104902A1 (fr) Dispositif de terminal d'utilisateur, serveur et procédé d'exécution d'application correspondant
WO2020166894A1 (fr) Dispositif électronique et procédé de recommandation de mot associé
WO2020141763A1 (fr) Dispositif électronique et procédé de configuration de dossier associé
WO2016006726A1 (fr) Procédé pour partager un programme d'application et dispositif électronique associé
WO2015093902A1 (fr) Procédé et dispositif de recherche et de commande de dispositifs commandés dans un système domotique
WO2017090931A1 (fr) Dispositif électronique, et procédé de fourniture de service de gestion d'événements
WO2021162323A1 (fr) Dispositif électronique et procédé de fonctionnement d'un contenu à l'aide de celui-ci
WO2021150037A1 (fr) Procédé pour fournir une interface utilisateur et dispositif électronique associé
WO2019039706A1 (fr) Dispositif électronique et procédé de gestion de données associé
WO2017150841A1 (fr) Dispositif électronique, système d'exécution d'application, et procédé de commande correspondant
WO2019164196A1 (fr) Dispositif électronique et procédé de reconnaissance de caractères
WO2023058860A1 (fr) Dispositif électronique pour le traitement d'un fichier apk à signatures multiples, et son procédé de fonctionnement
WO2016068557A1 (fr) Procédé et appareil de notification d'un changement de contenu
WO2016048060A1 (fr) Procédé de fourniture d'informations, et dispositif électronique associé
WO2022149771A1 (fr) Dispositif électronique et procédé de gestion de mémoire l'utilisant
WO2022030860A1 (fr) Dispositif électronique pour la commande d'un dispositif électronique cible dans un environnement ido et procédé correspondant

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 17760245

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17760245

Country of ref document: EP

Kind code of ref document: A1