TCP → TCP/TCPS Entry Point

This entry point accepts TCP traffic from an Air for Cellular device and forwards the individual packet to the forwarding destination via TCP or TCPS.


Configuration

Entry Point

Your device should be configured to send TCP traffic to: beam.soracom.io:8023.

Parameters

Refer to the Header Manipulations documentation for additional details.


Advanced Configuration

The TCP → TCP/TCPS entry point can also be configured through the Soracom API or CLI by using the SoracomBeam namespace.

Configuration should be performed using tcp://beam.soracom.io:8023 as the configuration key value.

Parameters

Sample

[
  {
    "key":"tcp://beam.soracom.io:8023",
    "value": {
      "name": "beamtest",
      "destination": "tcps://beamtest.soracom.io:1234",
      "enabled": true,
      "addSubscriberHeader": true,
      "addSimIdHeader": true,
      "addMsisdnHeader": true,      
      "addSignature": true,
      "psk": {
        "$credentialsId": "CredentialsID"
      }
    }
  }
]