Unified Messaging Protocol for IoT Telematics Data Homogenization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing communication protocols face challenges in supporting diverse remote monitoring contexts, such as vehicle and pet monitoring, due to differences in device protocols and the need for secure, unified data communication across various IoT devices.

Innovation Solution

A unified messaging protocol is introduced, enabling secure communication between IoT devices and the cloud service, with client-side and server-side implementations that format messages with headers and payloads, including sequence identifiers for order and device-type-specific prefixes for context differentiation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If different communication protocols are used for different remote monitoring contexts (vehicle monitoring, pet monitoring), then device-specific communication requirements are met, but interoperability and data unification across diverse IoT devices deteriorate

Engineering Contradiction:
Improvedevice-specific communication supportVSAvoidprotocol diversity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent implements a universal messaging protocol that can handle multiple remote monitoring contexts (vehicle monitoring, pet monitoring, etc.) through a single standardized interface. The protocol defines common message structures, header formats, and data serialization methods that work across diverse device types, eliminating the need for separate protocol implementations for each monitoring context while maintaining adaptability to device-specific requirements through configurable message payloads and device identifiers.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Device complexity

If a unified messaging protocol is implemented across all IoT devices, then interoperability and data unification improve, but the ability to meet specific communication requirements of different device types deteriorates

Engineering Contradiction:
Improveprotocol unificationVSAvoiddevice-type-specific support
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The protocol implements local quality by allowing device-type-specific customization within the unified framework. Different message types, payload structures, and data formats can be configured for specific device categories (e.g., vehicle sensors vs. pet trackers) while maintaining the same underlying communication protocol. This enables the system to treat each device type with appropriate specificity while preserving overall protocol unification.

Inventive Principle:
Principle #3Local quality

3Speed

If message sequences are transmitted without order identification, then transmission speed improves, but data integrity and reassembly accuracy deteriorate

Engineering Contradiction:
Improvemessage transmission speedVSAvoidmessage order integrity
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The protocol incorporates sequence identifiers and message ordering information in the message headers before transmission begins. This preliminary tagging of messages with their positional context allows the receiving system to quickly reassemble data in the correct order without requiring complex post-reception sorting algorithms, thus maintaining both transmission speed and data integrity.

Inventive Principle:
Principle #10Preliminary action

4Measurement precision

If detailed device-type-specific data formats are used, then measurement precision and data accuracy improve, but data homogenization and processing efficiency deteriorate

Engineering Contradiction:
Improvesensor data accuracyVSAvoiddata processing efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The protocol segments data into standardized header sections and payload sections. The header contains uniform metadata (timestamp, device ID, message type) that enables efficient sorting and routing, while the payload contains device-type-specific sensor data in structured formats. This segmentation allows processing systems to efficiently handle the standardized portions while preserving the precision of device-specific measurements in the payload sections.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS11159658B2Homogenization of telematics data through unified messaging protocol
Publication Date: 2021.10.26 MOJ IO INC
  • US11159658B2 patent drawing
  • US11159658B2 patent drawing
  • US11159658B2 patent drawing

AI summary

A messaging protocol supporting the homogenization of telematics data across a variety of remote monitoring contexts is disclosed. For example, different remote monitoring contexts may include vehicle monitoring and pet monitoring. The messaging protocol includes client-side and server-side implementations.