Skip to main content

Integrations · MISB ST 0601

MISB ST 0601

EO/IR video metadata.

Not available in this build

The KLV receiver is not enabled yet.

What this gives you

What arrivespointing and slant range
What you can sendnothing. This one reports.
What it carriesfeeds

Connect one

  1. Turn the protocol on. Settings → Integrations → MISB ST 0601 → enable.
  2. Set the address, in the Listen on field. Leave it at udpin:0.0.0.0:5600 unless something else on the host already has that port.
  3. Declare the device. Settings → Assets → ADD, find the product, pick this protocol. The address you set above is where it is expected to arrive.

The address format

MISB ST 0601 runs over UDP, TCP, Push. These are the forms that parse:

TransportFormWhat it meansExample
UDPudpin:HOST:PORTWe bind and wait. The usual case: the device sends to us.udpin:0.0.0.0:14550
UDPudpout:HOST:PORTWe send to a fixed address and receive on the same socket.udpout:192.168.1.20:14550
TCPtcp:HOST:PORTWe open a stream to the device or its server.tcp:127.0.0.1:30003
PushpushThe device or a sidecar posts to us. No address to configure.push

When it is working

The feed appears in Settings → Assets with a live health state, and the Integrations row counts it. On the console, its returns start driving tracks within a few seconds.

If nothing arrives

SymptomWhere to look
Nothing arrives, and the row looks healthyNothing is reaching the address. Check the device is sending to this host and that no firewall sits between them.
It connects, then dropsTwo things are bound to the same port, or the device and the host disagree about which end dials. See the endpoint forms above.

The protocol itself

This one has no public specification to link to.

Where to go next