Integrations · SAPIENT
SAPIENT
C-UAS sensors and effectors, BSI Flex 335.
What this gives you
| What arrives | registration, status, detections, alerts |
| What you can send | 5 commands, listed below |
| What it carries | nodes |
Connect one
- Turn the protocol on. Settings → Integrations → SAPIENT → enable.
- Set the address, in the Listen on field. Leave it at
6000unless something else on the host already has that port. - Point the device at us and power it on. It announces itself, and appears at the top of Settings → Assets → ADD under heard, not yet added. Press it to adopt. You are not typing a serial number.
The address format
SAPIENT runs over TCP. This is the form that parses:
| Transport | Form | What it means | Example |
|---|---|---|---|
| TCP | tcp:HOST:PORT | We open a stream to the device or its server. | tcp:127.0.0.1:30003 |
When it is working
The node appears in Settings → Assets with a live health state, and the Integrations row counts it. On the console, its card carries the commands it accepts.
If nothing arrives
| Symptom | Where to look |
|---|---|
| Nothing arrives, and the row looks healthy | Nothing is reaching the address. Check the device is sending to this host and that no firewall sits between them. |
| It connects, then drops | Two things are bound to the same port, or the device and the host disagree about which end dials. See the endpoint forms above. |
| It never appears as heard | Discovery is off on this link. It is off by default, so nothing is adopted until you say so. |
Commands
Everything this protocol can carry. What a given node accepts is whatever it advertises, which may be fewer.
| Verb | Takes | Does |
|---|---|---|
look_at | a point or a bearing | Point a steerable sensor. |
move_to | a list of points | Send a mobile node somewhere. |
patrol | a route | Patrol a route until told otherwise. |
follow | an object | Follow a moving object. |
region | an area | Set an area of interest or a geofence. |
The protocol itself
The standard, or the vendor's own page: SAPIENT documentation.
Where to go next
- All integrations for the protocols this build speaks.
- Onboarding an asset for the add flow in full.
- Supported hardware for the products that use it.