会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明申请
    • INTEGER PROTOCOL FOR EMBEDDED DEVICES IPED
    • US20180019847A1
    • 2018-01-18
    • US15208884
    • 2016-07-13
    • Arnold Peter Ruymgaart
    • Arnold Peter Ruymgaart
    • H04L5/00H04L29/08H04L12/24
    • H04L41/12H04L43/10H04L67/12
    • Presented herein is a communication protocol defining a process of communication (data exchange) between devices. This process consists of organizing a sequence of content fields separated by a separator marker in a meaningful way with the purpose of defining an inter-machine language. The use of a single data type in the protocol along with message uniformity results in the simplest conceptual way of transmitting machine states while meeting all objectives [multiple routing options, etc.]. This means a single computational method of minimal complexity can process all messages. The order of the (meaning of the) leading fields is always the same regardless of the type of message. This further facilitates simple processing: read/write or broadcast messages are all processed the same way. The method favors simplicity and robustness making it ideal for devices with limited state vectors such as sensors and actuators. The use of text or alphanumeric fields like Base64 may be used in lieu of integers. The protocol may be encrypted. The randomness of message length, a result of using separators rather that fixed-width fields aids security by preventing certain encryption attacks. It is more difficult to decipher meaning of random length messages. The use of numbers means a subset of characters are excluded on text-based media. This increases robustness as any message containing other characters may be marked invalid. The protocol is capable of transmitting all of any finite machine state including text and images. The preferred choice of integers as field data type does not prevent transmission of floating point values or other data such as text/image or sound files since each of these can be represented by sequences of (integer) numbers. A distinct advantage is that all states are treated the same way regardless of the type of the original data to be transmitted. The protocol of is self-sufficient; it does not require any underlying functionality of its carrier transmission media besides collision resistance. The messages contain all necessary information for routing, target(s), function, sorting and action to be taken. Accordingly, the protocol supports a wide variety of transmission media. The protocol can be transmitted acoustically where a certain frequency represents a number or optically where a light color represents a number. The protocol can be transmitted without modification on any text based media such as SMS, email or Twitter. A transition from wired to a wireless or other media and vice versa can be made without modification. The routing fields allow unicast (one to one), multi-cast (one to multiple) and broadcast (one to all) type of messages. The protocol can therefore be used to support a variety of network topologies including AdHoc (mesh), etc. Most other protocols with similar functionality include fields of different data types or have different message types (structure) for different functions. Its closest relative is probably the Modbus ASCII protocol. Modbus ASCII is comprised of a string of Hexadecimal integers without separators—thus requiring fixed field length. Modbus ASCII does not provide the means for out-of-order processing (queuing/buffering), broadcast or multicast while requiring more complex implementation since query messages are different from replies precluding a single method of processing.