LogoLogo
Thinger.io
  • IOTMP
    • Protocol
    • Message Structure
      • Message Header
      • Message Body
    • Messages
      • Ok
      • Error
      • Connect
      • Disconnect
      • Keep Alive
      • Run Resource
      • Describe Resources
      • Resource Streams
        • Start Stream
        • Stop Stream
        • Stream Data
    • Definitions
  • Thinger.io IOTMP
    • Features
      • REST API
      • Remote Desktop
      • Remote Proxies
      • Remote Webservices
      • Remote Terminal
      • Remote Filesystem
      • MQTT Interoperability
    • Implemenation
      • Messages
        • Connect
    • SDKs
      • Linux IOTMP
      • Arduino IOTMP
      • NodeJS IOTMP
      • Web IOTMP
      • Python SDK
Powered by GitBook
On this page
  • Message
  • Header
  • Body
  • Thinger.io
  • Parameters

Was this helpful?

Edit on GitHub
  1. IOTMP
  2. Messages
  3. Resource Streams

Stream Data

Message used to represent information transmitted over a stream.

Message

Header

Field

Value

Description

Message Type

0x0A

Stream Data

Message Size

Remaining Message Length

Body

Field

Identifier

Type

Mandatory

Value

Stream Id

0x01

Yes

Stream identifier.

Parameters

0x02

No

User-defined parameters associated to the information that can be used for signaling the payload, provide a context, etc.

Payload

0x03

No

Current stream payload.

Thinger.io

In thinger.io, clients streaming resources establish the following parameters to help the server identifying the source of information while sending data.

Parameters

Name

Value

Description

Resource Input

0x01

Stream data represents the input of the stream resource.

Resource Output

0x02

Stream data represents the output of the stream resource.

Last updated 4 years ago

Was this helpful?

varint
varint
any
any