WO2018000425A1 - Data exchange method, data logger, and unattended device - Google Patents

Data exchange method, data logger, and unattended device Download PDF

Info

Publication number
WO2018000425A1
WO2018000425A1 PCT/CN2016/088159 CN2016088159W WO2018000425A1 WO 2018000425 A1 WO2018000425 A1 WO 2018000425A1 CN 2016088159 W CN2016088159 W CN 2016088159W WO 2018000425 A1 WO2018000425 A1 WO 2018000425A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
sequence number
logger
external device
packet sequence
Prior art date
Application number
PCT/CN2016/088159
Other languages
French (fr)
Chinese (zh)
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 CN201680002371.0A priority Critical patent/CN106716337B/en
Priority to PCT/CN2016/088159 priority patent/WO2018000425A1/en
Publication of WO2018000425A1 publication Critical patent/WO2018000425A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B64AIRCRAFT; AVIATION; COSMONAUTICS
    • B64DEQUIPMENT FOR FITTING IN OR TO AIRCRAFT; FLIGHT SUITS; PARACHUTES; ARRANGEMENTS OR MOUNTING OF POWER PLANTS OR PROPULSION TRANSMISSIONS IN AIRCRAFT
    • B64D45/00Aircraft indicators or protectors not otherwise provided for
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/0644Management of space entities, e.g. partitions, extents, pools
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0658Controller construction arrangements
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B64AIRCRAFT; AVIATION; COSMONAUTICS
    • B64DEQUIPMENT FOR FITTING IN OR TO AIRCRAFT; FLIGHT SUITS; PARACHUTES; ARRANGEMENTS OR MOUNTING OF POWER PLANTS OR PROPULSION TRANSMISSIONS IN AIRCRAFT
    • B64D45/00Aircraft indicators or protectors not otherwise provided for
    • B64D2045/0065Black boxes, devices automatically broadcasting distress signals

Definitions

  • the present application relates to the field of data recording, and in particular to a data interaction method, a data logger, and an unmanned device.
  • Data storage in the prior art generally requires a storage space for the data.
  • the storage space For dynamic data with a final length that is undetermined, such as real-time parameters acquired from sensors, the storage space also needs to be dynamically allocated. Dynamically allocated storage space is more complex and has a lower storage density. If you need to store multiple dynamic data, it will significantly reduce efficiency.
  • the present invention provides a data interaction method, the method includes: receiving, by an open interface, a request message of an application data packet sequence number sent by an external device; and responding to the request message, assigning a data packet sequence number to the external device; The interface sends the assigned packet sequence number to the external device.
  • the method further includes: receiving, by the open interface, data sent by the external device, where the data includes the data packet serial number; and writing the data to the memory.
  • the writing data to the memory includes: adding a corresponding time stamp to the data; and writing the data added with the time stamp to the memory.
  • the read data request sent by the external device is received via the open interface; the data stored in the memory is read in response to the request and sent to the external device via the open interface.
  • the external device is a device other than the flight controller for recording the running state of the unmanned device and writing data to the data recorder.
  • the data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, or flight data.
  • the present invention provides a data interaction method, the method comprising: transmitting a request message for requesting a data packet sequence number to a data logger via an open interface of the data logger; and receiving the data logger to respond to the request message The serial number of the packet.
  • the method further includes: writing data including the data packet serial number to the data recorder via the open interface.
  • the data further includes a corresponding timestamp.
  • the method further includes: writing configuration data including a corresponding data packet sequence number to the data recorder via the open interface, where the configuration data is used to indicate a data format in the corresponding data packet.
  • the method further includes: reading data from the data recorder via the open interface; and grouping the read data by using the data packet serial number to obtain different data packets.
  • the data further includes a corresponding timestamp; further comprising: sorting the data in the data packet according to a timestamp; and parsing the sorted data packet.
  • the parsing the sorted data packet includes: parsing the sorted data packet by using the configuration data.
  • the data includes one or two of the following: simulation data and flight data generated by the developer according to the development design requirements for simulating the operating state of the unmanned device.
  • the present invention provides a data logger, the device comprising: a controller, a memory and an interface circuit, the controller respectively connecting the memory and the interface circuit; the controller is configured to receive the application sent by the external device via the interface circuit The request message of the packet sequence number; the response request message allocates the packet sequence number to the external device; and transmits the assigned packet sequence number to the external device via the interface circuit.
  • the controller is further configured to receive data sent by the external device via the interface circuit, where the data includes a data packet sequence number; and the data is written into the memory.
  • the controller is further configured to add a corresponding time stamp to the data; and write the time-stamped data into the memory.
  • the controller is further configured to receive, by the interface circuit, a read data request sent by the external device; in response to the request, read the data stored in the memory and send the data to the external device via the interface circuit.
  • the external device is a device other than the flight controller for recording the running state of the unmanned device and writing data to the data recorder.
  • the data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, or flight data.
  • the present invention provides an unmanned device comprising: a writing device and the data logger according to any of the above; the writing device for an open interface via the data logger A request message for requesting a data packet sequence number is sent to the data logger, and the data packet number assigned by the data logger in response to the request message is received.
  • the writing device is further configured to write data including the data packet serial number to the data logger via the open interface.
  • the data further includes a corresponding timestamp.
  • the writing device is further configured to write configuration data including a corresponding data packet serial number to the data recorder via the open interface, wherein the configuration data is used to indicate a data format in the corresponding data packet.
  • a reading device for reading data from the data recorder via the open interface; the read data is grouped by the packet number to obtain different data packets.
  • the data further includes a corresponding timestamp; the reading device is further configured to sort the data in the data packet according to a timestamp; and parse the sorted data packet.
  • the reading device further uses the configured configuration data to parse the sorted data packets.
  • the writing device is a device other than the flight controller for recording the operating state of the unmanned device and writing data to the data recorder.
  • the invention has the beneficial effects of distinguishing different data by using the data packet serial number by applying the data packet serial number, without specifying a storage space, improving efficiency and realizing simplicity.
  • FIG. 1 is a flow chart of a first embodiment of a data interaction method of the present invention
  • FIG. 2 is a flow chart of a second embodiment of a data interaction method of the present invention.
  • FIG. 3 is a flow chart of a third embodiment of a data interaction method of the present invention.
  • FIG. 4 is a flow chart of a fourth embodiment of a data interaction method of the present invention.
  • FIG. 5 is a flowchart of a fifth embodiment of a data interaction method according to the present invention.
  • FIG. 6 is a flowchart of a sixth embodiment of a data interaction method of the present invention.
  • FIG. 7 is a flowchart of a seventh embodiment of a data interaction method of the present invention.
  • FIG. 8 is a flow chart of an eighth embodiment of a data interaction method of the present invention.
  • FIG. 9 is a flowchart of a ninth embodiment of a data interaction method of the present invention.
  • Figure 10 is a schematic structural view of a first embodiment of the data logger of the present invention.
  • Figure 11 is a schematic structural view of a second embodiment of the data logger of the present invention.
  • Figure 12 is a schematic view showing the structure of the first embodiment of the unmanned device of the present invention.
  • the first embodiment of the data interaction method of the present invention includes:
  • S11 Receive a request message of an application packet sequence number sent by the external device via the open interface.
  • the executor of the external device may be a device other than the executor of the embodiment, and the external device is coupled to the executor of the embodiment through the open interface.
  • An external device can apply for one or more packet sequence numbers, and each packet can include data in one or more formats.
  • S12 The data packet sequence number is allocated to the external device in response to the request message.
  • the data packet sequence number is determined whether the number of the data packet sequence number is greater than or equal to the threshold value, and if it is less than the threshold value, the data packet sequence number is allocated to the external device in response to the request message; otherwise, the error information is directly returned to the external device.
  • S13 Send the allocated packet sequence number to the external device via the open interface.
  • the external device can write the corresponding data by using the assigned packet sequence number.
  • the data request packet sequence number is used, and the data packet sequence number is used to distinguish different data, and the storage space is not required, which improves efficiency and is simple to implement.
  • the execution body of this embodiment may be a data recorder of an unmanned device, and the unmanned device may be an unmanned aerial vehicle, an unmanned ship, an unmanned vehicle, etc., and the unmanned aerial vehicle is taken as an example, and the data recorder may be a drone.
  • the black box is used to record the flight data during the flight of the drone. It can be an independent hardware device or a unit integrated inside the flight controller.
  • the flight controller records the operating status of the unmanned device and the corresponding flight data. Write to the data logger.
  • the external device is a device other than a flight controller for recording the operating state of the unmanned device and writing data to the data recorder, such as a smart battery, a control program, and a remote controller.
  • the onboard devices that are external to the developer, etc. can be directly connected to the data logger in a wired or wireless manner, or can be connected to the data logger through a flight controller.
  • the external device can also be a flight controller.
  • the second embodiment of the data interaction method of the present invention is based on the first embodiment of the data interaction method of the present invention.
  • the method further includes:
  • S14 Receive data sent by the external device via the open interface.
  • the data contains the assigned packet sequence number.
  • the data includes at least one of the following: the simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, the flight data, and the configuration information acquired from the remote controller or the control program.
  • the data can be processed as necessary before writing, such as protocol conversion, serial-to-parallel conversion, or adding necessary information such as start flag, end flag, and verification information.
  • the data stored in the memory is arranged in order according to the writing time. If the memory is full, the writing can be stopped and an error is reported, or part of the data can be automatically deleted and the writing can be continued from the earliest part of the writing time.
  • Step S15 includes:
  • the timestamp may be a string identifying the time at which the timestamp was added, may be used to indicate when the data was written to the memory, or may be a string identifying the time at which the data was received.
  • Timestamps can be used for sorting data within the same packet for subsequent collation and analysis of the data.
  • the data recorder uniformly adds a corresponding time stamp to the data, and the external device does not need to add a time stamp to simplify the operation of the external device.
  • the external device may add a timestamp by itself, and the data logger may add a timestamp or not.
  • the fourth embodiment of the data interaction method of the present invention is based on the first embodiment of the data interaction method of the present invention, and further includes:
  • S16 Receive a read data request sent by an external device via an open interface.
  • the external device that sends the read data request and the external device that writes the data may be the same device or different devices.
  • An external device can request to read data for all packets, or just read data for a specified number of packets.
  • S17 Read the data stored in the memory in response to the request and send it to the external device via the open interface.
  • the data logger can send all the readable data stored in the memory to the external device to be filtered by the external device to find out the data to be read. You can filter the data you want to read and send it to an external device.
  • the fifth embodiment of the data interaction method of the present invention includes:
  • S21 Send a request message for requesting a data packet sequence number to the data logger via an open interface of the data logger.
  • the execution body of this embodiment is an external device that writes data to the data logger, and is coupled to the data logger through an open interface.
  • the data logger can be a data logger for an unmanned device.
  • the unmanned device can be a drone, an unmanned ship, an unmanned vehicle, etc., taking a drone as an example, and the data logger can be a black box for the drone.
  • the flight data during the flight of the drone can be recorded as a stand-alone hardware device or as a unit integrated inside the flight controller.
  • the external device may be other than a flight controller for recording the operating state of the unmanned device and writing data to the data logger, such as a smart battery, a control program, a remote controller, an onboard device external to the developer, etc.
  • the external device can be directly connected to the data logger in a wired or wireless manner, or can be connected to the data logger via a flight controller. Of course, the external device can also be a flight controller.
  • An external device can apply for one or more packet sequence numbers, and each packet can include data in one or more formats.
  • the packet number assigned by the data logger in response to the request message is received via the open interface of the data logger.
  • the data request packet sequence number is used, and the data packet sequence number is used to distinguish different data, and the storage space is not required, which improves efficiency and is simple to implement.
  • the sixth embodiment of the data interaction method of the present invention is based on the fifth embodiment of the data interaction method of the present invention.
  • the method further includes:
  • Data including the packet number is sent to the data logger via the open interface to write the data.
  • the data includes at least one of the following: the simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, the flight data, and the configuration information acquired from the remote controller or the control program.
  • the data further includes a corresponding timestamp, and the timestamp can be used for data sorting in the same data packet, so as to perform subsequent data collation and analysis.
  • the timestamp is added to the data by the external device, and is generally a timestamp indicating the time at which the data was generated, or a timestamp indicating the time at which the data was transmitted.
  • the seventh embodiment of the data interaction method of the present invention is based on the fifth embodiment of the data interaction method of the present invention, and further includes:
  • S20 Write configuration data including a corresponding packet sequence number to the data logger via the open interface.
  • the configuration data is used to represent the data format in the corresponding packet.
  • the corresponding data packet sequence number included in the configuration data includes a configuration data packet sequence number indicating that the data is configuration data, and may further include configuration data for indicating a data packet sequence number in which the data format is allocated.
  • the data logger may send the configuration packet sequence number and the assigned packet sequence number to the external device together, or may separately send the configuration packet sequence number, for example, during the initialization of the external device.
  • step S20 can be performed before, during or after the step S23.
  • the eighth embodiment of the data interaction method of the present invention is based on the fifth embodiment of the data interaction method of the present invention, and further includes:
  • S25 The read data is grouped by using the packet sequence number to obtain different data packets.
  • the ninth embodiment of the data interaction method of the present invention is based on the eighth embodiment of the data interaction method of the present invention.
  • the method further includes:
  • S26 Sort the data in the data packet by timestamp.
  • the data in the data packet includes corresponding timestamps, which are generally sorted in ascending order of timestamps.
  • the sorted data in the data packet is parsed by using the configuration data corresponding to the data packet, and is represented by graphics, numbers, characters, etc., and can perform operations such as measurement and calculation.
  • the first embodiment of the data logger of the present invention comprises a controller 1, a memory 2 and an interface circuit 3, and the controller 1 is connected to the memory 2 and the interface circuit 3, respectively.
  • the interface circuit 3 includes an open interface, and is coupled to an external device through an open interface for transmitting and receiving data, and is an interface for the data recorder to communicate with an external device.
  • the controller 1 controls the operation of the data logger, and the controller 1 can also be called an MCU (Microcontroller) Unit, micro control unit). Controller 1 may be an integrated circuit chip with signal processing capabilities. Controller 1 can also be a general purpose processor, digital signal processor (DSP), application specific integrated circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component .
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 2 is used to store instructions and data necessary for the operation of the controller 1, and data received by the interface circuit 3.
  • the memory may include a main memory and a cache in which the rate of buffering is higher than the main memory, and data received through the interface circuit 3 may be temporarily stored in the buffer and then written to the main memory.
  • the controller 1 is configured to receive a request message of the application packet sequence number sent by the external device via the interface circuit 3, assign a packet sequence number to the external device in response to the request message, and transmit the assigned packet sequence number to the external device via the interface circuit 3.
  • the controller is further configured to receive data transmitted by the external device via the interface circuit, wherein the data includes a data packet sequence number; and the data is written to the memory.
  • the controller is further configured to add a corresponding timestamp to the data; and write the timestamped data to the memory.
  • the controller is further configured to receive a read data request sent by the external device via the interface circuit; read the data stored in the memory in response to the request and transmit the data to the external device via the interface circuit.
  • the external device is a device other than the flight controller for recording the operational status of the unmanned device and writing data to the data logger.
  • the data includes at least one of the following: a simulation data generated by the developer according to the development design to simulate the operating state of the unmanned device, flight data, and obtained from a remote controller or a control program. Configuration information.
  • the first embodiment of the unmanned device of the present invention comprises: a data logger 10 and a writing device 20, which is a data logger as described in any embodiment of the data logger of the present invention.
  • the writing device 20 is configured to transmit a request message for requesting a data packet number to the data recorder via an open interface in the interface circuit of the data logger 10, and receive a data packet number assigned by the data logger 10 in response to the request message via the open interface.
  • the writing device is further for writing data including the data packet number to the data logger via the open interface.
  • the data further includes a corresponding time stamp.
  • the writing device is further configured to write configuration data including a corresponding data packet number to the data recorder via the open interface, wherein the configuration data is used to indicate a data format in the corresponding data packet.
  • the second embodiment of the unmanned device of the present invention further includes a reading device 30 based on the first embodiment of the unmanned device of the present invention.
  • the reading device 30 is for reading data from the data logger 10 via an open interface; the read data is grouped by the packet number to obtain different packets.
  • the reading device 30 and the writing device 20 shown in the drawing are two separate devices, and the actual reading device 30 and the writing device 20 can also be integrated.
  • the data further includes a corresponding time stamp; the reading device is further configured to sort the data in the data packet according to a time stamp; and parse the sorted data packet.
  • the reading device is further configured to parse the sorted data packet by using the configuration data.
  • the writing device is other than a flight controller for recording the operating state of the unmanned device and writing data to the data logger.
  • the disclosed data loggers and unmanned devices can be implemented in other ways.
  • the data recorder and the unmanned device implementation described above are merely illustrative.
  • the division of the module or resource unit is only a logical function division, and the actual implementation may have another division manner.
  • multiple resource units or components may be combined or integrated into another system, or some features may be omitted or not implemented.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or resource unit, and may be in an electrical, mechanical or other form.
  • the resource units described as separate components may or may not be physically separated.
  • the components displayed as resource units may or may not be physical resource units, that is, may be located in one place, or may be distributed to multiple networks. On the resource unit. Some or all of the resource units may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
  • each functional resource unit in each embodiment of the present invention may be integrated into one processing resource unit, or each resource unit may exist physically separately, or two or more resource units may be integrated into one resource unit.
  • the above integrated resource unit can be implemented in the form of hardware or in the form of a software function resource unit.
  • the integrated resource unit if implemented in the form of a software functional resource unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the technical solution of the present invention which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) or a processor to perform all or part of the steps of the methods of the various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read only memory (ROM, Read-Only) Memory, random access memory (RAM), disk or optical disk, and other media that can store program code.

Abstract

Disclosed is a data exchange method, comprising: receiving by way of an open interface a message to request an application data-packet sequence number; responding to the request message and allocating a data-packet sequence number for the external device; by way of the open interface, sending the allocated data-packet sequence number to the external device. Also disclosed are a data logger and unattended device.

Description

一种数据交互方法、数据记录仪和无人设备 Data interaction method, data recorder and unmanned device
【技术领域】[Technical Field]
本申请涉及数据记录领域,特别是涉及一种数据交互方法、数据记录仪和无人设备。The present application relates to the field of data recording, and in particular to a data interaction method, a data logger, and an unmanned device.
【背景技术】 【Background technique】
现有技术中的数据存储一般需要为数据指定一存储空间。对于最终长度未定的动态数据,例如从传感器获取的实时参数,存储空间也需要动态分配。动态分配的存储空间实现比较复杂,且存储密度较低,如果需要存储多个动态数据,会显著的降低效率。Data storage in the prior art generally requires a storage space for the data. For dynamic data with a final length that is undetermined, such as real-time parameters acquired from sensors, the storage space also needs to be dynamically allocated. Dynamically allocated storage space is more complex and has a lower storage density. If you need to store multiple dynamic data, it will significantly reduce efficiency.
【发明内容】  [Summary of the Invention]
为了至少部分解决以上问题,本发明提出了一种数据交互方法,该方法包括:经由开放接口接收外部设备发送的申请数据包序号的请求消息;响应请求消息为外部设备分配数据包序号;经由开放接口将分配的数据包序号发送给外部设备。In order to at least partially solve the above problem, the present invention provides a data interaction method, the method includes: receiving, by an open interface, a request message of an application data packet sequence number sent by an external device; and responding to the request message, assigning a data packet sequence number to the external device; The interface sends the assigned packet sequence number to the external device.
其中,进一步包括:经由开放接口接收外部设备发送的数据,其中数据包含数据包序号;将数据写入存储器。The method further includes: receiving, by the open interface, data sent by the external device, where the data includes the data packet serial number; and writing the data to the memory.
其中,将数据写入存储器包括:向数据加入对应的时间戳;将加入时间戳的数据写入存储器。The writing data to the memory includes: adding a corresponding time stamp to the data; and writing the data added with the time stamp to the memory.
其中,经由开放接口接收外部设备发送的读取数据请求;响应请求读取存储器中存储的数据并将其经由开放接口发送给外部设备。The read data request sent by the external device is received via the open interface; the data stored in the memory is read in response to the request and sent to the external device via the open interface.
其中,外部设备为,用于记录无人设备的运行状态的,并向数据记录仪写入数据的,飞行控制器以外的其他设备。Wherein, the external device is a device other than the flight controller for recording the running state of the unmanned device and writing data to the data recorder.
其中,数据包括以下的一种或两种:开发者根据开发设计需要生成的用于模拟无人设备的运行状态的模拟数据、或飞行数据。The data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, or flight data.
为了至少部分解决以上问题,本发明提出了一种数据交互方法,该方法包括:经由数据记录仪的开放接口向数据记录仪发送申请数据包序号的请求消息;接收数据记录仪响应请求消息而分配的数据包序号。In order to at least partially solve the above problems, the present invention provides a data interaction method, the method comprising: transmitting a request message for requesting a data packet sequence number to a data logger via an open interface of the data logger; and receiving the data logger to respond to the request message The serial number of the packet.
其中,进一步包括:经由开放接口向数据记录仪写入包括数据包序号的数据。The method further includes: writing data including the data packet serial number to the data recorder via the open interface.
其中,数据中进一步包括对应的时间戳。The data further includes a corresponding timestamp.
其中,进一步包括:经由开放接口向数据记录仪写入包括对应数据包序号的配置数据,其中配置数据用于表示对应数据包中的数据格式。The method further includes: writing configuration data including a corresponding data packet sequence number to the data recorder via the open interface, where the configuration data is used to indicate a data format in the corresponding data packet.
其中,进一步包括:经由开放接口从数据记录仪中读取数据;利用数据包序号将读取的数据进行分组,以得到不同的数据包。The method further includes: reading data from the data recorder via the open interface; and grouping the read data by using the data packet serial number to obtain different data packets.
其中,数据中进一步包括对应的时间戳;进一步包括:将数据包中的数据按照时间戳进行排序;对排序后的数据包进行解析。The data further includes a corresponding timestamp; further comprising: sorting the data in the data packet according to a timestamp; and parsing the sorted data packet.
其中,对排序后的数据包进行解析包括:利用配置数据对排序后的数据包进行解析。The parsing the sorted data packet includes: parsing the sorted data packet by using the configuration data.
其中,数据包括以下的一种或两种:开发者根据开发设计需要生成的用于模拟无人设备的运行状态的模拟数据、飞行数据。The data includes one or two of the following: simulation data and flight data generated by the developer according to the development design requirements for simulating the operating state of the unmanned device.
为了至少部分解决以上问题,本发明提出了一种数据记录仪,该装置包括:控制器、存储器和接口电路,控制器分别连接存储器和接口电路;控制器用于经由接口电路接收外部设备发送的申请数据包序号的请求消息;响应请求消息为外部设备分配数据包序号;经由接口电路将分配的数据包序号发送给外部设备。In order to at least partially solve the above problems, the present invention provides a data logger, the device comprising: a controller, a memory and an interface circuit, the controller respectively connecting the memory and the interface circuit; the controller is configured to receive the application sent by the external device via the interface circuit The request message of the packet sequence number; the response request message allocates the packet sequence number to the external device; and transmits the assigned packet sequence number to the external device via the interface circuit.
其中,控制器进一步用于经由接口电路接收外部设备发送的数据,其中数据包含数据包序号;将数据写入存储器。The controller is further configured to receive data sent by the external device via the interface circuit, where the data includes a data packet sequence number; and the data is written into the memory.
其中,控制器进一步用于向数据加入对应的时间戳;将加入时间戳的数据写入存储器。The controller is further configured to add a corresponding time stamp to the data; and write the time-stamped data into the memory.
其中,控制器进一步用于经由接口电路接收外部设备发送的读取数据请求;响应请求读取存储器中存储的数据并将其经由接口电路发送给外部设备。The controller is further configured to receive, by the interface circuit, a read data request sent by the external device; in response to the request, read the data stored in the memory and send the data to the external device via the interface circuit.
其中,外部设备为,用于记录无人设备的运行状态的,并向数据记录仪写入数据的,飞行控制器以外的其他设备。Wherein, the external device is a device other than the flight controller for recording the running state of the unmanned device and writing data to the data recorder.
其中,数据包括以下的一种或两种:开发者根据开发设计需要生成的用于模拟无人设备的运行状态的模拟数据、或飞行数据。The data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, or flight data.
为了至少部分解决以上问题,本发明提出了一种无人设备,该无人设备包括:写入装置和以上任一项所述的数据记录仪;写入装置用于经由数据记录仪的开放接口向数据记录仪发送申请数据包序号的请求消息,接收数据记录仪响应请求消息而分配的数据包序号。In order to at least partially solve the above problems, the present invention provides an unmanned device comprising: a writing device and the data logger according to any of the above; the writing device for an open interface via the data logger A request message for requesting a data packet sequence number is sent to the data logger, and the data packet number assigned by the data logger in response to the request message is received.
其中,写入装置进一步用于经由开放接口向数据记录仪写入包括数据包序号的数据。Wherein, the writing device is further configured to write data including the data packet serial number to the data logger via the open interface.
其中,数据中进一步包括对应的时间戳。The data further includes a corresponding timestamp.
其中,写入装置进一步用于经由开放接口向数据记录仪写入包括对应数据包序号的配置数据,其中配置数据用于表示对应数据包中的数据格式。The writing device is further configured to write configuration data including a corresponding data packet serial number to the data recorder via the open interface, wherein the configuration data is used to indicate a data format in the corresponding data packet.
其中,进一步包括读取装置,读取装置用于经由开放接口从数据记录仪中读取数据;利用数据包序号将读取的数据进行分组,以得到不同的数据包。There is further included a reading device for reading data from the data recorder via the open interface; the read data is grouped by the packet number to obtain different data packets.
其中,数据中进一步包括对应的时间戳;读取装置进一步用于将数据包中的数据按照时间戳进行排序;对排序后的数据包进行解析。The data further includes a corresponding timestamp; the reading device is further configured to sort the data in the data packet according to a timestamp; and parse the sorted data packet.
其中,读取装置进一步用于利用的配置数据对排序后的数据包进行解析。The reading device further uses the configured configuration data to parse the sorted data packets.
其中,写入装置为,用于记录无人设备的运行状态的,并向数据记录仪写入数据的,飞行控制器以外的其他装置。Wherein, the writing device is a device other than the flight controller for recording the operating state of the unmanned device and writing data to the data recorder.
本发明的有益效果是:通过申请数据包序号,用数据包序号来区分不同的数据,无需指定存储空间,提高效率且实现简单。 The invention has the beneficial effects of distinguishing different data by using the data packet serial number by applying the data packet serial number, without specifying a storage space, improving efficiency and realizing simplicity.
【附图说明】 [Description of the Drawings]
图1是本发明数据交互方法第一实施例的流程图;1 is a flow chart of a first embodiment of a data interaction method of the present invention;
图2是本发明数据交互方法第二实施例的流程图;2 is a flow chart of a second embodiment of a data interaction method of the present invention;
图3是本发明数据交互方法第三实施例的流程图;3 is a flow chart of a third embodiment of a data interaction method of the present invention;
图4是本发明数据交互方法第四实施例的流程图;4 is a flow chart of a fourth embodiment of a data interaction method of the present invention;
图5是本发明数据交互方法第五实施例的流程图;FIG. 5 is a flowchart of a fifth embodiment of a data interaction method according to the present invention; FIG.
图6是本发明数据交互方法第六实施例的流程图;6 is a flowchart of a sixth embodiment of a data interaction method of the present invention;
图7是本发明数据交互方法第七实施例的流程图;7 is a flowchart of a seventh embodiment of a data interaction method of the present invention;
图8是本发明数据交互方法第八实施例的流程图;8 is a flow chart of an eighth embodiment of a data interaction method of the present invention;
图9是本发明数据交互方法第九实施例的流程图;9 is a flowchart of a ninth embodiment of a data interaction method of the present invention;
图10是本发明数据记录仪第一实施例的结构示意图;Figure 10 is a schematic structural view of a first embodiment of the data logger of the present invention;
图11是本发明数据记录仪第二实施例的结构示意图;Figure 11 is a schematic structural view of a second embodiment of the data logger of the present invention;
图12是本发明无人设备第一实施例的结构示意图。Figure 12 is a schematic view showing the structure of the first embodiment of the unmanned device of the present invention.
【具体实施方式】【detailed description】
下面结合附图和实施例对本发明进行详细说明。The invention will now be described in detail in conjunction with the drawings and embodiments.
如图1所示,本发明数据交互方法第一实施例包括:As shown in FIG. 1, the first embodiment of the data interaction method of the present invention includes:
S11:经由开放接口接收外部设备发送的申请数据包序号的请求消息。S11: Receive a request message of an application packet sequence number sent by the external device via the open interface.
外部设备的执行主体可以是指本实施例执行主体之外的设备,外部设备通过开放接口与本实施例执行主体耦接。一个外部设备可以申请一个或者更多数据包序号,每个数据包中可以包括一种或者更多种格式的数据。The executor of the external device may be a device other than the executor of the embodiment, and the external device is coupled to the executor of the embodiment through the open interface. An external device can apply for one or more packet sequence numbers, and each packet can include data in one or more formats.
S12:响应请求消息为外部设备分配数据包序号。S12: The data packet sequence number is allocated to the external device in response to the request message.
判断数据包序号的数量是否大于或等于阈值,如果小于阈值,则响应请求消息为外部设备分配数据包序号;否则直接返回错误信息给外部设备。It is determined whether the number of the data packet sequence number is greater than or equal to the threshold value, and if it is less than the threshold value, the data packet sequence number is allocated to the external device in response to the request message; otherwise, the error information is directly returned to the external device.
S13:经由开放接口将分配的数据包序号发送给外部设备。S13: Send the allocated packet sequence number to the external device via the open interface.
外部设备可以利用分配的数据包序号写入对应的数据。The external device can write the corresponding data by using the assigned packet sequence number.
通过本实施例的实施,外部设备写入数据前为数据申请数据包序号,用数据包序号来区分不同的数据,无需指定存储空间,提高效率且实现简单。Through the implementation of the embodiment, before the external device writes the data, the data request packet sequence number is used, and the data packet sequence number is used to distinguish different data, and the storage space is not required, which improves efficiency and is simple to implement.
本实施例的执行主体可以为无人设备的数据记录仪,无人设备可以为无人机、无人船、无人车等,以无人机为例,数据记录仪可以为无人机的黑匣子,用于记录无人机飞行过程中的飞行数据,可以是一个独立的硬件装置也可以是集成在飞行控制器内部的单元,飞行控制器记录无人设备的运行状态并将相应的飞行数据写入数据记录仪。The execution body of this embodiment may be a data recorder of an unmanned device, and the unmanned device may be an unmanned aerial vehicle, an unmanned ship, an unmanned vehicle, etc., and the unmanned aerial vehicle is taken as an example, and the data recorder may be a drone. The black box is used to record the flight data during the flight of the drone. It can be an independent hardware device or a unit integrated inside the flight controller. The flight controller records the operating status of the unmanned device and the corresponding flight data. Write to the data logger.
在本发明数据交互方法一实施例中,外部设备为用于记录无人设备的运行状态的并向数据记录仪写入数据的飞行控制器以外的其他设备,例如智能电池、控制程序、遥控器、开发者外接的板载设备等,这些外部设备可以以有线或无线的方式直接与数据记录仪通信连接,也可以通过飞行控制器与数据记录仪连接。当然,在本发明数据交互方法的其他实施例中,外部设备也可以为飞行控制器。In an embodiment of the data interaction method of the present invention, the external device is a device other than a flight controller for recording the operating state of the unmanned device and writing data to the data recorder, such as a smart battery, a control program, and a remote controller. The onboard devices that are external to the developer, etc., can be directly connected to the data logger in a wired or wireless manner, or can be connected to the data logger through a flight controller. Of course, in other embodiments of the data interaction method of the present invention, the external device can also be a flight controller.
如图2所示,本发明数据交互方法第二实施例,是在本发明数据交互方法第一实施例的基础上,步骤S13之后进一步包括:As shown in FIG. 2, the second embodiment of the data interaction method of the present invention is based on the first embodiment of the data interaction method of the present invention. After step S13, the method further includes:
S14:经由开放接口接收外部设备发送的数据。S14: Receive data sent by the external device via the open interface.
数据中包含已分配的数据包序号。数据包括以下的至少一种:开发者根据开发设计需要生成的用于模拟无人设备的运行状态的模拟数据、飞行数据和从遥控器或控制程序获取的配置信息。The data contains the assigned packet sequence number. The data includes at least one of the following: the simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, the flight data, and the configuration information acquired from the remote controller or the control program.
S15:将数据写入存储器。S15: Write data to the memory.
写入之前可以对数据进行必要的处理,例如协议转换、串并转换、或加入开始标志、结束标志、校验信息等必要信息。存储器中存储的数据按照写入时间依次排列,如果存储器已满,可以停止写入并报错,也可以从写入时间最早的部分开始自动删除部分数据并继续写入。The data can be processed as necessary before writing, such as protocol conversion, serial-to-parallel conversion, or adding necessary information such as start flag, end flag, and verification information. The data stored in the memory is arranged in order according to the writing time. If the memory is full, the writing can be stopped and an error is reported, or part of the data can be automatically deleted and the writing can be continued from the earliest part of the writing time.
如图3所示,本发明数据交互方法第三实施例,是在本发明数据交互方法第二实施例的基础上,步骤S15包括:As shown in FIG. 3, the third embodiment of the data interaction method of the present invention is based on the second embodiment of the data interaction method of the present invention. Step S15 includes:
S151:向数据加入对应的时间戳。S151: Add a corresponding timestamp to the data.
时间戳可以是标识加入时间戳这一刻的时间的字符串,可用于表示数据写入存储器的时间;也可以是标识接收数据的时间的字符串。The timestamp may be a string identifying the time at which the timestamp was added, may be used to indicate when the data was written to the memory, or may be a string identifying the time at which the data was received.
S152:将加入时间戳的数据写入存储器。S152: Write time-stamped data into the memory.
时间戳可以用于同一数据包内的数据排序,以便进行数据的后续整理和分析。Timestamps can be used for sorting data within the same packet for subsequent collation and analysis of the data.
通过本实施例的实施,由数据记录仪统一向数据加入对应的时间戳,外部设备无需加入时间戳,简化外部设备的操作。当然,在本发明数据交互方法其他实施例中,可以由外部设备自行加入时间戳,此时数据记录仪可以再加入时间戳,也可以不加入时间戳。Through the implementation of the embodiment, the data recorder uniformly adds a corresponding time stamp to the data, and the external device does not need to add a time stamp to simplify the operation of the external device. Of course, in other embodiments of the data interaction method of the present invention, the external device may add a timestamp by itself, and the data logger may add a timestamp or not.
如图4所示,本发明数据交互方法第四实施例,,是在本发明数据交互方法第一实施例的基础上,进一步包括:As shown in FIG. 4, the fourth embodiment of the data interaction method of the present invention is based on the first embodiment of the data interaction method of the present invention, and further includes:
S16:经由开放接口接收外部设备发送的读取数据请求。S16: Receive a read data request sent by an external device via an open interface.
发送读取数据请求的外部设备和写入数据的外部设备可以是同一设备,也可以是不同设备。外部设备可以请求读取所有数据包的数据,也可以只读取指定的若干数据包的数据。The external device that sends the read data request and the external device that writes the data may be the same device or different devices. An external device can request to read data for all packets, or just read data for a specified number of packets.
S17:响应请求读取存储器中存储的数据并将其经由开放接口发送给外部设备。S17: Read the data stored in the memory in response to the request and send it to the external device via the open interface.
当外部设备只读取指定的若干数据包的数据时,数据记录仪可以将存储器中存储的全部可被读取的数据发给外部设备由外部设备进行筛选以找出欲读取的数据,也可以自行进行筛选后将欲读取数据发给外部设备。When the external device only reads data of a specified number of data packets, the data logger can send all the readable data stored in the memory to the external device to be filtered by the external device to find out the data to be read. You can filter the data you want to read and send it to an external device.
本实施例可以与以上任一实施例相结合。This embodiment can be combined with any of the above embodiments.
如图5所示,本发明数据交互方法第五实施例包括:As shown in FIG. 5, the fifth embodiment of the data interaction method of the present invention includes:
S21:经由数据记录仪的开放接口向数据记录仪发送申请数据包序号的请求消息。S21: Send a request message for requesting a data packet sequence number to the data logger via an open interface of the data logger.
本实施例的执行主体为向数据记录仪写入数据的外部设备,通过开放接口与数据记录仪耦接。数据记录仪可以为无人设备的数据记录仪,无人设备可以为无人机、无人船、无人车等,以无人机为例,数据记录仪可以为无人机的黑匣子,用于记录无人机飞行过程中的飞行数据,可以是一个独立的硬件装置也可以是集成在飞行控制器内部的单元。外部设备可以为用于记录无人设备的运行状态并向数据记录仪写入数据的飞行控制器以外的其他设备,例如智能电池、控制程序、遥控器、开发者外接的板载设备等,这些外部设备可以以有线或无线的方式直接与数据记录仪通信连接,也可以通过飞行控制器与数据记录仪连接。当然,外部设备也可以为飞行控制器。The execution body of this embodiment is an external device that writes data to the data logger, and is coupled to the data logger through an open interface. The data logger can be a data logger for an unmanned device. The unmanned device can be a drone, an unmanned ship, an unmanned vehicle, etc., taking a drone as an example, and the data logger can be a black box for the drone. The flight data during the flight of the drone can be recorded as a stand-alone hardware device or as a unit integrated inside the flight controller. The external device may be other than a flight controller for recording the operating state of the unmanned device and writing data to the data logger, such as a smart battery, a control program, a remote controller, an onboard device external to the developer, etc. The external device can be directly connected to the data logger in a wired or wireless manner, or can be connected to the data logger via a flight controller. Of course, the external device can also be a flight controller.
一个外部设备可以申请一个或者更多数据包序号,每个数据包中可以包括一种或者更多种格式的数据。An external device can apply for one or more packet sequence numbers, and each packet can include data in one or more formats.
S22:接收数据记录仪响应请求消息而分配的数据包序号。S22: Receive a data packet sequence number assigned by the data recorder in response to the request message.
经由数据记录仪的开放接口接收数据记录仪响应请求消息而分配的数据包序号。The packet number assigned by the data logger in response to the request message is received via the open interface of the data logger.
通过本实施例的实施,外部设备写入数据前为数据申请数据包序号,用数据包序号来区分不同的数据,无需指定存储空间,提高效率且实现简单。Through the implementation of the embodiment, before the external device writes the data, the data request packet sequence number is used, and the data packet sequence number is used to distinguish different data, and the storage space is not required, which improves efficiency and is simple to implement.
如图6所示,本发明数据交互方法第六实施例,是在本发明数据交互方法第五实施例的基础上,步骤S22之后进一步包括:As shown in FIG. 6, the sixth embodiment of the data interaction method of the present invention is based on the fifth embodiment of the data interaction method of the present invention. After step S22, the method further includes:
S23:经由开放接口向数据记录仪写入包括数据包序号的数据。S23: Write data including the data packet serial number to the data logger via the open interface.
将包括数据包序号的数据经由开放接口发送给数据记录仪以写入数据。数据包括以下的至少一种:开发者根据开发设计需要生成的用于模拟无人设备的运行状态的模拟数据、飞行数据和从遥控器或控制程序获取的配置信息。Data including the packet number is sent to the data logger via the open interface to write the data. The data includes at least one of the following: the simulation data generated by the developer according to the development design needs to simulate the operating state of the unmanned device, the flight data, and the configuration information acquired from the remote controller or the control program.
在本发明数据交互方法一实施例中,数据中进一步包括对应的时间戳,时间戳可以用于同一数据包内的数据排序,以便进行数据的后续整理和分析。时间戳由外部设备加入数据中,一般为表示数据生成时刻的时间戳、或者表示数据发送时刻的时间戳。In an embodiment of the data interaction method of the present invention, the data further includes a corresponding timestamp, and the timestamp can be used for data sorting in the same data packet, so as to perform subsequent data collation and analysis. The timestamp is added to the data by the external device, and is generally a timestamp indicating the time at which the data was generated, or a timestamp indicating the time at which the data was transmitted.
如图7所示,本发明数据交互方法第七实施例,是在本发明数据交互方法第五实施例的基础上,进一步包括:As shown in FIG. 7, the seventh embodiment of the data interaction method of the present invention is based on the fifth embodiment of the data interaction method of the present invention, and further includes:
S20:经由开放接口向数据记录仪写入包括对应数据包序号的配置数据。S20: Write configuration data including a corresponding packet sequence number to the data logger via the open interface.
配置数据用于表示对应数据包中的数据格式。配置数据中包括的对应数据包序号包括表示该数据为配置数据的配置数据包序号,也可以进一步包括配置数据用于表示其中数据格式的分配的数据包序号。数据记录仪可以将配置数据包序号和分配的数据包序号一起发送给外部设备,也可以独立发送配置数据包序号,例如在外部设备上电初始化的过程中。The configuration data is used to represent the data format in the corresponding packet. The corresponding data packet sequence number included in the configuration data includes a configuration data packet sequence number indicating that the data is configuration data, and may further include configuration data for indicating a data packet sequence number in which the data format is allocated. The data logger may send the configuration packet sequence number and the assigned packet sequence number to the external device together, or may separately send the configuration packet sequence number, for example, during the initialization of the external device.
本实施例可以与本发明数据交互方法第六实施例相结合,此时步骤S20的可以在步骤S23之前、之中或者之后执行。This embodiment can be combined with the sixth embodiment of the data interaction method of the present invention. At this time, the step S20 can be performed before, during or after the step S23.
如图8所示,本发明数据交互方法第八实施例,是在本发明数据交互方法第五实施例的基础上,进一步包括:As shown in FIG. 8, the eighth embodiment of the data interaction method of the present invention is based on the fifth embodiment of the data interaction method of the present invention, and further includes:
S24:经由开放接口从数据记录仪中读取数据。S24: Reading data from the data logger via an open interface.
可以读取所有数据包的数据,也可以只读取指定的若干数据包的数据。You can read the data of all the packets, or you can read only the data of several specified packets.
S25:利用数据包序号将读取的数据进行分组,以得到不同的数据包。S25: The read data is grouped by using the packet sequence number to obtain different data packets.
如图9所示,本发明数据交互方法第九实施例,是在本发明数据交互方法第八实施例的基础上,步骤S25之后进一步包括:As shown in FIG. 9, the ninth embodiment of the data interaction method of the present invention is based on the eighth embodiment of the data interaction method of the present invention. After step S25, the method further includes:
S26:将数据包中的数据按照时间戳进行排序。S26: Sort the data in the data packet by timestamp.
数据包中的数据包括对应的时间戳,一般按照时间戳从小到大的顺序进行排序。The data in the data packet includes corresponding timestamps, which are generally sorted in ascending order of timestamps.
S27:对排序后的数据包进行解析。S27: Parse the sorted data packet.
一般而言,利用数据包对应的配置数据对数据包中排序后的数据进行解析,以图形、数字、字符等形式表现出来,并可进行测量、计算等操作。Generally, the sorted data in the data packet is parsed by using the configuration data corresponding to the data packet, and is represented by graphics, numbers, characters, etc., and can perform operations such as measurement and calculation.
如图10所示,本发明数据记录仪第一实施例包括:控制器1、存储器2和接口电路3,控制器1分别连接存储器2和接口电路3。As shown in FIG. 10, the first embodiment of the data logger of the present invention comprises a controller 1, a memory 2 and an interface circuit 3, and the controller 1 is connected to the memory 2 and the interface circuit 3, respectively.
接口电路3包括开放接口,通过开放接口耦接外部设备,用于发送和接收数据,是数据记录仪与外部设备进行通信的接口。The interface circuit 3 includes an open interface, and is coupled to an external device through an open interface for transmitting and receiving data, and is an interface for the data recorder to communicate with an external device.
控制器1控制数据记录仪的操作,控制器1还可以称为MCU(Microcontroller Unit,微控制单元)。控制器1可能是一种集成电路芯片,具有信号的处理能力。控制器1还可以是通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现成可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The controller 1 controls the operation of the data logger, and the controller 1 can also be called an MCU (Microcontroller) Unit, micro control unit). Controller 1 may be an integrated circuit chip with signal processing capabilities. Controller 1 can also be a general purpose processor, digital signal processor (DSP), application specific integrated circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component . The general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
存储器2用于存储控制器1工作所必需的指令及数据,以及接口电路3接收的数据。存储器可包括主存储器和缓存,其中缓存的速率高于主存储器,通过接口电路3接收的数据可暂存在缓存中,然后再写入主存储器。The memory 2 is used to store instructions and data necessary for the operation of the controller 1, and data received by the interface circuit 3. The memory may include a main memory and a cache in which the rate of buffering is higher than the main memory, and data received through the interface circuit 3 may be temporarily stored in the buffer and then written to the main memory.
控制器1用于经由接口电路3接收外部设备发送的申请数据包序号的请求消息,响应请求消息为外部设备分配数据包序号,经由接口电路3将分配的数据包序号发送给外部设备。The controller 1 is configured to receive a request message of the application packet sequence number sent by the external device via the interface circuit 3, assign a packet sequence number to the external device in response to the request message, and transmit the assigned packet sequence number to the external device via the interface circuit 3.
在本发明数据记录仪一实施例中,控制器进一步用于经由接口电路接收外部设备发送的数据,其中数据包含数据包序号;将数据写入存储器。In an embodiment of the data logger of the present invention, the controller is further configured to receive data transmitted by the external device via the interface circuit, wherein the data includes a data packet sequence number; and the data is written to the memory.
在本发明数据记录仪一实施例中,控制器进一步用于向数据加入对应的时间戳;将加入时间戳的数据写入存储器。In an embodiment of the data logger of the present invention, the controller is further configured to add a corresponding timestamp to the data; and write the timestamped data to the memory.
在本发明数据记录仪一实施例中,控制器进一步用于经由接口电路接收外部设备发送的读取数据请求;响应请求读取存储器中存储的数据并将其经由接口电路发送给外部设备。In an embodiment of the data logger of the present invention, the controller is further configured to receive a read data request sent by the external device via the interface circuit; read the data stored in the memory in response to the request and transmit the data to the external device via the interface circuit.
在本发明数据记录仪一实施例中,外部设备为,用于记录无人设备的运行状态的,并向数据记录仪写入数据的,飞行控制器以外的其他设备。In an embodiment of the data logger of the present invention, the external device is a device other than the flight controller for recording the operational status of the unmanned device and writing data to the data logger.
在本发明数据记录仪一实施例中,数据包括以下的至少一种:开发者根据开发设计需要生成的用于模拟无人设备的运行状态的模拟数据、飞行数据和从遥控器或控制程序获取的配置信息。In an embodiment of the data logger of the present invention, the data includes at least one of the following: a simulation data generated by the developer according to the development design to simulate the operating state of the unmanned device, flight data, and obtained from a remote controller or a control program. Configuration information.
本发明数据记录仪各实施例中各个部分的功能具体可参考本发明数据交互方法对应实施例中的描述,在此不再重复。The functions of the various parts of the data loggers of the present invention may be specifically referred to the description in the corresponding embodiments of the data interaction method of the present invention, and are not repeated here.
如图11所示,本发明无人设备第一实施例包括:数据记录仪10和写入装置20,数据记录仪为本发明数据记录仪任一实施例中所述的数据记录仪。As shown in FIG. 11, the first embodiment of the unmanned device of the present invention comprises: a data logger 10 and a writing device 20, which is a data logger as described in any embodiment of the data logger of the present invention.
写入装置20用于经由数据记录仪10接口电路中的开放接口向数据记录仪发送申请数据包序号的请求消息,经由开放接口接收数据记录仪10响应请求消息而分配的数据包序号。The writing device 20 is configured to transmit a request message for requesting a data packet number to the data recorder via an open interface in the interface circuit of the data logger 10, and receive a data packet number assigned by the data logger 10 in response to the request message via the open interface.
在本发明无人设备一实施例中,写入装置进一步用于经由开放接口向数据记录仪写入包括数据包序号的数据。In an embodiment of the unmanned device of the present invention, the writing device is further for writing data including the data packet number to the data logger via the open interface.
在本发明无人设备一实施例中,数据中进一步包括对应的时间戳。In an embodiment of the unmanned device of the present invention, the data further includes a corresponding time stamp.
在本发明无人设备一实施例中,写入装置进一步用于经由开放接口向数据记录仪写入包括对应数据包序号的配置数据,其中配置数据用于表示对应数据包中的数据格式。In an embodiment of the unmanned device of the present invention, the writing device is further configured to write configuration data including a corresponding data packet number to the data recorder via the open interface, wherein the configuration data is used to indicate a data format in the corresponding data packet.
如图12所示,本发明无人设备第二实施例,是在本发明无人设备第一实施例的基础上,进一步包括读取装置30。读取装置30用于经由开放接口从数据记录仪10中读取数据;利用数据包序号将读取的数据进行分组,以得到不同的数据包。图中所示的读取装置30和写入装置20是独立的两个装置,实际读取装置30和写入装置20也可以集成在一起。As shown in FIG. 12, the second embodiment of the unmanned device of the present invention further includes a reading device 30 based on the first embodiment of the unmanned device of the present invention. The reading device 30 is for reading data from the data logger 10 via an open interface; the read data is grouped by the packet number to obtain different packets. The reading device 30 and the writing device 20 shown in the drawing are two separate devices, and the actual reading device 30 and the writing device 20 can also be integrated.
在本发明无人设备一实施例中,数据中进一步包括对应的时间戳;读取装置进一步用于将数据包中的数据按照时间戳进行排序;对排序后的数据包进行解析。In an embodiment of the unmanned device of the present invention, the data further includes a corresponding time stamp; the reading device is further configured to sort the data in the data packet according to a time stamp; and parse the sorted data packet.
在本发明无人设备一实施例中,读取装置进一步用于利用配置数据对排序后的数据包进行解析。In an embodiment of the unmanned device of the present invention, the reading device is further configured to parse the sorted data packet by using the configuration data.
在本发明无人设备一实施例中,写入装置为用于记录无人设备的运行状态并向数据记录仪写入数据的飞行控制器以外的其他装置。In an embodiment of the unmanned device of the present invention, the writing device is other than a flight controller for recording the operating state of the unmanned device and writing data to the data logger.
本发明无人设备各实施例中各个部分的功能具体可参考本发明数据交互方法对应实施例中的描述,在此不再重复。The functions of the various parts in the embodiments of the present invention are specifically described in the corresponding embodiments of the data interaction method of the present invention, and are not repeated here.
在本发明所提供的几个实施例中,应该理解到,所揭露的数据记录仪和无人设备可以通过其它的方式实现。例如,以上所描述的数据记录仪和无人设备实施方式仅仅是示意性的,例如,所述模块或资源单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个资源单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或资源单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In several embodiments provided by the present invention, it should be understood that the disclosed data loggers and unmanned devices can be implemented in other ways. For example, the data recorder and the unmanned device implementation described above are merely illustrative. For example, the division of the module or resource unit is only a logical function division, and the actual implementation may have another division manner. For example, multiple resource units or components may be combined or integrated into another system, or some features may be omitted or not implemented. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or resource unit, and may be in an electrical, mechanical or other form.
所述作为分离部件说明的资源单元可以是或者也可以不是物理上分开的,作为资源单元显示的部件可以是或者也可以不是物理资源单元,即可以位于一个地方,或者也可以分布到多个网络资源单元上。可以根据实际的需要选择其中的部分或者全部资源单元来实现本实施方式方案的目的。The resource units described as separate components may or may not be physically separated. The components displayed as resource units may or may not be physical resource units, that is, may be located in one place, or may be distributed to multiple networks. On the resource unit. Some or all of the resource units may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
另外,在本发明各个实施例中的各功能资源单元可以集成在一个处理资源单元中,也可以是各个资源单元单独物理存在,也可以两个或两个以上资源单元集成在一个资源单元中。上述集成的资源单元既可以采用硬件的形式实现,也可以采用软件功能资源单元的形式实现。In addition, each functional resource unit in each embodiment of the present invention may be integrated into one processing resource unit, or each resource unit may exist physically separately, or two or more resource units may be integrated into one resource unit. The above integrated resource unit can be implemented in the form of hardware or in the form of a software function resource unit.
所述集成的资源单元如果以软件功能资源单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本发明各个实施方式所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。The integrated resource unit, if implemented in the form of a software functional resource unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, or all or part of the technical solution, may be embodied in the form of a software product stored in a storage medium. A number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) or a processor to perform all or part of the steps of the methods of the various embodiments of the present invention. The foregoing storage medium includes: a U disk, a mobile hard disk, a read only memory (ROM, Read-Only) Memory, random access memory (RAM), disk or optical disk, and other media that can store program code.
以上所述仅为本发明的实施方式,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above is only the embodiment of the present invention, and is not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the invention and the drawings are directly or indirectly applied to other related technologies. The fields are all included in the scope of patent protection of the present invention.

Claims (28)

  1. 一种数据交互方法,其特征在于,包括:A data interaction method, comprising:
    经由开放接口接收外部设备发送的申请数据包序号的请求消息;Receiving, by the open interface, a request message of an application packet sequence number sent by the external device;
    响应所述请求消息为所述外部设备分配数据包序号;Allocating a data packet sequence number to the external device in response to the request message;
    经由所述开放接口将分配的所述数据包序号发送给所述外部设备。Transmitting the assigned packet sequence number to the external device via the open interface.
  2. 根据权利要求1所述的方法,其特征在于,进一步包括:The method of claim 1 further comprising:
    经由开放接口接收外部设备发送的数据,其中所述数据包含所述数据包序号;Receiving data transmitted by an external device via an open interface, wherein the data includes the data packet sequence number;
    将所述数据写入存储器。The data is written to the memory.
  3. 根据权利要求2所述的方法,其特征在于,The method of claim 2 wherein:
    所述将所述数据写入存储器包括:The writing the data to the memory comprises:
    向所述数据加入对应的时间戳;Adding a corresponding timestamp to the data;
    将加入所述时间戳的数据写入所述存储器。Data that joins the timestamp is written to the memory.
  4. 根据权利要求1至3中任一项所述的方法,其特征在于,进一步包括:The method according to any one of claims 1 to 3, further comprising:
    经由所述开放接口接收所述外部设备发送的读取数据请求;Receiving a read data request sent by the external device via the open interface;
    响应所述请求读取所述存储器中存储的数据,并将其经由所述开放接口发送给所述外部设备。The data stored in the memory is read in response to the request and sent to the external device via the open interface.
  5. 根据权利要求1-4中任一项所述的方法,其特征在于,A method according to any one of claims 1 to 4, characterized in that
    所述外部设备为,用于记录无人设备的运行状态的,并向所述数据记录仪写入数据的,飞行控制器以外的其他设备。The external device is a device other than the flight controller for recording the operating state of the unmanned device and writing data to the data logger.
  6. 根据权利要求1-5中任一项所述的方法,其特征在于,A method according to any one of claims 1 to 5, wherein
    所述数据包括以下的一种或两种:开发者根据开发设计需要生成的用于模拟所述无人设备的运行状态的模拟数据、或飞行数据。The data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operational status of the unmanned device, or flight data.
  7. 一种数据交互方法,其特征在于,包括:A data interaction method, comprising:
    经由数据记录仪的开放接口向所述数据记录仪发送申请数据包序号的请求消息;Sending a request message for requesting a data packet sequence number to the data logger via an open interface of the data logger;
    接收所述数据记录仪响应所述请求消息而分配的数据包序号。Receiving a data packet sequence number assigned by the data logger in response to the request message.
  8. 根据权利要求7所述的方法,其特征在于,进一步包括:The method of claim 7 further comprising:
    经由所述开放接口向所述数据记录仪写入包括所述数据包序号的数据。Data including the packet number is written to the data logger via the open interface.
  9. 根据权利要求7或8所述的方法,其特征在于,Method according to claim 7 or 8, characterized in that
    所述数据中进一步包括对应的时间戳。The data further includes a corresponding timestamp.
  10. 根据权利要求7至9中任一项所述的方法,其特征在于,进一步包括:The method according to any one of claims 7 to 9, further comprising:
    经由所述开放接口向所述数据记录仪写入包括对应所述数据包序号的配置数据,其中,所述配置数据用于表示对应数据包中的数据格式。The configuration data including the corresponding data packet sequence number is written to the data recorder via the open interface, wherein the configuration data is used to indicate a data format in the corresponding data packet.
  11. 根据权利要求7至10中任一项所述的方法,其特征在于,进一步包括:The method according to any one of claims 7 to 10, further comprising:
    经由所述开放接口从所述数据记录仪中读取数据;Reading data from the data logger via the open interface;
    利用所述数据包序号将读取的所述数据进行分组,以得到不同的数据包。The read data is grouped by the packet sequence number to obtain different data packets.
  12. 根据权利要求11所述的方法,其特征在于,The method of claim 11 wherein
    所述数据中进一步包括对应的时间戳;The data further includes a corresponding time stamp;
    所述方法进一步包括:The method further includes:
    将所述数据包中的数据按照所述时间戳进行排序;Sorting data in the data packet according to the timestamp;
    对所述排序后的数据包进行解析。Parsing the sorted data packet.
  13. 根据权利要求12所述的方法,其特征在于,The method of claim 12 wherein:
    所述对所述排序后的数据包进行解析包括:The parsing the sorted data packet includes:
    利用所述配置数据对所述排序后的数据包进行解析。The sorted data packet is parsed using the configuration data.
  14. 根据权利要求7-13中任一项所述的方法,其特征在于,A method according to any one of claims 7 to 13, wherein
    所述数据包括以下的一种或两种:开发者根据开发设计需要生成的用于模拟所述无人设备的运行状态的模拟数据、或飞行数据。The data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operational status of the unmanned device, or flight data.
  15. 一种数据记录仪,其特征在于,包括:A data logger, comprising:
    控制器、存储器和接口电路,所述控制器分别连接所述存储器和所述接口电路;a controller, a memory and an interface circuit, the controller respectively connecting the memory and the interface circuit;
    所述控制器用于经由所述接口电路接收外部设备发送的申请数据包序号的请求消息;响应所述请求消息为所述外部设备分配数据包序号;经由所述接口电路将分配的所述数据包序号发送给所述外部设备。The controller is configured to receive, by using the interface circuit, a request message of an application data packet sequence number sent by an external device; and in response to the request message, assign a data packet sequence number to the external device; and the data packet to be allocated via the interface circuit The serial number is sent to the external device.
  16. 根据权利要求15所述的数据记录仪,其特征在于,A data logger according to claim 15 wherein:
    所述控制器进一步用于经由所述接口电路接收所述外部设备发送的数据,其中所述数据包含所述数据包序号;将所述数据写入存储器。The controller is further configured to receive data transmitted by the external device via the interface circuit, wherein the data includes the data packet sequence number; and the data is written to a memory.
  17. 根据权利要求16所述的数据记录仪,其特征在于,A data logger according to claim 16 wherein:
    所述控制器进一步用于向所述数据加入对应的时间戳;将加入所述时间戳的数据写入所述存储器。The controller is further configured to add a corresponding timestamp to the data; write data that adds the timestamp to the memory.
  18. 根据权利要求15-17中任一项所述的数据记录仪,其特征在于,A data logger according to any one of claims 15-17, wherein
    所述控制器进一步用于经由所述接口电路接收所述外部设备发送的读取数据请求;响应所述请求读取所述存储器中存储的数据并将其经由所述接口电路发送给所述外部设备。The controller is further configured to receive a read data request sent by the external device via the interface circuit; read data stored in the memory in response to the request and send the data to the external via the interface circuit device.
  19. 根据权利要求15-18中任一项所述的数据记录仪,其特征在于,A data logger according to any one of claims 15-18, wherein
    所述外部设备为,用于记录无人设备的运行状态的,并向所述数据记录仪写入数据的,飞行控制器以外的其他设备。The external device is a device other than the flight controller for recording the operating state of the unmanned device and writing data to the data logger.
  20. 根据权利要求15-19中任一项所述的数据记录仪,其特征在于,A data logger according to any one of claims 15 to 19, wherein
    所述数据包括以下的一种或两种:开发者根据开发设计需要生成的用于模拟所述无人设备的运行状态的模拟数据、或飞行数据。The data includes one or both of the following: simulation data generated by the developer according to the development design needs to simulate the operational status of the unmanned device, or flight data.
  21. 一种无人设备,其特征在于,包括:An unmanned device, comprising:
    写入装置和权利要求15-20中任一项所述的数据记录仪;A writing device and the data logger of any one of claims 15-20;
    所述写入装置用于经由所述数据记录仪的开放接口向所述数据记录仪发送申请数据包序号的请求消息,接收所述数据记录仪响应所述请求消息而分配的数据包序号。The writing device is configured to send a request message for requesting a data packet sequence number to the data recorder via an open interface of the data recorder, and receive a data packet sequence number allocated by the data recorder in response to the request message.
  22. 根据权利要求21所述的无人设备,其特征在于, The unmanned device according to claim 21, wherein
    所述写入装置进一步用于经由所述开放接口向所述数据记录仪写入包括所述数据包序号的数据。The writing device is further configured to write data including the data packet serial number to the data logger via the open interface.
  23. 根据权利要求21或22所述的无人设备,其特征在于,The unmanned device according to claim 21 or 22, characterized in that
    所述数据中进一步包括对应的时间戳。The data further includes a corresponding timestamp.
  24. 根据权利要求21-23中任一项所述的无人设备,其特征在于,The unmanned device according to any one of claims 21 to 23, characterized in that
    所述写入装置进一步用于经由所述开放接口向所述数据记录仪写入包括对应所述数据包序号的配置数据,其中,所述配置数据用于表示对应数据包中的数据格式。The writing device is further configured to write configuration data including the corresponding data packet sequence number to the data recorder via the open interface, wherein the configuration data is used to indicate a data format in the corresponding data packet.
  25. 根据权利要求21-24中任一项所述的无人设备,其特征在于,进一步包括读取装置,The unmanned device according to any one of claims 21 to 24, further comprising a reading device,
    所述读取装置用于经由所述开放接口从所述数据记录仪中读取数据;利用所述数据包序号将读取的所述数据进行分组,以得到不同的数据包。The reading device is configured to read data from the data logger via the open interface; the read data is grouped by the data packet sequence number to obtain different data packets.
  26. 根据权利要求25所述的无人设备,其特征在于,The unmanned device according to claim 25, wherein
    所述数据中进一步包括对应的时间戳;The data further includes a corresponding time stamp;
    所述读取装置进一步用于将所述数据包中的数据按照所述时间戳进行排序;对所述排序后的数据包进行解析。The reading device is further configured to sort the data in the data packet according to the timestamp; and parse the sorted data packet.
  27. 根据权利要求26所述的无人设备,其特征在于,The unmanned device according to claim 26, wherein
    所述读取装置进一步用于利用所述配置数据对所述排序后的数据包进行解析。The reading device is further configured to parse the sorted data packet by using the configuration data.
  28. 根据权利要求21-27中任一项所述的无人设备,其特征在于,The unmanned device according to any one of claims 21 to 27, characterized in that
    所述写入装置为用于记录所述无人设备的运行状态并向所述数据记录仪写入数据的飞行控制器以外的其他装置。The writing device is other than a flight controller for recording an operating state of the unmanned device and writing data to the data logger.
PCT/CN2016/088159 2016-07-01 2016-07-01 Data exchange method, data logger, and unattended device WO2018000425A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201680002371.0A CN106716337B (en) 2016-07-01 2016-07-01 Data interaction method, data recorder and unmanned equipment
PCT/CN2016/088159 WO2018000425A1 (en) 2016-07-01 2016-07-01 Data exchange method, data logger, and unattended device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/088159 WO2018000425A1 (en) 2016-07-01 2016-07-01 Data exchange method, data logger, and unattended device

Publications (1)

Publication Number Publication Date
WO2018000425A1 true WO2018000425A1 (en) 2018-01-04

Family

ID=58906750

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/088159 WO2018000425A1 (en) 2016-07-01 2016-07-01 Data exchange method, data logger, and unattended device

Country Status (2)

Country Link
CN (1) CN106716337B (en)
WO (1) WO2018000425A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247156A (en) * 2007-02-14 2008-08-20 中兴通讯股份有限公司 Data synchronization implementing method
CN105187175A (en) * 2015-09-25 2015-12-23 京信通信技术(广州)有限公司 Method and system for downlink transmission control of base station
WO2016095366A1 (en) * 2014-12-19 2016-06-23 中兴通讯股份有限公司 Flow control method and apparatus

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101651517A (en) * 2008-08-13 2010-02-17 中兴通讯股份有限公司 Method and device for detecting loss of burst sequences
CN102857333B (en) * 2011-06-28 2015-06-17 富士通株式会社 Device and method for synchronizing data packet from sensor network
CN103905499B (en) * 2012-12-27 2017-03-22 深圳市金蝶天燕中间件股份有限公司 Method and system for using shared disk to construct communication channel
CN103944671B (en) * 2014-05-22 2017-12-29 中国地质大学(武汉) The live transmission method and system of ultra wide band on-board data based on multichannel polymerization
CN104702445B (en) * 2015-03-31 2018-04-20 清华大学 The optimization method and system of user network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101247156A (en) * 2007-02-14 2008-08-20 中兴通讯股份有限公司 Data synchronization implementing method
WO2016095366A1 (en) * 2014-12-19 2016-06-23 中兴通讯股份有限公司 Flow control method and apparatus
CN105187175A (en) * 2015-09-25 2015-12-23 京信通信技术(广州)有限公司 Method and system for downlink transmission control of base station

Also Published As

Publication number Publication date
CN106716337B (en) 2020-01-17
CN106716337A (en) 2017-05-24

Similar Documents

Publication Publication Date Title
WO2018103315A1 (en) Monitoring data processing method, apparatus, server and storage equipment
WO2019024126A1 (en) Blockchain-based knowledge management method, and terminal and server
WO2018076865A1 (en) Data sharing method, device, storage medium, and electronic device
WO2017124932A1 (en) Resource sharing method and terminal
WO2014059723A1 (en) Video image quality diagnostic system and method thereof
WO2020224246A1 (en) Block chain-based data management method and apparatus, device and storage medium
WO2020231177A1 (en) Electronic device and method for receiving push message stored in blockchain
WO2020253135A1 (en) Automated analysis method and device, user equipment, and storage medium
WO2016101441A1 (en) File synchronization method and system
WO2020141660A1 (en) Electronic apparatus managing data based on block chain and method for managing data
WO2015180434A1 (en) Data management method, node and system for database cluster
WO2021072881A1 (en) Object storage-based request processing method, apparatus and device, and storage medium
WO2021027134A1 (en) Data storage method, apparatus and device and computer storage medium
WO2019098536A1 (en) Electronic device and control method thereof
WO2020155537A1 (en) Standby mode switching method and device, electronic apparatus, and storage medium
WO2021096091A1 (en) Electronic apparatus and control method thereof
WO2017113796A1 (en) Intelligent voice reminding system, server and method thereof
WO2020186791A1 (en) Data transmission method, apparatus, device, and storage medium
WO2018000425A1 (en) Data exchange method, data logger, and unattended device
WO2022010136A1 (en) Cloud server and method for controlling cloud server
WO2021172749A1 (en) Electronic device and control method thereof
WO2020235858A1 (en) Server and control method thereof
WO2016195158A1 (en) Method for expanding bridge domain of overlay sdn network
WO2019039706A1 (en) Electronic device and data management method thereof
WO2013029439A1 (en) Method for recording streaming media files and corresponding device

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

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

Country of ref document: EP

Kind code of ref document: A1