WO2020220756A1 - 一种配网方法和装置 - Google Patents

一种配网方法和装置 Download PDF

Info

Publication number
WO2020220756A1
WO2020220756A1 PCT/CN2020/071607 CN2020071607W WO2020220756A1 WO 2020220756 A1 WO2020220756 A1 WO 2020220756A1 CN 2020071607 W CN2020071607 W CN 2020071607W WO 2020220756 A1 WO2020220756 A1 WO 2020220756A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
multiple packets
multicast
total length
packets
Prior art date
Application number
PCT/CN2020/071607
Other languages
English (en)
French (fr)
Inventor
姜世琦
杨磊
Original Assignee
创新先进技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 创新先进技术有限公司 filed Critical 创新先进技术有限公司
Priority to US16/811,542 priority Critical patent/US10785098B1/en
Publication of WO2020220756A1 publication Critical patent/WO2020220756A1/zh

Links

Images

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/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0041Arrangements at the transmitter end
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0057Block codes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0889Techniques to speed-up the configuration process
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Definitions

  • the invention relates to the field of information technology, in particular to a network distribution method and device.
  • IoT Internet of Things
  • products are widely used in many areas of production and life, such as smart home, offline retail, industrial management, etc.
  • the manufacturing of IoT devices is developing rapidly.
  • IoT devices need to be configured to connect to Wi-Fi or Bluetooth networks. This process is called network configuration.
  • the network distribution process is a one-way communication process, and the information sending end cannot know which data blocks have not been received correctly.
  • the traditional solution divides the configuration information linearly into several (for example, N) data blocks, and then the carousel data from 1 to N is received by the IoT device until all N data are received. Complete the network distribution process. In the actual environment, some data blocks may not be received correctly due to transmission errors. Obviously, in order for the IoT device to receive a small amount of incorrectly received data, the information sender has to continuously rotate all the data, resulting in time And a lot of waste of resources.
  • An object of the present invention is to provide a network distribution method and device to solve the problem that the existing information sending end continues to rotate all data when the IoT device does not receive data correctly, which causes a large waste of time and resources.
  • a network distribution method including:
  • Subpackage the data required to complete the network distribution select multiple packages from the subpackaged data, and obtain the total length of the data in the multiple packages;
  • the subcontracting the data required to complete the network distribution includes:
  • the data required to complete the network distribution is subcontracted by means of erasing codes without bit rate.
  • the selecting multiple packages from the subpackaged data and obtaining the total length of the data in the multiple packages includes:
  • obtaining the total length of data in the multiple packets includes:
  • the performing multicast broadcast address modulation on the indexes of the multiple packets to obtain the multicast target address includes:
  • the result of the index of the multiple packets is used as the multicast destination address.
  • the method further includes:
  • the method of the present invention analyzes the data in the multiple packets according to the total length of the data in the multiple packets and the multicast destination address, and repeats the above steps until the data required for the distribution network is parsed, including :
  • a network distribution device including:
  • the subcontracting module is used to subcontract the data required to complete the network distribution, select multiple packages from the subcontracted data, and obtain the total length of the data in the multiple packages;
  • a multicast address modulation module configured to perform multicast broadcast address modulation on the indexes of the multiple packets to obtain a multicast target address
  • the data decoding module is used to parse the data in the multiple packets according to the total length of the data in the multiple packets and the multicast destination address, and repeat the above steps until the data required by the distribution network is parsed.
  • the subcontracting module is used for:
  • the data required to complete the network distribution is subcontracted by means of erasing codes without bit rate.
  • the subcontracting module is also used for:
  • the multicast address modulation module is configured to:
  • the result of the index of the multiple packets is used as the multicast destination address.
  • the device further includes:
  • the packet length modulation module is used to generate a multicast packet according to the multicast destination address and the total length of the data in the multiple packets.
  • the data decoding module is configured to:
  • a storage medium that stores computer program instructions that are executed according to the method of the present invention.
  • a computing device including: a memory for storing computer program instructions and a processor for executing computer program instructions, wherein when the computer program instructions are executed by the processor, trigger The computing device executes the method described in the present invention.
  • the network distribution method and device provided by the present invention subpackage the data required to complete the network distribution, select multiple packages from the subpackaged data, and obtain the total length of the data in the multiple packages.
  • the coding scheme of the erasure code realizes data packetization; modulates the indexes of the multiple packets by the multicast broadcast address to obtain the multicast target address; resolves according to the total length of the data in the multiple packets and the multicast target address Repeat the above steps for the data in the multiple packets until the data required for the distribution network is parsed.
  • the invention integrates the coding scheme of the rate-free erasure code with the multicast address modulation and the packet length modulation, and avoids the problem of continuously rotating all data when the IoT device does not receive the data correctly, which causes a large waste of time and resources , Optimize the performance of the Internet of Things equipment in the network distribution process, avoid the sending of redundant information, improve the success rate of the distribution network, and optimize the distribution time.
  • FIG. 1 is a schematic flowchart of a network distribution method provided by an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of a network distribution method provided by another embodiment of the present invention.
  • FIG. 3 is a schematic flowchart of a network distribution method provided by another embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a network distribution device provided by an embodiment of the present invention.
  • Fig. 5 is a schematic structural diagram of a network distribution device provided by another embodiment of the present invention.
  • Wi-Fi is a wireless local area network created in the IEEE 802.11 standard
  • the Internet of Things (IoT) is an information carrier such as the Internet and traditional telecommunications networks, allowing all ordinary objects that can perform independent functions to achieve interconnection.
  • IoT device configuration refers to the process of configuring IoT devices to connect to a Wi-Fi network
  • erasure code re-decomposes a message from n blocks into more than m blocks , M is greater than n, and the original message can be reconstructed from a subset of blocks of the new message
  • fountain code a type of erasure code.
  • Fig. 1 is a schematic flowchart of a network distribution method according to an embodiment of the present invention.
  • the network distribution method provided by the first embodiment of the present invention includes:
  • Subpackage the data required to complete the network distribution select multiple packages from the subpackaged data, and obtain the total length of the data in the multiple packages;
  • the distribution network information sender prepares to complete the data required for the distribution network.
  • the subcontracting of the data may include multiple subcontracting methods.
  • the difference between this embodiment and the prior art is that the subcontracting mode in this embodiment is not Divide linearly into several blocks and transmit at a fixed bit rate; but according to a certain probability distribution, this scheme does not clearly specify which probability distribution to use, and should be selected according to the usage, such as Gaussian distribution, uniform distribution, etc.
  • subcontracting the data required to complete the network distribution includes: subcontracting the data required to complete the network distribution by means of a rate-free erasure code.
  • rate-free erasure codes There are multiple implementations of rate-free erasure codes. This solution does not clearly specify which implementation to use, such as Rupee Transformation Code, Raptors Code, etc.
  • Selecting multiple packages from the subpackaged data and obtaining the total length of the data in the multiple packages includes:
  • obtaining the total length of data in the multiple packets in step 101 includes:
  • the index of the packet A [i,j,...k], which is passed into the multicast broadcast address modulation module.
  • step 102 performing multicast broadcast address modulation on the indexes of the multiple packets to obtain the multicast target address includes the following sub-steps:
  • the data in multiple packets can be obtained directly according to the length of the data and the multicast destination address. Since the data in multiple packages is not all the data required for network distribution, repeat the operation in the above steps until the data required for network distribution is parsed.
  • step 103 may include the following sub-steps during the execution of the process:
  • the network distribution method provided by the present invention sub-packages the data required to complete the network distribution, selects multiple packages from the sub-packaged data, obtains the total length of the data in the multiple packages, and erases the data through no bit rate
  • the coding scheme of the code realizes data packetization; the indexes of the multiple packets are modulated by the multicast broadcast address to obtain the multicast target address; the said multiple packets are parsed according to the total length of the data in the multiple packets and the multicast target address Repeat the above steps for the data in multiple packages until the data required for the distribution network is parsed.
  • the invention integrates the coding scheme of the rate-free erasure code with the multicast address modulation and the packet length modulation, and avoids the problem of continuously rotating all data when the IoT device does not receive the data correctly, which causes a large waste of time and resources , Optimize the performance of the Internet of Things equipment in the network distribution process, avoid the sending of redundant information, improve the success rate of the distribution network, and optimize the distribution time.
  • Fig. 2 is a schematic flowchart of a network distribution method according to an embodiment of the present invention. As shown in Fig. 2, the network distribution method provided in the first embodiment of the present invention includes:
  • Subpackage the data required to complete the network distribution select multiple packages from the subpackaged data, and obtain the total length of the data in the multiple packages.
  • the sending end of the distribution network information prepares the data M required by the IoT device to complete the network distribution, and linearly divides the data M required to complete the network distribution into N (a positive integer greater than or equal to 1 ) Packets, the value of N can be preset.
  • the definition in this embodiment is based on the upper limit of the coding space. In practice, a natural number less than or equal to 28 can be selected, and the index of the packet is 1 to N.
  • a positive integer d is randomly generated, and d should be less than or equal to N.
  • d1, d2, d3...dn of d packets shown in Figure 3 and s1, s2, s3, s4...sk in S after the exclusive OR operation, where s1 is the result of the exclusive OR operation of d2 and d3 , S2 is the result of the exclusive OR operation of d1 and d3. Since the fountain code encoding method is adopted in this embodiment, the data of the distribution network information sending end is randomly obtained N packets.
  • d1 includes data abc
  • d2 includes data a
  • d3 includes data d
  • s1 is the result of the exclusive OR operation of d2 and d3 ad
  • s2 is the result of the exclusive OR operation of d1 and d3 abcd
  • S Is the result of the exclusive OR operation of s1 and s2, abcd
  • the data length is 4.
  • this scheme does not clearly specify which probability distribution to use, and should be selected according to the usage, such as Gaussian distribution, uniform distribution, etc.
  • n, k, i, j, etc. are all natural numbers greater than or equal to 1, and their size is not limited for the convenience of examples.
  • the offset 224 is accumulated for the first bit from the left, so the range of Q is (224:0:0:0–255:255:255:255:255), and Q is used as the multicast destination address.
  • the packet length modulation shown in Figure 3 generates a multicast packet, and uses the packet length to modulate the information (because at the decoding end, the packet cannot be unpacked and the content in the packet cannot be obtained, so the packet length is used to modulate the information).
  • the length is equal to S.
  • Send this multicast packet the destination address is Q, and the length of the packet content is S. Among them, the total length of data in multiple packets carries information S.
  • the sender repeats steps 201, 202, and 203 to generate and send a new multicast packet. Continue to receive multicast packets and repeat the above operations until all data is parsed.
  • This scheme adopts the code scheme without bit rate erasure code, and integrates with multicast address modulation and packet length modulation, which can greatly optimize the performance of Internet of Things equipment in the network distribution process, avoid the sending of redundant information, and improve the distribution. Network success rate, optimize network distribution time.
  • the network distribution method provided by the present invention sub-packages the data required to complete the network distribution, selects multiple packages from the sub-packaged data, obtains the total length of the data in the multiple packages, and erases the data through no bit rate
  • the coding scheme of the code realizes data packetization; the indexes of the multiple packets are modulated by the multicast broadcast address to obtain the multicast target address; the said multiple packets are parsed according to the total length of the data in the multiple packets and the multicast target address Repeat the above steps for the data in multiple packages until the data required for the distribution network is parsed.
  • the invention integrates the coding scheme of the rate-free erasure code with the multicast address modulation and the packet length modulation, and avoids the problem of continuously rotating all data when the IoT device does not receive the data correctly, which causes a large waste of time and resources , Optimize the performance of the Internet of Things equipment in the network distribution process, avoid the sending of redundant information, improve the success rate of the distribution network, and optimize the distribution time.
  • FIG. 4 is a schematic structural diagram of a network distribution device according to an embodiment of the present invention.
  • the network distribution device provided by Embodiment 1 of the present invention includes:
  • the subcontracting module 41 is used to subcontract the data required to complete the network distribution, select multiple packages from the subcontracted data, and obtain the total length of the data in the multiple packages;
  • the distribution network information sender prepares to complete the data required for the distribution network.
  • the subcontracting of the data may include multiple subcontracting methods.
  • the difference between this embodiment and the prior art is that the subcontracting mode in this embodiment is not Divide linearly into several blocks and transmit at a fixed bit rate; but according to a certain probability distribution, this scheme does not clearly specify which probability distribution to use, and should be selected according to the usage, such as Gaussian distribution, uniform distribution, etc.
  • subcontracting the data required to complete the network distribution includes: subcontracting the data required to complete the network distribution by means of a rate-free erasure code.
  • rate-free erasure codes There are multiple implementations of rate-free erasure codes. This scheme does not specify which implementation to use, such as Rupee Transformation Codes, Raptors Codes, etc.
  • the multicast address modulation module 42 is configured to perform multicast broadcast address modulation on the indexes of the multiple packets to obtain a multicast target address;
  • the index of the packet A [i,j,...k], which is passed into the multicast broadcast address modulation module.
  • the data decoding module 43 is configured to parse the data in the multiple packets according to the total length of the data in the multiple packets and the multicast destination address, and repeat the above steps until the data required for the distribution network is parsed.
  • the data in multiple packets can be obtained directly according to the length of the data and the multicast destination address. Since the data in multiple packages is not all the data required for the network distribution, repeat the operations of the above modules until the data required for the distribution network is parsed.
  • the network distribution device sub-packages the data required to complete the network distribution, selects multiple packages from the sub-packaged data, obtains the total length of the data in the multiple packages, and erases the data through no bit rate
  • the coding scheme of the code realizes data packetization; modulates the indexes of the multiple packets by the multicast broadcast address to obtain the multicast target address; parses the data according to the total length of data in the multiple packets and the multicast target Repeat the above steps for the data in multiple packages until the data required for the distribution network is parsed.
  • the invention integrates the coding scheme of the rate-free erasure code with the multicast address modulation and the packet length modulation, and avoids the problem of continuously rotating all data when the IoT device does not receive the data correctly, which causes a large waste of time and resources , Optimize the performance of the Internet of Things equipment in the network distribution process, avoid the sending of redundant information, improve the success rate of the distribution network, and optimize the distribution time.
  • FIG. 5 is a schematic structural diagram of a network distribution device according to an embodiment of the present invention.
  • the network distribution device provided by Embodiment 1 of the present invention includes:
  • the subcontracting module 51 is configured to subcontract the data required to complete the network distribution, select multiple packages from the subcontracted data, and obtain the total length of the data in the multiple packages;
  • the multicast address modulation module 52 is configured to perform multicast broadcast address modulation on the indexes of the multiple packets to obtain a multicast target address;
  • the packet length modulation module 53 is configured to generate a multicast packet according to the multicast destination address and the total length of data in the multiple packets.
  • the data decoding module 54 is configured to parse the data in the multiple packets according to the total length of the data in the multiple packets and the multicast destination address, and repeat the above steps until the data required for the distribution network is parsed.
  • the subcontracting module is used for:
  • the data required to complete the network distribution is subcontracted by means of erasing codes without bit rate.
  • the subcontracting module is further used for:
  • the multicast address modulation module is configured to:
  • the result of the index of the multiple packets is used as the multicast destination address.
  • the data decoding module is configured to:
  • the devices shown in Figures 3 and 4 of the embodiment of the present invention are the implementation devices of the methods shown in Figures 1 and 2 of the embodiment of the present invention. Repeat.
  • a storage medium is further provided, the storage medium stores computer program instructions, and the computer program instructions are executed according to the method of the embodiment of the present invention.
  • the computing devices all include one or more processors (CPU), input/output interfaces, network interfaces, and memory.
  • processors CPU
  • input/output interfaces network interfaces
  • memory volatile and non-volatile memory
  • the memory may include non-permanent memory in a computer readable medium, random access memory (RAM) and/or non-volatile memory, such as read-only memory (ROM) or flash memory (flash RAM). Memory is an example of computer readable media.
  • RAM random access memory
  • ROM read-only memory
  • flash RAM flash memory
  • a computing device including: a memory for storing computer program instructions and a processor for executing computer program instructions, wherein, when the computer program instructions are executed by the processor, The computing device is triggered to execute the method of the embodiment of the present invention.
  • Computer-readable storage media include permanent and non-permanent, removable and non-removable media, and information storage can be achieved by any method or technology.
  • the information can be computer readable instructions, data structures, program devices, or other data.
  • Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disc (DVD) or other optical storage, magnetic cassette type Magnetic tape, magnetic tape disk storage or other magnetic storage devices or any other non-transmission media can be used to store information that can be accessed by computing devices.
  • PRAM phase change memory
  • SRAM static random access memory
  • DRAM dynamic random access memory
  • RAM random access memory
  • ROM read-only memory
  • EEPROM electrically erasable programmable read-only memory
  • flash memory or other memory technology
  • the present invention can be implemented in software and/or a combination of software and hardware.
  • it can be implemented by an application specific integrated circuit (ASIC), a general purpose computer or any other similar hardware device.
  • the software program of the present invention may be executed by a processor to realize the above steps or functions.
  • the software program (including related data structure) of the present invention can be stored in a computer-readable recording medium, such as a RAM memory, a magnetic or optical drive or a floppy disk and similar devices.
  • some steps or functions of the present invention may be implemented by hardware, for example, as a circuit that cooperates with a processor to execute each step or function.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明提供一种配网方法和装置,该配网方法包括将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取多个包中数据的总长度;对多个包的索引进行组播广播地址调制,得到组播目标地址;根据多个包中数据的总长度以及组播目标地址解析多个包中的数据,重复以上步骤,直到解析完配网所需的数据。本发明将无码率抹除码的编码方案与组播地址调制和包长度调制进行整合,避免了在IoT设备端未正确接收数据时持续轮播所有数据,造成时间与资源的大量浪费的问题,优化了物联网设备在配网过程中的性能,避免冗余信息的发送,提高配网成功率,优化配网时间。

Description

一种配网方法和装置 技术领域
本发明涉及信息技术领域,尤其涉及一种配网方法和装置。
背景技术
目前,物联网(IoT)技术与产品被广泛的应用在生产生活的诸多领域,如智能家居,线下零售,工业管理等,IoT设备的生产制造迅猛发展。一般来说,IoT设备需要进行配置才能进行Wi-Fi或蓝牙的网络连接,这个过程称为配网。
配网过程是一个单向通信的过程,信息发送端不可获知哪些数据块没有被正确接收。传统的方案把配置信息进行线形拆分,分为若干个(例如,N个)数据块,继而从1至N的轮播数据,IoT设备端进行接收,直至把N个数据全部接收,才可以完成配网过程。实际环境中,因为传输错误,某些数据块可能不会被正确接收,显而易见地,为了让IoT设备接收到少量的没有正确接收的数据,信息发送端不得不持续轮播所有数据,造成了时间与资源的大量浪费。
发明内容
本发明的一个目的是提供一种配网方法和装置,以解决现有的信息发送端在IoT设备未正确接收数据时持续轮播所有数据,造成时间与资源的大量浪费的问题。
根据本发明的第一方面,提供一种配网方法,包括:
将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
进一步,本发明所述的方法,所述将完成配网所需的数据进行分包,包括:
通过无码率抹除码的方式,将完成配网所需的数据进行分包。
进一步,本发明所述的方法,所述在分包后的数据中选取多个包,获取所述多个包 中数据的总长度,包括:
依据预设概率分布的方法在分包后的数据中选取多个包;
相应的,获取所述多个包中数据的总长度,包括:
将所述多个包中的数据进行异或运算,获取所述多个包中数据的总长度。
进一步,本发明所述的方法,所述对所述多个包的索引进行组播广播地址调制,得到组播目标地址,包括:
遍历所述多个包的索引;
对每一索引进行位移操作后与前一索引的结果进行累加,得到所述多个包的索引的结果;
将所述多个包的索引的结果作为组播目标地址。
进一步,本发明所述的方法,所述方法还包括:
根据所述组播目标地址和所述多个包中数据的总长度,生成组播包。
进一步,本发明所述的方法,根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据,包括:
还原每一组播包中的多个包的索引以及多个包中数据的总长度;
比较每一组播包中的多个包的索引,以及将每一组播包中的多个包中数据的总长度进行异或操作;
当异或操作结果为1时,解析所述多个包中的数据;
重复以上步骤,直到解析完配网所需的数据。
根据本发明的第二方面,提供了一种配网装置,包括:
分包模块,用于将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
组播地址调制模块,用于对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
数据解码模块,用于根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
进一步,本发明所述的装置,所述分包模块,用于:
通过无码率抹除码的方式,将完成配网所需的数据进行分包。
进一步,本发明所述的装置,所述分包模块,还用于:
依据预设概率分布的方法在分包后的数据中选取多个包;
将所述多个包中的数据进行异或运算,获取所述多个包中数据的总长度。
进一步,本发明所述的装置,所述组播地址调制模块,用于:
遍历所述多个包的索引;
对每一索引进行位移操作后与前一索引的结果进行累加,得到所述多个包的索引的结果;
将所述多个包的索引的结果作为组播目标地址。
进一步,本发明所述的装置,所述装置还包括:
封包长度调制模块,用于根据所述组播目标地址和所述多个包中数据的总长度,生成组播包。
进一步,本发明所述的装置,所述数据解码模块,用于:
还原每一组播包中的多个包的索引以及多个包中数据的总长度;
比较每一组播包中的多个包的索引,以及将每一组播包中的多个包中数据的总长度进行异或操作;
当异或操作结果为1时,解析所述多个包中的数据;
重复以上步骤,直到解析完配网所需的数据。
根据本发明的第三方面,提供一种存储介质,所述存储介质存储计算机程序指令,所述计算机程序指令根据本发明所述的方法进行执行。
根据本发明的第四方面,提供一种计算设备,包括:用于存储计算机程序指令的存储器和用于执行计算机程序指令的处理器,其中,当该计算机程序指令被该处理器执行时,触发所述计算设备执行本发明所述的方法。
本发明提供的配网方法和装置,将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度,通过无码率抹除码的编码方案实现了 数据分包;对所述多个包的索引进行组播广播地址调制,得到组播目标地址;根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。本发明将无码率抹除码的编码方案与组播地址调制和包长度调制进行整合,避免了在IoT设备端未正确接收数据时持续轮播所有数据,造成时间与资源的大量浪费的问题,优化了物联网设备在配网过程中的性能,避免冗余信息的发送,提高配网成功率,优化配网时间。
附图说明
通过阅读参照以下附图所作的对非限制性实施例所作的详细描述,本发明的其它特征、目的和优点将会变得更明显:
图1为本发明一实施例提供的配网方法的流程示意图;
图2为本发明另一实施例提供的配网方法的流程示意图;
图3为本发明另一实施例提供的配网方法的流程示意图;
图4为本发明一实施例提供的配网装置的结构示意图;
图5为本发明另一实施例提供的配网装置的结构示意图。
附图中相同或相似的附图标记代表相同或相似的部件。
具体实施方式
下面结合附图对本发明作进一步详细描述。
在介绍本发明实施例的方法之前,首先对本发明实施例中将要提到的术语进行详细解释。
Wi-Fi即为一个创建于IEEE 802.11标准的无线局域网络;物联网(Internet of Things,缩写IoT)是互联网、传统电信网等信息承载体,让所有能行使独立功能的普通物体实现互联互通的网络;IoT设备配网:指对物联网设备进行配置,使其可以连接至某一Wi-Fi网络的过程;抹除码:是将一个讯息由n个区块重新分解成超过m个区块,m大于n,原本的讯息可以由新的讯息的区块子集合所重建的一种编码;喷泉码:是一类抹除码。
图1为本发明一实施例的配网方法的流程示意图,如图1所示,本发明实施例一提 供的配网方法,包括:
101、将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
配网信息发送端准备完成配网所需的数据,其中对数据进行分包可以包括多种分包方式,本实施例中不同于现有技术的是,本实施例中的分包模式并不是线性的分割成若干块,固定码率的传输;而是依照某一特定概率分布,本方案不明确指定使用哪一种概率分布,应依据使用情况进行选择,如高斯分布,均匀分布等。
另外本发明实施例中将完成配网所需的数据进行分包,包括:通过无码率抹除码的方式,将完成配网所需的数据进行分包。无码率抹除码有多种实现,本方案不明确指定使用哪一种实现,如卢比变换码,Raptors码等。
在分包后的数据中选取多个包,获取所述多个包中数据的总长度,包括:
依据预设概率分布的方法在分包后的数据中选取多个包,如高斯分布,均匀分布等;
相应的,在步骤101中获取所述多个包中数据的总长度,包括:
将所述多个包中的数据进行异或运算,获取所述多个包中数据的总长度。
102、对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
在对多个包的索引进行组播广播地址调制之前,本发明实施例中首先建立并记录多个包的索引,例如,随机选取d个包,如[d(i),d(j),….d(k)],同时记录随机选取的这d个包的索引,记为A,有A=[i,j,….k],其中(i,j,k)把选取的d个包的索引A=[i,j,…k],传入组播广播地址调制模块。
上述步骤102中,对所述多个包的索引进行组播广播地址调制,得到组播目标地址,包括以下子步骤:
1021、遍历所述多个包的索引;
1022、对每一索引进行位移操作后与前一索引的结果进行累加,得到所述多个包的索引的结果;
1023、将所述多个包的索引的结果作为组播目标地址。
103、根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
由于多个包中数据的总长度已知,且组播目标地址已知,可以直接根据数据的长度以及组播目标地址得到多个包中的数据。由于多个包中的数据并不是全部配网所需的数据,因此在以上步骤中重复操作,直到解析完配网所需的数据。
上述步骤103在执行过程红可以包括如下子步骤:
1031、还原每一组播包中的多个包的索引以及多个包中数据的总长度;
1032、比较每一组播包中的多个包的索引,以及将每一组播包中的多个包中数据的总长度进行异或操作;
1033、当异或操作结果为1时,解析所述多个包中的数据;
1034、重复以上步骤,直到解析完配网所需的数据。
本发明提供的配网方法,将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度,通过无码率抹除码的编码方案实现了数据分包;对所述多个包的索引进行组播广播地址调制,得到组播目标地址;根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。本发明将无码率抹除码的编码方案与组播地址调制和包长度调制进行整合,避免了在IoT设备端未正确接收数据时持续轮播所有数据,造成时间与资源的大量浪费的问题,优化了物联网设备在配网过程中的性能,避免冗余信息的发送,提高配网成功率,优化配网时间。
图2为本发明一实施例的配网方法的流程示意图,如图2所示,本发明实施例一提供的配网方法,包括:
201、将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度。
例如,如图3所示,配网信息的发送端,准备IoT设备端完成配网所需的数据M,并线性地把完成配网所需的数据M分为N(大于等于1的正整数)个包,N的值可以预先设定,本实施例中定义是根据编码空间的上限,实际中可选取小于等于28的自然数,包的索引即1~N。
依照某一特定的概率分布,随机生成正整数d,d应小于等于N。依照均匀概率分布在N个包中,随机选取d个包,如[d(i),d(j),….d(k)],对这d个包进行异或运算,得到S,即S=d(i)xor d(j)xor…d(k),同时记录随机选取的这d个包的索引,记为A, 有A=[i,j,….k],其中(i,j,k)属于1~N。例如图3中所示d个包的d1,d2,d3……dn,以及异或运算后的S中的s1,s2,s3,s4……sk,其中s1为d2和d3异或运算的结果,s2为d1和d3异或运算的结果,由于本实施例中采用喷泉码编码的方式,将配网信息发送端的数据进行随机得到N个包,为了方便理解,举例说明如下,d1中包括数据abc,d2中包括数据a,d3中包括数据d,那么s1为d2和d3异或运算的结果ad,s2为d1和d3异或运算的结果abcd,如果S中只包括s1和s2,那么S为s1和s2异或运算的结果abcd,数据长度为4。
无码率抹除码有多种实现,本方案不明确指定使用哪一种实现,如卢比变换码,Raptors码等,也可以如图3中所示的喷泉码编码的方式实现。
选取d个包时,依照某一特定概率分布,本方案不明确指定使用哪一种概率分布,应依据使用情况进行选择,如高斯分布,均匀分布等。
可理解的是,上述字母n、k、i、j等均为大于等于1的自然数,为了举例方便的示例说明,并不对其大小进行限定。
对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
如图3中的组播地址调制,把选取的d个包的索引A=[i,j,…k],传入组播广播地址调制模块。遍历A,对于d个包中每一个包的索引a,进行位移操作(1<<a)后累加得到Q,有如下为代码来表示:
Q=0
for a in A:
Q=Q+(1<<a)
因为在A中的任意一个数a,都小于等于28且无重复,所以Q是一个(0x00~0x f ff ff ff)中的一个数,将Q表示为0x f:ff:ff:ff的形式,转换为十进制即为
Q的范围为(0:0:0:0~16:255:255:255)
最后对左第一位累加偏移224,故Q的范围是(224:0:0:0–255:255:255:255),使用Q作为组播目标地址。
203、根据所述组播目标地址和所述多个包中数据的总长度,生成组播包。
如图3中的封包长度调制,生成组播包,使用包的长度来调制信息(因为在解码端,无法解包,无法获取包内的内容,所以使用包的长度来调制信息),包的长度等于S。 发送这个组播包,目标地址为Q,包内容的长度为S。其中,多个包中数据的总长度携带有信息S。
204、根据组播包解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
在图3中的数据解码器端,收到组播包,从组播的地址中,还原A,从组播包的长度中,还原S。数据解码器端不断的收到组播包,将收到各个组播包中的A进行比较,将收到各个组播包中的S进行异或xor操作,当异或操作的结果为d=1时,即成功解析出一个数据分片d(i)。
发送端重复201,202,203步骤,生成并发送新的组播包。持续收取组播包,重复上述操作,直到解析出所有数据。
本方案采用无码率抹除码编码方案,并与组播地址调制与包长度调制进行整合,可极大的优化物联网设备在配网过程中的性能,避免冗余信息的发送,提高配网成功率,优化配网时间。
本发明提供的配网方法,将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度,通过无码率抹除码的编码方案实现了数据分包;对所述多个包的索引进行组播广播地址调制,得到组播目标地址;根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。本发明将无码率抹除码的编码方案与组播地址调制和包长度调制进行整合,避免了在IoT设备端未正确接收数据时持续轮播所有数据,造成时间与资源的大量浪费的问题,优化了物联网设备在配网过程中的性能,避免冗余信息的发送,提高配网成功率,优化配网时间。
图4为本发明一实施例的配网装置的结构示意图,如图4所示,本发明实施例一提供的配网装置,包括:
分包模块41,用于将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
配网信息发送端准备完成配网所需的数据,其中对数据进行分包可以包括多种分包方式,本实施例中不同于现有技术的是,本实施例中的分包模式并不是线性的分割成若干块,固定码率的传输;而是依照某一特定概率分布,本方案不明确指定使用哪一种概率分布,应依据使用情况进行选择,如高斯分布,均匀分布等。
另外本发明实施例中将完成配网所需的数据进行分包,包括:通过无码率抹除码的方式,将完成配网所需的数据进行分包。无码率抹除码有多种实现,本方案不明确指定使用哪一种实现,如卢比变换码,Raptors码等。
组播地址调制模块42,用于对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
在对多个包的索引进行组播广播地址调制之前,本发明实施例中首先建立并记录多个包的索引,例如,随机选取d个包,如[d(i),d(j),….d(k)],同时记录随机选取的这d个包的索引,记为A,有A=[i,j,….k],其中(i,j,k)把选取的d个包的索引A=[i,j,…k],传入组播广播地址调制模块。
数据解码模块43,用于根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
由于多个包中数据的总长度已知,且组播目标地址已知,可以直接根据数据的长度以及组播目标地址得到多个包中的数据。由于多个包中的数据并不是全部配网所需的数据,因此重复以上模块的操作,直到解析完配网所需的数据。
本发明提供的配网装置,将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度,通过无码率抹除码的编码方案实现了数据分包;对所述多个包的索引进行组播广播地址调制,得到组播目标地址;根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。本发明将无码率抹除码的编码方案与组播地址调制和包长度调制进行整合,避免了在IoT设备端未正确接收数据时持续轮播所有数据,造成时间与资源的大量浪费的问题,优化了物联网设备在配网过程中的性能,避免冗余信息的发送,提高配网成功率,优化配网时间。
图5为本发明一实施例的配网装置的结构示意图,如图5所示,本发明实施例一提供的配网装置,包括:
分包模块51,用于将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
组播地址调制模块52,用于对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
封包长度调制模块53,用于根据所述组播目标地址和所述多个包中数据的总长 度,生成组播包。
数据解码模块54,用于根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
在本发明实施例的一个优选的实施方式中,所述分包模块,用于:
通过无码率抹除码的方式,将完成配网所需的数据进行分包。
在本发明实施例的一个优选的实施方式中,所述分包模块,还用于:
依据预设概率分布的方法在分包后的数据中选取多个包;
将所述多个包中的数据进行异或运算,获取所述多个包中数据的总长度。
在本发明实施例的一个优选的实施方式中,所述组播地址调制模块,用于:
遍历所述多个包的索引;
对每一索引进行位移操作后与前一索引的结果进行累加,得到所述多个包的索引的结果;
将所述多个包的索引的结果作为组播目标地址。
在本发明实施例的一个优选的实施方式中,所述数据解码模块,用于:
还原每一组播包中的多个包的索引以及多个包中数据的总长度;
比较每一组播包中的多个包的索引,以及将每一组播包中的多个包中数据的总长度进行异或操作;
当异或操作结果为1时,解析所述多个包中的数据;
重复以上步骤,直到解析完配网所需的数据。
本发明实施例图3和4所示装置为本发明实施例图1和图2所示方法的实现装置,其具体原理与本发明实施例图1和图2所示方法相同,此处不再赘述。
在本发明一个实施例中,还提供一种存储介质,所述存储介质存储计算机程序指令,所述计算机程序指令根据本发明实施例的方法进行执行。
在本发明一个典型的配置中,计算设备均包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。
内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM) 和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。
在本发明一个实施例中,还提供一种计算设备,包括:用于存储计算机程序指令的存储器和用于执行计算机程序指令的处理器,其中,当该计算机程序指令被该处理器执行时,触发所述计算设备执行本发明实施例的方法。
计算机可读存储介质包括永久性和非永久性、可移动和非可移动媒体,可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的装置或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。
需要注意的是,本发明可在软件和/或软件与硬件的组合体中被实施,例如,可采用专用集成电路(ASIC)、通用目的计算机或任何其他类似硬件设备来实现。在一些实施例中,本发明的软件程序可以通过处理器执行以实现上文步骤或功能。同样地,本发明的软件程序(包括相关的数据结构)可以被存储到计算机可读记录介质中,例如,RAM存储器,磁或光驱动器或软磁盘及类似设备。另外,本发明的一些步骤或功能可采用硬件来实现,例如,作为与处理器配合从而执行各个步骤或功能的电路。
对于本领域技术人员而言,显然本发明不限于上述示范性实施例的细节,而且在不背离本发明的精神或基本特征的情况下,能够以其他的具体形式实现本发明。因此,无论从哪一点来看,均应将实施例看作是示范性的,而且是非限制性的,本发明的范围由所附权利要求而不是上述说明限定,因此旨在将落在权利要求的等同要件的含义和范围内的所有变化涵括在本发明内。不应将权利要求中的任何附图标记视为限制所涉及的权利要求。此外,显然“包括”一词不排除其他单元或步骤,单数不排除复数。装置权利要求中陈述的多个单元或装置也可以由一个单元或装置通过软件或者硬件来实现。第一,第二等词语用来表示名称,而并不表示任何特定的顺序。

Claims (14)

  1. 一种配网方法,其特征在于,包括:
    将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
    对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
    根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
  2. 根据权利要求1所述的方法,其特征在于,所述将完成配网所需的数据进行分包,包括:
    通过无码率抹除码的方式,将完成配网所需的数据进行分包。
  3. 根据权利要求1所述的方法,其特征在于,所述在分包后的数据中选取多个包,获取所述多个包中数据的总长度,包括:
    依据预设概率分布的方法在分包后的数据中选取多个包;
    相应的,获取所述多个包中数据的总长度,包括:
    将所述多个包中的数据进行异或运算,获取所述多个包中数据的总长度。
  4. 根据权利要求1所述的方法,其特征在于,所述对所述多个包的索引进行组播广播地址调制,得到组播目标地址,包括:
    遍历所述多个包的索引;
    对每一索引进行位移操作后与前一索引的结果进行累加,得到所述多个包的索引的结果;
    将所述多个包的索引的结果作为组播目标地址。
  5. 根据权利要求4所述的方法,其特征在于,所述方法还包括:
    根据所述组播目标地址和所述多个包中数据的总长度,生成组播包。
  6. 根据权利要求5所述的方法,其特征在于,根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,包括:
    还原每一组播包中的多个包的索引以及多个包中数据的总长度;
    比较每一组播包中的多个包的索引,以及将每一组播包中的多个包中数据的总长度进行异或操作;
    当异或操作结果为1时,解析所述多个包中的数据。
  7. 一种配网装置,其特征在于,包括:
    分包模块,用于将完成配网所需的数据进行分包,在分包后的数据中选取多个包,获取所述多个包中数据的总长度;
    组播地址调制模块,用于对所述多个包的索引进行组播广播地址调制,得到组播目标地址;
    数据解码模块,用于根据所述多个包中数据的总长度以及组播目标地址解析所述多个包中的数据,重复以上步骤,直到解析完配网所需的数据。
  8. 根据权利要求7所述的装置,其特征在于,所述分包模块,用于:
    通过无码率抹除码的方式,将完成配网所需的数据进行分包。
  9. 根据权利要求7所述的装置,其特征在于,所述分包模块,还用于:
    依据预设概率分布的方法在分包后的数据中选取多个包;
    将所述多个包中的数据进行异或运算,获取所述多个包中数据的总长度。
  10. 根据权利要求7所述的装置,其特征在于,所述组播地址调制模块,用于:
    遍历所述多个包的索引;
    对每一索引进行位移操作后与前一索引的结果进行累加,得到所述多个包的索引的结果;
    将所述多个包的索引的结果作为组播目标地址。
  11. 根据权利要求10所述的装置,其特征在于,所述装置还包括:
    封包长度调制模块,用于根据所述组播目标地址和所述多个包中数据的总长度,生成组播包。
  12. 根据权利要求11所述的装置,其特征在于,所述数据解码模块,用于:
    还原每一组播包中的多个包的索引以及多个包中数据的总长度;
    比较每一组播包中的多个包的索引,以及将每一组播包中的多个包中数据的总长度进行异或操作;
    当异或操作结果为1时,解析所述多个包中的数据。
  13. 一种存储介质,其特征在于,所述存储介质存储计算机程序指令,所述计算机程序指令根据权利要求1至6中任一项所述的方法进行执行。
  14. 一种计算设备,其特征在于,包括:用于存储计算机程序指令的存储器和用于执行计算机程序指令的处理器,其中,当该计算机程序指令被该处理器执行时,触发所述计算设备执行权利要求1至6中任一项所述的方法。
PCT/CN2020/071607 2019-04-30 2020-01-12 一种配网方法和装置 WO2020220756A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/811,542 US10785098B1 (en) 2019-04-30 2020-03-06 Network configuration using multicast address modulation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910361586.7A CN110278054B (zh) 2019-04-30 2019-04-30 一种配网方法和装置
CN201910361586.7 2019-04-30

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/811,542 Continuation US10785098B1 (en) 2019-04-30 2020-03-06 Network configuration using multicast address modulation

Publications (1)

Publication Number Publication Date
WO2020220756A1 true WO2020220756A1 (zh) 2020-11-05

Family

ID=67960369

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/071607 WO2020220756A1 (zh) 2019-04-30 2020-01-12 一种配网方法和装置

Country Status (2)

Country Link
CN (1) CN110278054B (zh)
WO (1) WO2020220756A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132157A (zh) * 2021-04-02 2021-07-16 青岛海尔科技有限公司 设备的配置方法及装置、存储介质及电子装置

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110278054B (zh) * 2019-04-30 2021-11-16 创新先进技术有限公司 一种配网方法和装置
US10785098B1 (en) 2019-04-30 2020-09-22 Alibaba Group Holding Limited Network configuration using multicast address modulation

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101427495A (zh) * 2006-02-21 2009-05-06 数字方敦股份有限公司 用于通信系统的基于多域的码生成器的解码器
CN103124182A (zh) * 2004-05-07 2013-05-29 数字方敦股份有限公司 文件下载和流系统
CN102804661B (zh) * 2010-03-03 2015-04-22 高通股份有限公司 通信系统中的对象的块聚合
CN110278054A (zh) * 2019-04-30 2019-09-24 阿里巴巴集团控股有限公司 一种配网方法和装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108200629A (zh) * 2017-12-29 2018-06-22 公牛集团股份有限公司 一种智能设备的Wi-Fi配网系统
CN108513283A (zh) * 2018-03-13 2018-09-07 青岛海尔科技有限公司 一种配网方法、设备、终端、介质及计算机设备

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103124182A (zh) * 2004-05-07 2013-05-29 数字方敦股份有限公司 文件下载和流系统
CN101427495A (zh) * 2006-02-21 2009-05-06 数字方敦股份有限公司 用于通信系统的基于多域的码生成器的解码器
CN102804661B (zh) * 2010-03-03 2015-04-22 高通股份有限公司 通信系统中的对象的块聚合
CN110278054A (zh) * 2019-04-30 2019-09-24 阿里巴巴集团控股有限公司 一种配网方法和装置

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
LI YONG , ZONG RONG , YU JIANG , LIU GANG , ZHAO LING: "Research on LT Codes and its Application in Intelligent Distribution Network", JOURNAL OF YUNNAN UNIVERSITY (NATURAL SCIENCES EDITION), vol. 35, no. 5, 31 October 2013 (2013-10-31), pages 610 - 615, XP055749389, ISSN: 0258-7971, DOI: 10.7540/j.ynu.20120607 *
LIU GUO , YU WEN-HUI, WU JIA-JI, BAI BAO-MING: "Compressed Image Transmission Based on Systematic Raptor Codes with Unequal Error Protection", JOURNAL OF ELECTRONICS & INFORMATION TECHNOLOGY, vol. 35, no. 11, 30 November 2013 (2013-11-30), pages 2554 - 2559, XP055749396, ISSN: 1009-5896, DOI: 10.3724/SP.J.1146.2012.01362 *
M. LUBY, A. SHOKROLLAHI, M. WATSON, T. STOCKHAMMER: "Raptor Forward Error Correction Scheme for Object Delivery", NETWORK WORKING GROUP RFC 5053, 31 October 2007 (2007-10-31), pages 1 - 46, XP055749414 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113132157A (zh) * 2021-04-02 2021-07-16 青岛海尔科技有限公司 设备的配置方法及装置、存储介质及电子装置
CN113132157B (zh) * 2021-04-02 2023-06-20 青岛海尔科技有限公司 设备的配置方法及装置、存储介质及电子装置

Also Published As

Publication number Publication date
CN110278054A (zh) 2019-09-24
CN110278054B (zh) 2021-11-16

Similar Documents

Publication Publication Date Title
WO2020220756A1 (zh) 一种配网方法和装置
CN103167359B (zh) Rtp媒体流的传输方法及装置
Rozpędek et al. Quantum repeaters based on concatenated bosonic and discrete-variable quantum codes
US20090016453A1 (en) Combinatorial coding/decoding for electrical computers and digital data processing systems
US11770386B2 (en) Systems and methods for multiresolution parsing
US20090016452A1 (en) Blocking for combinatorial coding/decoding for electrical computers and digital data processing systems
US10623230B2 (en) Trans-layer robust header-compression technique
MX2013015385A (es) Transmision de datos altamente escalable.
JP2009303197A (ja) 低密度パリティコードエンコーディング/デコーディング装置及びその方法並びにコンピュータ読み取り可能な記録媒体
TW201939986A (zh) 動態配置方法、終端設備、網路設備及電腦存儲媒介
US10785098B1 (en) Network configuration using multicast address modulation
US20160028416A1 (en) Source block size selection
CN104754521A (zh) 一种报文转发方法、无线接入点、无线控制器和系统
CN109067754B (zh) 一种请求端与服务端的通信方法及系统
Ji et al. Order optimal coded delivery and caching: Multiple groupcast index coding
WO2021208843A1 (zh) 分段路由头压缩方法及装置、业务处理方法及装置
US8254867B2 (en) Method and apparatus for generating data frame
US8458571B2 (en) Data transmission method and equipment
US20230411703A1 (en) Efficient tlv style header parsing and editing
US10097602B2 (en) Channel-aware caching-aided coded multicast
US20230057487A1 (en) Data packet format to communicate across different networks
Brunero et al. Unselfish coded caching can yield unbounded gains over symmetrically selfish caching
CN114125071B (zh) 数据压缩传输方法及装置
CN110838924B (zh) 区块传输方法及装置
CN102263796B (zh) 基于简单网络管理协议的数据传输方法

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

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

Country of ref document: EP

Kind code of ref document: A1