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
  • Request
  • Header
  • Body
  • Response

Was this helpful?

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

Stop Stream

Stops a long-lived stream previously started

Last updated 2 years ago

Was this helpful?

Request

A stop stream request is usually sent by the server to stop receiving data from a connected client, i.e., when an existing stream has been closed.

Header

Field
Value
Description

Message Type

0x09

Start Stream

Message Size

Remaining Message Length

Body

Field
Identifier
Type
Mandatory
Value

Stream Id

0x01

Yes

Stream identifier to stop.

Parameters

0x02

No

Payload

0x03

No

Response

Message

Description

Should answer with an OK if it is able to stop the requested stream.

Should answer with an error if the target stream is not enabled.

Ok
Error
varint
varint
any
any