# [bss-openc5isr] 06 Integration & APIs

REST, WebSocket, OpenBus, RDF/SPARQL, data formats, sensors, radios and external integrations. Edition: BSS — OpenC5ISR (openc5isr.bss.dev).

# Start Here

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# Start Here

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Documentation structure and release scan |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Purpose

This book inventories candidate interfaces from the release and defines the contract information needed before an integration becomes authoritative.

## Contents

| Section | What it contains |
| --- | --- |
| Application Interfaces | REST, WebSocket, data format and configuration evidence. |
| Semantic & Event Integration | OpenBus, RDF/SPARQL, semantic contracts and provenance. |
| Edge & External Integration | Sensors, radios, external services and integration acceptance. |

## How to maintain this book

Generated sections are replaced from release evidence on each run. Put reviewed corrections, deployment-specific facts, links and decisions in the Maintainer Notes area below the generated block. Mark pages as reviewed only after testing them against the named distribution and release.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# Application Interfaces

Managed documentation for Application Interfaces.

# Integration Overview

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# Integration Overview

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Reference contract and scan summary |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Integration contract checklist

| Contract area | Required definition |
| --- | --- |
| Ownership | Producer, consumer, responsible team and change authority. |
| Addressing | Base URL/topic/path, environment and discovery mechanism. |
| Identity & policy | Authentication, authorization, releasability and tenant/edition boundary. |
| Data contract | Schema, semantic type, units, coordinate/time reference, identifiers and optionality. |
| Behavior | Methods/events, ordering, idempotency, retries, timeout, backpressure and error model. |
| Scale | Rate, size, concurrency, retention and latency targets. |
| Observability | Correlation IDs, metrics, logs, audit and health indication. |
| Lifecycle | Versioning, compatibility, deprecation, migration and test ownership. |

## Observed interface summary

| Interface type | Candidates |
| --- | --- |
| REST/HTTP | 11 |
| WebSocket | 8 |
| Environment variables | 244 |
| Ports | 102 |
| External URLs | 1000 |
| Semantic files | 22 |
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# REST Endpoints

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# REST Endpoints

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Static route extraction |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Candidate endpoints

| Method | Path | Framework/evidence | Confidence | Source |
| --- | --- | --- | --- | --- |
| GET | `api_path` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `base_url` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `http://127.0.0.1:18782/api/integrations` | client-reference | client reference | `tests/compiled_deployment_smoke_test.py` |
| GET | `id` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `lab_path` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `location` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `max_notebooks` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `name` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `owner` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `token` | express | server declaration | `drivers/openanalytics_agent.py` |
| GET | `token_env` | express | server declaration | `drivers/openanalytics_agent.py` |

## Interpretation

“Server declaration” is stronger evidence than a client reference, but neither proves the route is mounted at the shown base path or exposed in this edition. Routers may add prefixes dynamically; middleware may block access; and feature flags may disable handlers.

## Endpoint documentation template

```text
METHOD /base/path
Purpose:
Authentication/authorization:
Request headers/path/query/body schema:
Semantic type and units:
Success response:
Error responses:
Idempotency/retry behavior:
Rate/size/timeout limits:
Audit/correlation behavior:
Example request and tested release:
```

## Acceptance rule

Promote a candidate endpoint to an authoritative API only after an authenticated test verifies status, schema, policy, failure behavior and the public/base-path mapping.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# WebSocket Interfaces

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# WebSocket Interfaces

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Static WebSocket extraction |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Candidate endpoints

| Endpoint | Evidence | Source |
| --- | --- | --- |
| `[invalid URL]` | url | `tests/raspbot_agent_smoke_test.py` |
| `wss://.../` | url | `OPENLVC-DEMO.md` |
| `wss://relay.example/` | url | `tests/openeyes_smoke_test.py` |
| `wss://relay.example/ws/raspbot` | url | `open-eyes/index.html` |
| `wss://relay.example/ws/raspbot` | url | `public/open-eyes/index.html` |
| `wss://relay.example/ws/raspbot` | url | `tests/openeyes_smoke_test.py` |
| `wss://your-relay/ws/raspbot` | url | `README-OPENEYES.md` |
| `wss://your-relay/ws/raspbot` | url | `drivers/raspbot-openeyes.env.example` |

## Required session contract

- URL/base path and whether TLS (`wss`) is mandatory.
- Authentication handshake, role/asset authorization and reconnect token behavior.
- Message envelope, schema/version, ordering, sequence numbers and timestamps.
- Heartbeat, idle timeout, reconnect/backoff and resume behavior.
- Maximum message/rate, binary/media framing and backpressure/drop policy.
- Nginx upgrade headers, proxy timeout and public-to-backend mapping.

## Browser verification

```text
Open developer tools → Network → WS
Confirm HTTP 101 upgrade, authenticated session, expected message flow,
heartbeat/reconnect behavior, and no credential leakage in URL/query strings.
```
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# Data Formats and Contracts

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# Data Formats and Contracts

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | File-format inventory and integration standard |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Observed format indicators

| Extension/format | Files |
| --- | --- |
| `.json` | 78 |
| `.csv` | 21 |
| `.ttl` | 17 |
| `.xml` | 7 |
| `.rdf` | 4 |

## Canonical data requirements

- Stable identifiers for entities, observations, tasks, products and events.
- Explicit units, coordinate reference, timestamps/time scale and uncertainty.
- Schema/semantic version and compatibility behavior.
- Source/provenance, confidence and processing lineage.
- Handling/releasability/retention metadata and object-level access controls.
- A compact event form plus artifact reference for large imagery, video or datasets.

## Versioning rule

Prefer backward-compatible additive changes. Breaking changes require a new schema/semantic version, a transition period or adapter, explicit migration tests and release notes identifying affected producers and consumers.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# Semantic & Event Integration

Managed documentation for Semantic &amp; Event Integration.

# OpenBus Integration

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# OpenBus Integration

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Reference event contract and OpenBus evidence |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Event integration pattern

```text
producer → validate/type → publish OpenBus event
         → subscribers enrich/correlate/persist/notify/task
         → audit and operational state update
```

## Minimum event contract

| Concern | Required behavior |
| --- | --- |
| Identity | Unique event ID, producer identity and subject/entity ID. |
| Meaning | Semantic type/URI and schema version. |
| Time | Observation, publication and receipt times plus source-clock quality. |
| Correlation | Mission, track, task, case, workflow and causal identifiers. |
| Delivery | Ordering key, duplicate/idempotency behavior, retry/dead-letter policy and retention. |
| Policy | Authentication, authorization, releasability, tenancy and audit. |

## Operational rule

Consumers must tolerate duplicate delivery and should make state transitions idempotent. A bus acknowledgement proves transport handling, not mission success; application-level completion and failure events remain necessary.

## Release evidence

| Status | Score | Evidence items |
| --- | --- | --- |
| detected | 105 | 12 |

| Evidence type | Source | Match |
| --- | --- | --- |
| path | `OPENBUS.md` | `openbus` |
| path | `drivers/openbus_agent.py` | `openbus` |
| path | `edge/openlvc/rti_openbus_gateway.py` | `openbus` |
| path | `examples/opencybersec/openbus-security-event.json` | `openbus` |
| path | `lib/open-networks/openbus.js` | `openbus` |
| content | `API.md` | `openbus` |
| content | `CHANGELOG.md` | `openbus` |
| content | `DEPLOY-GODADDY.md` | `openbus` |
| content | `MERGE-v0.13.1.md` | `openbus` |
| content | `OPENBUS.md` | `openbus` |
| path | `open-bus/app.js` | `open-bus` |
| path | `open-bus/index.html` | `open-bus` |
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# RDF, SPARQL and Ontology Interfaces

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# RDF, SPARQL and Ontology Interfaces

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Semantic file/term scan and reference contract |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Observed semantic assets

| File |
| --- |
| `.opennetworks-backup-20260827T210646Z/ontology/openaar-mr.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/opencybersec.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/opendaa-openanalytics.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/opendaa-opendata.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/openiia.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/opensof-applications.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/opensof-core.ttl` |
| `.opennetworks-backup-20260827T210646Z/ontology/opensof-ontology.ttl` |
| `ontology/openaar-mr.ttl` |
| `ontology/opencybersec.ttl` |
| `ontology/opendaa-openanalytics.ttl` |
| `ontology/opendaa-opendata.ttl` |
| `ontology/openiia.ttl` |
| `ontology/opennetworks.ttl` |
| `ontology/opensof-applications.ttl` |
| `ontology/opensof-core.ttl` |
| `ontology/opensof-ontology.ttl` |
| `third_party/ontowiki/application/config/SysBase.rdf` |
| `third_party/ontowiki/extensions/community/insert.sparql` |
| `third_party/ontowiki/extensions/datagathering/SyncSchema.rdf` |
| `third_party/ontowiki/extensions/exconf/resources/Examples.rdf` |
| `third_party/ontowiki/extensions/exconf/resources/PluginRepository.rdf` |

## Observed term indicators

| Technology/concept | Occurrences |
| --- | --- |
| RDF | 4239 |
| OWL | 2287 |
| ontology | 2031 |
| provenance | 271 |
| SPARQL | 258 |
| SHACL | 143 |
| JSON-LD | 18 |

## SPARQL service contract

- Query endpoint, update endpoint and graph naming/version policy.
- Authentication and separate authorization for read, write and ontology administration.
- Timeout, row/result limits, expensive-query controls and audit.
- RDF serialization/content types and stable namespace registry.
- SHACL/constraint validation behavior and treatment of invalid statements.
- Backup/export, provenance and ontology migration procedures.

## Example query pattern

```sparql
PREFIX op: <https://example.invalid/openc5isr/ontology/>
SELECT ?entity ?observation ?time
WHERE {
  ?observation a op:Observation ;
               op:observes ?entity ;
               op:observationTime ?time .
}
ORDER BY DESC(?time)
LIMIT 100
```

Replace the placeholder namespace and properties with the governed ontology for this edition.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# Provenance and Correlation

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# Provenance and Correlation

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Reference data-governance model |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Provenance chain

```text
source/device → raw observation → processing step/model/version
→ derived product/correlation → human or automated decision
→ task/effect → outcome/evidence
```

## Minimum provenance fields

- Source identity, location/frame, calibration/profile and source timestamp.
- Input object identifiers and immutable checksums for retained artifacts.
- Transformation/algorithm/model name, version, parameters and execution environment.
- Actor/service identity, authorization context and correlation identifiers.
- Output object identifiers, confidence/uncertainty and validation result.
- Handling policy, retention and release/dissemination actions.

## Why this is operationally important

Provenance lets an operator understand why a track, alert or recommendation exists; lets an investigator reconstruct the decision trail; lets an analyst reproduce a result; and lets assurance personnel determine whether an effect was based on valid data and approved processing.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# Edge & External Integration

Managed documentation for Edge &amp; External Integration.

# Sensor and Radio Interfaces

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# Sensor and Radio Interfaces

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Sensor/radio term scan and adapter standard |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Observed sensor/radio indicators

| Technology/domain | Occurrences | Evidence |
| --- | --- | --- |
| PTP/PPS | 1064 | `API.md`<br>`CHANGELOG.md`<br>`DEPLOY-GODADDY.md`<br>`MERGE-v0.13.1.md`<br>`OPENCYBERSEC.md`<br>`OPENPNT.md`<br>`README-GODADDY.txt`<br>`README.md`<br>`RELEASE-NOTES-v0.14.0.md`<br>`RELEASE-v0.15.0.md`<br>`TEST_RESULTS-v0.13.0.txt`<br>`TEST_RESULTS-v0.13.1.txt` |
| camera/video | 362 | `OPENLVC-DEMO.md`<br>`OPENLVC.md`<br>`README-OPENEYES.md`<br>`README.md`<br>`index.html`<br>`server.js`<br>`.opennetworks-backup-20260827T210646Z/ontology/openknowledge-model.json`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-core.ttl`<br>`data/assets.json`<br>`data/opencybersec.json`<br>`data/openknowledge-model.json`<br>`data/lvc/state.json` |
| UHD/USRP | 341 | `API.md`<br>`CHANGELOG.md`<br>`OPENPNT.md`<br>`OPENRF.md`<br>`OPENSSA-DEMO-DEPLOYMENT.md`<br>`README.md`<br>`TEST_RESULTS-v0.12.0.txt`<br>`TEST_RESULTS-v0.13.0.txt`<br>`TEST_RESULTS-v0.13.1.txt`<br>`TEST_RESULTS-v0.14.0.txt`<br>`TEST_RESULTS-v0.6.0.txt`<br>`TEST_RESULTS-v0.8.0.txt` |
| AIS | 154 | `API.md`<br>`CHANGELOG.md`<br>`MERGE-v0.13.1.md`<br>`OPENLVC.md`<br>`README.md`<br>`TEST_RESULTS-v0.13.1.txt`<br>`TEST_RESULTS-v0.14.0.txt`<br>`index.html`<br>`server.js`<br>`.opennetworks-backup-20260827T210646Z/ontology/openknowledge-model.json`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-applications.ttl`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-core.ttl` |
| HackRF | 132 | `CHANGELOG.md`<br>`OPENSSA-DEMO-DEPLOYMENT.md`<br>`README.md`<br>`data/opencybersec.json`<br>`data/openssa.json`<br>`data/state.json`<br>`data/openiia-evidence/IIAEV-SSA-001-ssa-geolocation-events.json`<br>`edge/openssa-sensor/README.md`<br>`edge/openssa-sensor/SENSOR_INSTALL.md`<br>`edge/openssa-sensor/SHA256SUMS.txt`<br>`edge/openssa-sensor/TEST_RESULTS-v0.4.0.txt`<br>`edge/openssa-sensor/install-demo-sensor.sh` |
| FlightGear | 121 | `CHANGELOG.md`<br>`EXTERNAL-SERVICES.md`<br>`MERGE-v0.13.1.md`<br>`OPENLVC-DEMO.md`<br>`OPENLVC.md`<br>`README.md`<br>`TEST_RESULTS-v0.13.1.txt`<br>`TEST_RESULTS-v0.14.0.txt`<br>`index.html`<br>`server.js`<br>`.opennetworks-backup-20260827T210646Z/ontology/openknowledge-model.json`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-applications.ttl` |
| PlutoSDR | 115 | `CHANGELOG.md`<br>`README.md`<br>`UPGRADE-OPENSSA-v0.5.0.md`<br>`data/openssa.json`<br>`data/state.json`<br>`edge/openssa-sensor/API.md`<br>`edge/openssa-sensor/README.md`<br>`edge/openssa-sensor/SENSOR_INSTALL.md`<br>`edge/openssa-sensor/SHA256SUMS.txt`<br>`edge/openssa-sensor/TEST_RESULTS-v0.4.0.txt`<br>`edge/openssa-sensor/config/ssa-sensor-pluto.json`<br>`edge/openssa-sensor/drivers/ssa_sensor.py` |
| DIS | 85 | `CHANGELOG.md`<br>`MERGE-v0.13.1.md`<br>`OPENLVC-RTI.md`<br>`OPENLVC.md`<br>`README.md`<br>`TEST_RESULTS-v0.13.1.txt`<br>`TEST_RESULTS-v0.14.0.txt`<br>`index.html`<br>`server.js`<br>`.opennetworks-backup-20260827T210646Z/ontology/openknowledge-model.json`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-applications.ttl`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-core.ttl` |
| SoapySDR | 63 | `CHANGELOG.md`<br>`OPENSSA-DEMO-DEPLOYMENT.md`<br>`README.md`<br>`data/openssa.json`<br>`data/state.json`<br>`edge/openssa-sensor/SENSOR_INSTALL.md`<br>`edge/openssa-sensor/config/ssa-sensor-simulation.json`<br>`edge/openssa-sensor/config/ssa-sensor-soapy.json`<br>`edge/openssa-sensor/demo/run_streaming_demo.py`<br>`edge/openssa-sensor/drivers/ssa_sensor.py`<br>`edge/openssa-sensor/install/install-ubuntu-deps.sh`<br>`edge/openssa-sensor/lib/openssa.js` |
| ADS-B | 46 | `SCENARIOS.md`<br>`server.js`<br>`.opennetworks-backup-20260827T210646Z/ontology/opensof-core.ttl`<br>`ontology/opensof-core.ttl`<br>`open-task/app.js`<br>`open-task/index.html`<br>`open-track/app.js`<br>`open-track/index.html`<br>`public/open-task/app.js`<br>`public/open-task/index.html`<br>`public/open-track/app.js`<br>`public/open-track/index.html` |

## Adapter contract

| Area | Required definition |
| --- | --- |
| Device identity | Stable hardware/agent ID, type, firmware/driver and owner. |
| Registration | Network endpoint, capabilities, location/profile, coordinate frame and time source. |
| Control | Commands, limits, authorization, acknowledgement, safety and emergency behavior. |
| Data | Sample/product schema, units, rate, timestamp, calibration, quality and loss indicators. |
| Products | Derived track/image/spectrum/detection metadata and OpenFiles/OpenBus publication. |
| Health | Connection, clock, temperature/power, overruns/drops, calibration and storage. |

## Edge-processing rule

Keep raw high-rate data near the sensor when possible. Publish compact, timestamped, semantically typed products plus a governed reference to retained raw evidence. Make bandwidth degradation and product quality visible instead of silently dropping fidelity.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# External Systems

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# External Systems

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Sanitized external URL scan |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Observed external endpoints

| Host | Classification | URL | Evidence |
| --- | --- | --- | --- |
| ${req.headers.host | external endpoint | `http://${req.headers.host/` | `edge/openssa-sensor/lib/openssa.js` |
| ${req.headers.host | external endpoint | `http://${req.headers.host/` | `edge/openssa-sensor/tests/e2e_server.js` |
| ${req.headers.host | external endpoint | `http://${req.headers.host/` | `lib/openrf-controller/server.js` |
| ${req.headers.host | external endpoint | `http://${req.headers.host/` | `lib/openssa.js` |
| ${req.headers.host | external endpoint | `http://${req.headers.host/` | `server.js` |
| ${req.headers.host\|\| | external endpoint | `http://${req.headers.host\|\|/` | `edge/openssa-sensor/local_server.js` |
| ${req.headers.host} | external endpoint | `http://${req.headers.host}/` | `edge/openssa-sensor/tests/test_openssa.js` |
| ${req.headers.host} | external endpoint | `http://${req.headers.host}/` | `tests/openssa/test_openssa.js` |
| ... | external endpoint | `https://.../mjpeg` | `OPENLVC-DEMO.md` |
| 177.75.6.125 | external endpoint | `http://177.75.6.125:3000/` | `lib/openllm/providers.js` |
| 192.168.33.10 | external endpoint | `http://192.168.33.10/` | `third_party/ontowiki/application/scripts/README-Vagrant.md` |
| 3ba.se | external endpoint | `http://3ba.se/conferences/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/tables.html` |
| 3ba.se | external endpoint | `http://3ba.se/conferences/AIMSA2006` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/tables.html` |
| abc | external endpoint | `http://abc/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php` |
| abc | external endpoint | `http://abc/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Model/InstancesTest.php` |
| aimsa2006.inrialpes.fr | external endpoint | `http://aimsa2006.inrialpes.fr/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/tables.html` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/Bootstrap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Component/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Component/Helper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/ActionHelper/List.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/Base.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/Component.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/Plugin/HttpAuth.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/Plugin/ListSetupHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Controller/Plugin/SetupHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Dispatcher.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Extension/Manager.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Http/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Jobs/Cron.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Menu.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Menu/Registry.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Message.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Model.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Model/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Model/Hierarchy.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Model/Instances.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Model/Resource.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Model/TitleHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Module.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Module/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Module/Registry.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Navigation.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Pager.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Plugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Request.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Resource.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Test/ControllerTestCase.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Test/ExtensionIntegrationTestBootstrap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Test/ExtensionUnitTestBootstrap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Test/IntegrationTestBootstrap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Test/UnitTestBootstrap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Toolbar.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Url.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Utils.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/Utils/Exception.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/View.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/classes/OntoWiki/View/Helper/Curie.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/config/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/ApplicationController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/DebugController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/ErrorController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/IndexController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/ModelController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/ModuleController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/ResourceController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/controllers/ServiceController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/scripts/clearCache.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/scripts/extensions-ini2n3.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/scripts/mod-auth-external/ontowiki.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/scripts/owadmin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/shell.worker.client.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/shell.worker.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/Bootstrap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/BootstrapExtensions.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Classes/ClassFilePathSniff.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Commenting/FileCommentSniff.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Functions/ForbiddenFunctionsSniff.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/PHP/GetRequestDataSniff.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Extension/ManagerIntegrationTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Extension/_files/test1/Test1Controller.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Extension/_files/test1/TestModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Extension/_files/test2/Test2Wrapper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/TitleHelperIntegrationTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/controller/ModelControllerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/integration/controller/ServiceControllerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/MenuTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/MessageTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Model/InstancesTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Module/RegistryTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/NavigationTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWiki/UtilsTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/OntoWikiTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/controller/IndexControllerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/application/tests/unit/controller/ResourceControllerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/composer.json` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/debian/conf/mysql/config.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/debian/conf/virtuoso/config.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/account/AccountController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/account/LoginModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/account/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/application/ApplicationModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/application/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/auth/AuthController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/auth/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/autologin/AutologinPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/basicimporter/BasicimporterController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/basicimporter/BasicimporterPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/basicimporter/SelectorModule.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/basicimporter/SelectorModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/bookmarklet/BookmarkletModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/bookmarklet/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/ckan/CkanController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/ckan/CkanHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/CommentModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/CommunityController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/CommunityHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/LastchangesModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/RatingModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/rating.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/community/styles/community.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/cors/CorsPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/datagathering/DatagatheringController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/datagathering/DatagatheringHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/datagathering/DatagatheringPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/datagathering/datagathering.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/datagathering/tests/DatagatheringControllerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/defaultmodel/DefaultmodelPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/Archive.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/ExconfController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/ExconfHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/OutlineModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/resources/exconf.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/resources/exconf.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/resources/outline.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/exconf/resources/togglebutton.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/CustomfilterModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/FilterController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/FilterModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/resources/FilterAPI.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/resources/filter.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/resources/filter.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/filter/resources/jquery.dump.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/googletracking/GoogletrackingPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/hideproperties/HidepropertiesPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/history/HistoryController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/history/HistoryHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/history/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/imagelink/ImagelinkPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/imprint/ImprintModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/imprint/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/EvolutionJsonrpcAdapter.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/JsonrpcController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/MetaJsonrpcAdapter.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/ModelJsonrpcAdapter.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/ResourceJsonrpcAdapter.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/StoreJsonrpcAdapter.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/jsonrpc/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/linkeddataserver/LinkeddataPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/linkeddataserver/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/listmodules/ShowpropertiesModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/listmodules/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/listmodules/showproperties.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/literaltypes/LiteraltypesPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/mail/MailPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/mail/jobs/Mail.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/mailtolink/MailtolinkPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/manchester/ManchesterController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/manchester/ManchesterModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/markdown/MarkdownPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/modellist/ModellistModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/modellist/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/modellist/modellist.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/navigation/NavigationController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/navigation/NavigationHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/navigation/NavigationModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/navigation/navigation.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/navigation/navigation.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/pingback/PingbackController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/pingback/PingbackPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/pingback/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/queries/QueriesController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/queries/QueriesHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/queries/SavequeryModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/queries/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/queries/resources/querieseditor.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/queries/resources/savepartial.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/resourcecreationuri/ResourcecreationuriPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/resourcecreationuri/classes/ResourceUriGenerator.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/resourcemodules/LinkinghereModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/resourcemodules/SimilarinstancesModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/resourcemodules/UsageModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/resourcemodules/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/savedqueries/SavedqueriesController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/savedqueries/SavedqueriesModule.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/savedqueries/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/selectlanguage/SelectlanguagePlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/semanticsitemap/SemanticsitemapController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/semanticsitemap/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/semanticsitemap/semanticsitemap.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/sendmail/SendmailPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/sindice/SindicePlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/sindice/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/sortproperties/SortpropertiesPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/source/SourceController.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/source/SourceHelper.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/source/default.ini` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/source/tests/SourceControllerTest.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/darkorange/styles/default.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/jquery.ontowiki.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/main.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/serialize-php.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/support.js` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/clickmenu.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/default.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/default.dev.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/deprecated.dev.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/old.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/patches/ie6.clickmenu.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/patches/ie6.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/themes/silverblue/styles/patches/ie7.css` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/extensions/weblink/WeblinkPlugin.php` |
| aksw.org | external endpoint | `http://aksw.org/` | `third_party/ontowiki/index.php` |
| api.anthropic.com | external endpoint | `https://api.anthropic.com/v1` | `lib/openllm/providers.js` |
| api.ontowiki.net | external endpoint | `http://api.ontowiki.net/` | `third_party/ontowiki/README.md` |
| api.openai.com | external endpoint | `https://api.openai.com/v1` | `lib/openllm/providers.js` |
| api.sindice.com | external endpoint | `http://api.sindice.com/v2/search` | `third_party/ontowiki/extensions/sindice/SindicePlugin.php` |
| archive.apache.org | external endpoint | `http://archive.apache.org/dist/jena/binaries/jena-fuseki-$FUSEKI-distribution.tar.gz` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| atomowl.org | external endpoint | `http://atomowl.org/ontologies/atomrdf` | `third_party/ontowiki/application/config/SysBase.rdf` |
| bassistance.de | external endpoint | `http://bassistance.de/jquery-plugins/jquery-plugin-treeview/` | `third_party/ontowiki/extensions/filter/resources/jquery.treeview.js` |
| blindsignals.com | external endpoint | `http://blindsignals.com/index.php/2009/07/jquery-delay/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| blog.aksw.org | external endpoint | `http://blog.aksw.org/feed/` | `third_party/ontowiki/application/config/default.ini` |
| blog.aksw.org | external endpoint | `http://blog.aksw.org/feed/` | `third_party/ontowiki/application/controllers/IndexController.php` |
| brandonaaron.net | external endpoint | `http://brandonaaron.net/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.dimensions.js` |
| brandonaaron.net | external endpoint | `http://brandonaaron.net/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.livequery.js` |
| bss.dev | external endpoint | `https://bss.dev/live/fpv-ctl/` | `index.html` |
| bss.dev | external endpoint | `https://bss.dev/live/fpv-ctl/` | `public/index.html` |
| bss.dev | external endpoint | `https://bss.dev/live/isac/` | `tools/integrate_opensof_service_entries.py` |
| bss.dev | external endpoint | `https://bss.dev/live/isac/\nOPENLVC_PUBLIC_URL=\nAEGIS_SENTINEL_LABEL=AEGIS-SENTINEL\nOPENMAIL_PUBLIC_URL=\nOPENFILES_PUBLIC_URL=\n` | `tools/integrate_opensof_service_entries.py` |
| bugs.jquery.com | external endpoint | `http://bugs.jquery.com/ticket/11820` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-migrate-1.3.0.js` |
| bugs.jquery.com | external endpoint | `http://bugs.jquery.com/ticket/12282` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| bugs.jquery.com | external endpoint | `http://bugs.jquery.com/ticket/12359` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| bugs.jquery.com | external endpoint | `http://bugs.jquery.com/ticket/13335` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-migrate-1.3.0.js` |
| bugs.jquery.com | external endpoint | `http://bugs.jquery.com/ticket/8235` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| bugs.jqueryui.com | external endpoint | `http://bugs.jqueryui.com/ticket/7552` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| bugs.webkit.org | external endpoint | `https://bugs.webkit.org/show_bug.cgi` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| bugzilla.mozilla.org | external endpoint | `https://bugzilla.mozilla.org/show_bug.cgi` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| bugzilla.mozilla.org | external endpoint | `https://bugzilla.mozilla.org/show_bug.cgi` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| bumppo.net | external endpoint | `http://bumppo.net/projects/amputator/` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| captsolo.net | external endpoint | `http://captsolo.net/semweb/resume/cv.rdfs` | `third_party/ontowiki/application/config/SysBase.rdf` |
| cdn.rawgit.com | external endpoint | `https://cdn.rawgit.com/AKSW/OntoWiki/develop/application/logo/api_doc.svg` | `third_party/ontowiki/README.md` |
| cdn.rawgit.com | external endpoint | `https://cdn.rawgit.com/AKSW/OntoWiki/develop/application/logo/user_doc.svg` | `third_party/ontowiki/README.md` |
| chatlogs.planetrdf.com | external endpoint | `http://chatlogs.planetrdf.com/swig/2006-01-29.html` | `third_party/ontowiki/application/config/SysBase.rdf` |
| class.com | external endpoint | `http://class.com/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Model/InstancesTest.php` |
| code.google.com | external endpoint | `http://code.google.com/p/jquery-star-rating-plugin/` | `third_party/ontowiki/extensions/community/jquery.rating.js` |
| code.google.com | external endpoint | `http://code.google.com/p/jquery-star-rating-plugin/` | `third_party/ontowiki/extensions/community/jquery.rating.pack.js` |
| code.google.com | external endpoint | `http://code.google.com/p/jquery-star-rating-plugin/issues/detail` | `third_party/ontowiki/extensions/community/jquery.rating.js` |
| code.google.com | external endpoint | `http://code.google.com/p/mod-auth-external/` | `third_party/ontowiki/application/scripts/mod-auth-external/ontowiki.php` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki` | `third_party/ontowiki/application/scripts/vad/ow_vad_sticker_template.xml` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Classes/ClassFilePathSniff.php` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Functions/ForbiddenFunctionsSniff.php` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/PHP/GetRequestDataSniff.php` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/issues/entry` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/detailview.html` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/issues/entry` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/listview.html` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/issues/entry` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/uitestow.html` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/source/list` | `third_party/ontowiki/application/config/SysBase.rdf` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/wiki/CSSDevelopment` | `third_party/ontowiki/extensions/themes/silverblue/styles/default.dev.css` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/wiki/CSSDevelopment` | `third_party/ontowiki/extensions/themes/silverblue/styles/deprecated.dev.css` |
| code.google.com | external endpoint | `http://code.google.com/p/ontowiki/wiki/CommandLineInterface` | `third_party/ontowiki/extensions/jsonrpc/default.ini` |
| code.google.com | external endpoint | `http://code.google.com/p/rdfquery/source/browse/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| codemirror.net | external endpoint | `http://codemirror.net/` | `third_party/ontowiki/extensions/queries/resources/codemirror/README.md` |
| codemirror.net | external endpoint | `http://codemirror.net/doc/manual.html` | `third_party/ontowiki/extensions/queries/resources/codemirror/README.md` |
| controller-ip | external endpoint | `http://controller-ip:8075/open-rf/` | `openrf/README-UPSTREAM-v0.3.0.md` |
| cstadler.aksw.org | external endpoint | `http://cstadler.aksw.org/services/sparql-proxy.php` | `third_party/ontowiki/extensions/basicimporter/SelectorModule.js` |
| dannyayers.com | external endpoint | `http://dannyayers.com/xmlns/rev/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| daringfireball.net | external endpoint | `http://daringfireball.net/` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| daringfireball.net | external endpoint | `http://daringfireball.net/projects/markdown/` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| daringfireball.net | external endpoint | `http://daringfireball.net/projects/markdown/syntax` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| db.caucasus-spiders.info | external endpoint | `http://db.caucasus-spiders.info/Area/152` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| dbpedia.org | external endpoint | `http://dbpedia.org/` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| dbpedia.org | external endpoint | `http://dbpedia.org/ontology/abstract` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| dbpedia.org | external endpoint | `http://dbpedia.org/ontology/birthDate` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| dbpedia.org | external endpoint | `http://dbpedia.org/ontology/birthPlace` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| dbpedia.org | external endpoint | `http://dbpedia.org/resource/Leipzig` | `third_party/ontowiki/extensions/datagathering/tests/DatagatheringControllerTest.php` |
| dbpedia.org* | external endpoint | `http://dbpedia.org*/` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| de.selfhtml.org | external endpoint | `http://de.selfhtml.org/html/formulare/auswahl.htm` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/forms.html` |
| de2.php.net | external endpoint | `http://de2.php.net/manual/en/function.preg-replace.php` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| de3.php.net | external endpoint | `http://de3.php.net/manual/en/class.reflectionmethod.php` | `third_party/ontowiki/extensions/jsonrpc/MetaJsonrpcAdapter.php` |
| dev.jquery.com | external endpoint | `http://dev.jquery.com/ticket/1749` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| dev.jquery.com | external endpoint | `http://dev.jquery.com/ticket/4014` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| dev.jquery.com | external endpoint | `http://dev.jquery.com/ticket/5459` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| dev.jquery.com | external endpoint | `http://dev.jquery.com/ticket/5781` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| dev.jqueryui.com | external endpoint | `http://dev.jqueryui.com/ticket/3171` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| dev.jqueryui.com | external endpoint | `http://dev.jqueryui.com/ticket/4669` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| dev.w3.org | reference/dependency | `http://dev.w3.org/csswg/cssom/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| developer.mozilla.org | external endpoint | `https://developer.mozilla.org/en-US/docs/CSS/display` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| developer.mozilla.org | external endpoint | `https://developer.mozilla.org/en/Security/CSP` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Core/each` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Core/get` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Plugins/Treeview` | `third_party/ontowiki/extensions/filter/resources/jquery.treeview.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Plugins/livequery` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.livequery.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Traversing/end` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Traversing/eq` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/Traversing/map` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/UI/Menu` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| docs.jquery.com | external endpoint | `http://docs.jquery.com/UI/Menu` | `third_party/ontowiki/extensions/themes/silverblue/styles/jquery-ui.css` |
| docs.ontowiki.net | external endpoint | `http://docs.ontowiki.net/` | `third_party/ontowiki/application/config/default.ini` |
| docs.ontowiki.net | external endpoint | `https://docs.ontowiki.net/` | `third_party/ontowiki/README.md` |
| downloads.sourceforge.net | external endpoint | `http://downloads.sourceforge.net/project/bigdata/bigdata/$BLAZEGRAPH/bigdata-bundled.jar` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| downloads.sourceforge.net | external endpoint | `http://downloads.sourceforge.net/project/bigdata/bigdata/$BLAZEGRAPH/bigdata.war` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| downloads.sourceforge.net | external endpoint | `http://downloads.sourceforge.net/project/sesame/Sesame%202/$SESAME/openrdf-sesame-$SESAME-sdk.zip` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| dt.in.th | external endpoint | `http://dt.in.th/2008-09-16.string-length-in-bytes.html` | `third_party/ontowiki/extensions/themes/silverblue/scripts/serialize-php.js` |
| dublincore.org | external endpoint | `http://dublincore.org/documents/abstract-model/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| dublincore.org | external endpoint | `http://dublincore.org/documents/dcmi-box/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| dublincore.org | external endpoint | `http://dublincore.org/documents/dcmi-period/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| dublincore.org | external endpoint | `http://dublincore.org/documents/dcmi-point/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| dublincore.org | external endpoint | `http://dublincore.org/documents/dcmi-type-vocabulary/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| dublincore.org | external endpoint | `http://dublincore.org/usage/terms/history/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| enable-cors.org | external endpoint | `http://enable-cors.org/` | `third_party/ontowiki/extensions/cors/default.ini` |
| erik.eae.net | external endpoint | `http://erik.eae.net/archives/2007/07/27/18.54.15/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| esw.w3.org | reference/dependency | `http://esw.w3.org/topic/GeoOnion` | `third_party/ontowiki/application/config/SysBase.rdf` |
| ethanschoonover.com | external endpoint | `http://ethanschoonover.com/solarized` | `third_party/ontowiki/extensions/queries/resources/codemirror/theme/solarized.css` |
| ethanschoonover.com | external endpoint | `http://ethanschoonover.com/solarized/img/solarized-palette.png` | `third_party/ontowiki/extensions/queries/resources/codemirror/theme/solarized.css` |
| ex.com | external endpoint | `http://ex.com/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Model/InstancesTest.php` |
| example.invalid | external endpoint | `https://example.invalid/` | `edge/openssa-sensor/tests/test_profile_tool.py` |
| example.invalid | external endpoint | `https://example.invalid/opensof` | `tests/openpnt_agent_smoke_test.py` |
| example.org | external endpoint | `http://example.org/GR/` | `third_party/ontowiki/extensions/pingback/default.ini` |
| example.org | external endpoint | `http://example.org/graph123/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/TitleHelperIntegrationTest.php` |
| example.org | external endpoint | `http://example.org/graph123/resourceABC` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/TitleHelperIntegrationTest.php` |
| example.org | external endpoint | `http://example.org/model1/` | `third_party/ontowiki/application/tests/unit/controller/ResourceControllerTest.php` |
| example.org | external endpoint | `http://example.org/myFourGraph` | `third_party/ontowiki/application/scripts/travis/README.md` |
| example.org | external endpoint | `http://example.org/myFusekiGraph` | `third_party/ontowiki/application/scripts/travis/README.md` |
| example.org | external endpoint | `http://example.org/myVirtuosoGraph` | `third_party/ontowiki/application/scripts/travis/README.md` |
| example.org | external endpoint | `http://example.org/resource1` | `third_party/ontowiki/application/tests/unit/controller/ResourceControllerTest.php` |
| example.org | external endpoint | `http://example.org/resourceXYZ` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/TitleHelperIntegrationTest.php` |
| example.org | external endpoint | `http://example.org/test/` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php` |
| example.org | external endpoint | `http://example.org/testModel1` | `third_party/ontowiki/extensions/datagathering/tests/DatagatheringControllerTest.php` |
| example.org | external endpoint | `http://example.org/testResource1` | `third_party/ontowiki/extensions/datagathering/tests/DatagatheringControllerTest.php` |
| extensions.ontowiki.net | external endpoint | `http://extensions.ontowiki.net/` | `third_party/ontowiki/extensions/exconf/default.ini` |
| extensions.ontowiki.net | external endpoint | `http://extensions.ontowiki.net/index.php/service/sparql` | `third_party/ontowiki/extensions/exconf/default.ini` |
| eye48.com | external endpoint | `http://eye48.com/foaf.rdf` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/detailview.html` |
| files.aegis.example.test | external endpoint | `https://files.aegis.example.test/` | `tests/external_integrations_smoke_test.py` |
| files.aegis.example.test | external endpoint | `https://files.aegis.example.test/` | `tools/integrate_opensof_service_entries.py` |
| files.zend.com | external endpoint | `http://files.zend.com/help/Zend-Framework/zend.auth.html` | `third_party/ontowiki/application/scripts/mod-auth-external/ontowiki.php` |
| fluidproject.org | external endpoint | `http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| framework.zend.com | external endpoint | `http://framework.zend.com/manual/de/zend.reflection.examples.html` | `third_party/ontowiki/extensions/jsonrpc/JsonrpcController.php` |
| framework.zend.com | external endpoint | `http://framework.zend.com/manual/en/zend.json.server.html` | `third_party/ontowiki/extensions/jsonrpc/JsonrpcController.php` |
| frischmuth.de | external endpoint | `http://frischmuth.de/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/uitestow.html` |
| getcomposer.org | external endpoint | `http://getcomposer.org/` | `third_party/ontowiki/Makefile` |
| getcomposer.org | external endpoint | `https://getcomposer.org/composer.phar` | `third_party/ontowiki/Makefile` |
| github.com | reference/dependency | `http://github.com/marijnh/CodeMirror/issues` | `third_party/ontowiki/extensions/queries/resources/codemirror/CONTRIBUTING.md` |
| github.com | reference/dependency | `https://github.com/AKSW/$extension/raw/master/doap.n3` | `third_party/ontowiki/application/scripts/extensions-ini2n3.php` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki` | `third_party/ontowiki/OPENSOF-UPSTREAM.txt` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/compare/v0.9.10...v0.9.11` | `third_party/ontowiki/CHANGELOG.md` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/compare/v0.9.11...v1.0.0` | `third_party/ontowiki/CHANGELOG.md` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/compare/v0.9.6-21...v0.9.7` | `third_party/ontowiki/CHANGELOG.md` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/compare/v0.9.7...v0.9.8` | `third_party/ontowiki/CHANGELOG.md` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/compare/v0.9.8...v0.9.10` | `third_party/ontowiki/CHANGELOG.md` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/issues` | `third_party/ontowiki/CHANGELOG.md` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/issues` | `third_party/ontowiki/application/config/default.ini` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/issues/162` | `third_party/ontowiki/extensions/resourcecreationuri/classes/ResourceUriGenerator.php` |
| github.com | reference/dependency | `https://github.com/AKSW/OntoWiki/issues/441` | `third_party/ontowiki/README.md` |
| github.com | reference/dependency | `https://github.com/AKSW/account/raw/master/doap.n3` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| github.com | reference/dependency | `https://github.com/AKSW/docs.ontowiki.net` | `third_party/ontowiki/README.md` |
| github.com | reference/dependency | `https://github.com/AKSW/navigation/raw/master/doap.n3` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| github.com | reference/dependency | `https://github.com/SemanticMediaWiki/SemanticMediaWiki` | `third_party/ontowiki/application/scripts/travis/README.md` |
| github.com | reference/dependency | `https://github.com/docker-library/php/issues/103` | `third_party/ontowiki/application/scripts/travis/install-extensions.sh` |
| github.com | reference/dependency | `https://github.com/garlik/4store` | `third_party/ontowiki/application/scripts/travis/README.md` |
| github.com | reference/dependency | `https://github.com/garlik/4store/issues/110` | `third_party/ontowiki/application/scripts/travis/README.md` |
| github.com | reference/dependency | `https://github.com/garlik/4store/issues/110` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| github.com | reference/dependency | `https://github.com/jquery/jquery-ui` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| github.com | reference/dependency | `https://github.com/jquery/jquery-ui` | `third_party/ontowiki/extensions/themes/silverblue/styles/jquery-ui.css` |
| github.com | reference/dependency | `https://github.com/jquery/jquery/pull/764` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| github.com | reference/dependency | `https://github.com/marijnh/CodeMirror/` | `third_party/ontowiki/extensions/queries/resources/codemirror/CONTRIBUTING.md` |
| github.com | reference/dependency | `https://github.com/marijnh/CodeMirror/blob/master/CONTRIBUTING.md` | `third_party/ontowiki/extensions/queries/resources/codemirror/README.md` |
| github.com | reference/dependency | `https://github.com/mwjames/travis-support/raw/master/blazegraph/$BLAZEGRAPH/bigdata-bundled.jar` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| github.com | reference/dependency | `https://github.com/mwjames/travis-support/raw/master/fuseki/$FUSEKI/apache-jena-fuseki-$FUSEKI.tar.gz` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| github.com | reference/dependency | `https://github.com/mwjames/travis-support/raw/master/fuseki/$FUSEKI/jena-fuseki-$FUSEKI-distribution.tar.gz` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| github.com | reference/dependency | `https://github.com/mwjames/travis-support/raw/master/sesame/$SESAME/openrdf-sesame-$SESAME-sdk.zip` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| github.com | reference/dependency | `https://github.com/openlink/virtuoso-opensource` | `third_party/ontowiki/application/scripts/travis/README.md` |
| github.com | reference/dependency | `https://github.com/openlink/virtuoso-opensource/archive/v$VIRTUOSO.zip` | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| github.com | reference/dependency | `https://github.com/pfrischmuth/ontowiki-devenv.git` | `third_party/ontowiki/Makefile` |
| github.com | reference/dependency | `https://github.com/php/php-src/archive/php-$PHPVERSION.tar.gz` | `third_party/ontowiki/application/scripts/travis/install-extensions.sh` |
| github.com | reference/dependency | `https://github.com/signup/free` | `third_party/ontowiki/extensions/queries/resources/codemirror/CONTRIBUTING.md` |
| github.com | reference/dependency | `https://github.com/typo3-ci/TYPO3SniffPool` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Commenting/FileCommentSniff.php` |
| go.ontowiki.de | external endpoint | `http://go.ontowiki.de/$1` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| graph.com | external endpoint | `http://graph.com/123/` | `third_party/ontowiki/application/tests/unit/OntoWiki/Model/InstancesTest.php` |
| graph1.ontowiki.de | external endpoint | `http://graph1.ontowiki.de/` | `third_party/ontowiki/application/config/default.ini` |
| graph2.ontowiki.de | external endpoint | `http://graph2.ontowiki.de/` | `third_party/ontowiki/application/config/default.ini` |
| groups.google.com | external endpoint | `http://groups.google.com/group/codemirror` | `third_party/ontowiki/extensions/queries/resources/codemirror/CONTRIBUTING.md` |
| gsgd.co.uk | external endpoint | `http://gsgd.co.uk/sandbox/jquery/easing/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| haschek.eye48.com | external endpoint | `http://haschek.eye48.com/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/detailview.html` |
| heino.de | external endpoint | `http://heino.de/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/uitestow.html` |
| help.github.com | reference/dependency | `https://help.github.com/articles/fork-a-repo` | `third_party/ontowiki/extensions/queries/resources/codemirror/CONTRIBUTING.md` |
| helpful.knobs-dials.com | external endpoint | `http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| hoffmann.de | external endpoint | `http://hoffmann.de/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/uitestow.html` |
| host | external endpoint | `http://host:8888/` | `public/open-daa/open-analytics/app.js` |
| interface.eyecon.ro | external endpoint | `http://interface.eyecon.ro/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| interface.eyecon.ro | external endpoint | `http://interface.eyecon.ro/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.interface.js` |
| isac.edge.example.test | external endpoint | `https://isac.edge.example.test/` | `tests/external_integrations_smoke_test.py` |
| javascript.nwbox.com | external endpoint | `http://javascript.nwbox.com/IEContentLoaded/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| jena.apache.org | external endpoint | `https://jena.apache.org/` | `third_party/ontowiki/application/scripts/travis/README.md` |
| jens-lehmann.org | external endpoint | `http://jens-lehmann.org/foaf.rdf` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/listview.html` |
| jquery.com | external endpoint | `http://jquery.com/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| jquery.com | external endpoint | `http://jquery.com/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| jquery.offput.ca | external endpoint | `http://jquery.offput.ca/highlightFade/` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| jquery.org | external endpoint | `http://jquery.org/license` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| jquery.org | external endpoint | `http://jquery.org/license` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| jquery.org | external endpoint | `http://jquery.org/license` | `third_party/ontowiki/extensions/themes/silverblue/styles/jquery-ui.css` |
| jqueryui.com | external endpoint | `http://jqueryui.com/about` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| jqueryui.com | external endpoint | `http://jqueryui.com/about` | `third_party/ontowiki/extensions/themes/silverblue/styles/jquery-ui.css` |
| jsbin.com | external endpoint | `http://jsbin.com/ihunin/edit` | `third_party/ontowiki/extensions/queries/resources/codemirror/CONTRIBUTING.md` |
| json-rpc.org | external endpoint | `http://json-rpc.org/` | `third_party/ontowiki/extensions/jsonrpc/JsonrpcController.php` |
| json-schema.org | reference/dependency | `https://json-schema.org/draft/2020-12/schema` | `edge/openlvc/sidecar-contract.schema.json` |
| json.org | external endpoint | `http://json.org/json2.js` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| jsperf.com | external endpoint | `http://jsperf.com/getall-vs-sizzle/2` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| jupyter-host | external endpoint | `http://jupyter-host:8888/` | `open-daa/open-analytics/app.js` |
| keepachangelog.com | external endpoint | `http://keepachangelog.com/` | `third_party/ontowiki/CHANGELOG.md` |
| lcweb.loc.gov | external endpoint | `http://lcweb.loc.gov/catdir/cpso/lcco/lcco.html` | `third_party/ontowiki/application/config/SysBase.rdf` |
| lcweb.loc.gov | external endpoint | `http://lcweb.loc.gov/standards/iso639-2/langhome.html` | `third_party/ontowiki/application/config/SysBase.rdf` |
| lesscss.org | external endpoint | `http://lesscss.org/` | `third_party/ontowiki/extensions/queries/resources/codemirror/theme/lesser-dark.css` |
| lh4.ggpht.com | external endpoint | `http://lh4.ggpht.com/-kXpKMqBBCIU/Tpx45SUaItI/AAAAAAAAA9w/aPYaNQjcpvo/s800/ontowiki.png` | `third_party/ontowiki/README.md` |
| linkedgeodata.org | external endpoint | `http://linkedgeodata.org/vocabulary` | `third_party/ontowiki/application/config/default.ini` |
| linkedgeodata.org | external endpoint | `http://linkedgeodata.org/vocabulary` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/TitleHelperIntegrationTest.php` |
| linkedgeodata.org | external endpoint | `http://linkedgeodata.org/vocabulary` | `third_party/ontowiki/extensions/resourcecreationuri/default.ini` |
| llm-host | external endpoint | `http://llm-host:3000/` | `open-daa/open-analytics/app.js` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/` | `API.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/` | `CHANGELOG.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/` | `README-GODADDY.txt` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/` | `README.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/` | `drivers/raspbot-openeyes.env.example` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/` | `integrations/opencop-task-client.js` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/api/chat/message` | `ROCKETCHAT-SETUP.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/api/pnt/positioning/POS-RASPBOT-LAB` | `drivers/openpnt_raspbot_client.py` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/api/pnt/positioning/POS-RASPBOT-LAB` | `drivers/openpnt_raspbot_guidance.py` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/api/rocketchat/outgoing` | `ROCKETCHAT-SETUP.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/api/tracks` | `README.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/open-cop/\n` | `tools/integrate_opensof_service_entries.py` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/open-cop/\nhttps://loammhpng4.c36.airoapp.ai/open-isac/\nhttps://loammhpng4.c36.airoapp.ai/open-lvc/\nhttps://loammhpng4.c36.airoapp.ai/open-mail/\nhttps://loammhpng4.c36.airoapp.ai/open-files/\nhttps://loammhpng4.c36.airoapp.ai/api/integrations\n` | `tools/integrate_opensof_service_entries.py` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/open-eyes/` | `integrations/opencop-openeyes/README.md` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/open-eyes/` | `integrations/opencop-openeyes/opencop-openeyes-client.js` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/open-eyes/` | `integrations/opencop-openeyes/patched-static/index.html` |
| loammhpng4.c36.airoapp.ai | external endpoint | `https://loammhpng4.c36.airoapp.ai/open-eyes/` | `integrations/opencop-openeyes/patched-static/opencop-openeyes-client.js` |
| lov.okfn.org | external endpoint | `http://lov.okfn.org/endpoint/lov` | `third_party/ontowiki/extensions/basicimporter/SelectorModule.js` |
| lsid.tdwg.org | external endpoint | `http://lsid.tdwg.org/$1` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| lvc.example.test | external endpoint | `https://lvc.example.test/` | `tests/external_integrations_smoke_test.py` |
| lvc.example.test | external endpoint | `https://lvc.example.test/` | `tools/integrate_opensof_service_entries.py` |
| mail.aegis.example.test | external endpoint | `https://mail.aegis.example.test/` | `tests/external_integrations_smoke_test.py` |
| mail.aegis.example.test | external endpoint | `https://mail.aegis.example.test/` | `tools/integrate_opensof_service_entries.py` |
| matrix.squiz.net | external endpoint | `http://matrix.squiz.net/developer/tools/php_cs/licence` | `third_party/ontowiki/application/tests/CodeSniffer/Standards/Ontowiki/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php` |
| michael.haschke.biz | external endpoint | `http://michael.haschke.biz/` | `third_party/ontowiki/extensions/themes/darkorange/styles/default.css` |
| michael.haschke.biz | external endpoint | `http://michael.haschke.biz/` | `third_party/ontowiki/extensions/themes/silverblue/styles/default.css` |
| michelf.ca | external endpoint | `http://michelf.ca/` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| michelf.ca | external endpoint | `http://michelf.ca/projects/php-markdown/` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| michelf.ca | external endpoint | `http://michelf.ca/weblog/2005/wordpress-text-flow-vs-markdown/` | `third_party/ontowiki/extensions/markdown/parser/markdown.php` |
| model.org | external endpoint | `http://model.org/model` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php` |
| model.org | external endpoint | `http://model.org/prop` | `third_party/ontowiki/application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php` |
| msdn.microsoft.com | external endpoint | `http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| musicbrainz.org | external endpoint | `http://musicbrainz.org/mm-2.1/artist/53c809d4-5ada-4463-95ae-e3cb95488e94` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/detailview.html` |
| musicbrainz.org | external endpoint | `http://musicbrainz.org/mm-2.1/artist/53c809d4-5ada-4463-95ae-e3cb95488e94` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/listview.html` |
| n2.talis.com | external endpoint | `http://n2.talis.com/wiki/Bounded_Descriptions_in_RDF` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| n2.talis.com | external endpoint | `http://n2.talis.com/wiki/RDF_JSON_Specification` | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.rdfquery.rdfa-1.0.js` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/addressFeatures/physical/city` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/addressFeatures/physical/country` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/e-learning/lcl/` | `third_party/ontowiki/extensions/themes/silverblue/sandbox/tables.html` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/City` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/Continent` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/Country` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/District` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/Planet` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/Province` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/SpatialArea` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/spatialHierarchy/isLocatedIn` | `third_party/ontowiki/application/tests/unit/OntoWiki/Extension/ManagerTest.php` |
| ns.aksw.org | external endpoint | `http://ns.aksw.org/undefined/` | `third_party/ontowiki/application/classes/OntoWiki/Url.php` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Extensions/` | `third_party/ontowiki/application/scripts/extensions-ini2n3.php` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Extensions/` | `third_party/ontowiki/extensions/exconf/resources/Examples.rdf` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Extensions/` | `third_party/ontowiki/extensions/exconf/resources/PluginRepository.rdf` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/GQB/UserQueries/Pattern/Type` | `third_party/ontowiki/extensions/queries/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/GQB/UserQueries/Pattern/TypeLabel` | `third_party/ontowiki/extensions/queries/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/` | `third_party/ontowiki/extensions/datagathering/SyncSchema.rdf` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/SyncConfig` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/checkHasChanged` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/lastSyncDateTime` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/lastSyncPayload` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/syncQuery` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/syncResource` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/targetModel` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/Sync/wrapperName` | `third_party/ontowiki/extensions/datagathering/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/SysBase/` | `third_party/ontowiki/application/config/SysBase.rdf` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/SysBase/` | `third_party/ontowiki/application/config/default.ini` |
| ns.ontowiki.net | external endpoint | `http://ns.ontowiki.net/SysBase/order` | `third_party/ontowiki/extensions/sortproperties/default.ini` |

## Security note

Queries and URL fragments were removed and likely credential values were redacted. Even so, review whether internal hostnames or topology should remain visible to the intended BookStack audience before publication.

## External dependency record

- Service owner/vendor and operational purpose.
- Base URL/environment, authentication method and secret rotation owner.
- Data shared, policy/releasability and retention implications.
- Availability/latency limits, timeout/retry/circuit-breaker behavior and offline fallback.
- Version/compatibility, test endpoint and escalation contact.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->

# Configuration and Ports

<!-- BOOKSTACK-DOCUMENT-RELEASE:BEGIN -->
# Configuration and Ports

| Field | Value |
| --- | --- |
| Distribution | BSS — OpenC5ISR |
| Product | OpenC5ISR |
| Release | 0.15.1 |
| Deployment | `openc5isr.bss.dev` |
| Source | `/srv/bss/releases/OpenC5ISR-v0.15.0-20app` |
| Evidence | Static environment and port scan |
| Source fingerprint | `93926e8c834f1ed79c9017a4096f70c76d73ce4f870f104fbd0cf54b2bed50ee` |
| Status | Generated baseline — human review required |

> **Verification boundary:** This page combines platform design guidance with static evidence from the release. It does not prove that every detected interface is enabled, reachable, secure, or operational in the deployed environment.

## Configuration interface candidates

| Variable | Observed default | Evidence |
| --- | --- | --- |
| `ADDRESS` | — | `openrf/agent/functions/probe-n310.sh` |
| `AEGIS_SENTINEL_LABEL` | COMPILED_DEPLOYMENT.aegisSentinelLabel).trim() \|\| COMPILED_DEPLOYMENT.aegisSentinelLabel | `server.js`<br>`tools/integrate_opensof_service_entries.py` |
| `ALT` | — | `edge/openssa-sensor/install-demo-sensor.sh` |
| `ANTHROPIC_API_KEY` | — | `server.js`<br>`lib/openllm/agents.js`<br>`lib/openllm/providers.js` |
| `API` | — | `open-cybersec/app.js`<br>`public/open-cybersec/app.js`<br>`public/open-llm/app.js` |
| `API_BASE` | — | `open-rf/app.js`<br>`public/open-networks/app.js`<br>`public/open-rf/app.js` |
| `BACKUP_ROOT` | — | `modules/open-networks/integration/install-module-files.sh` |
| `BASE` | http://127.0.0.1:3000 | `DEPLOY-GODADDY.md`<br>`OPENCYBERSEC-QUICKSTART.md`<br>`OPENCYBERSEC.md`<br>`UPGRADE-v0.14.0.md`<br>`rocketchat/outgoing-webhook-test.sh` |
| `BASE_PATH` | — | `open-rf/app.js`<br>`public/open-rf/app.js`<br>`third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `BLAZEGRAPH` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `BUILD` | — | `edge/openpnt-linuxptp/SELF-TEST.sh`<br>`edge/openssa-sensor/install/install-native-uhd.sh`<br>`edge/openssa-sensor/native/uhd_spectrum_engine/build-simulation.sh`<br>`edge/openssa-sensor/native/uhd_spectrum_engine/build.sh` |
| `BUILDPATH` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `BUILD_DIR` | $ENGINE/build | `edge/openssa-sensor/install/install-native-uhd.sh`<br>`edge/openssa-sensor/native/uhd_spectrum_engine/build-simulation.sh`<br>`edge/openssa-sensor/native/uhd_spectrum_engine/build.sh` |
| `BUILD_ROOT` | — | `edge/openpnt-linuxptp/install-linuxptp.sh` |
| `CATALINA_BASE` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `CATALINA_HOME` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `CFG` | — | `edge/openssa-sensor/install-demo-sensor.sh` |
| `CONFIG` | — | `drivers/install_openpnt_agent.sh`<br>`edge/opencybersec/install.sh`<br>`edge/openssa-sensor/install/check-sensor.sh`<br>`edge/openssa-sensor/install/install-sensor.sh`<br>`openrf/agent/functions/start-5g-ran-b210-50mhz.sh` |
| `CORE_DIR` | — | `openrf/agent/functions/start-5g-core.sh`<br>`openrf/agent/functions/status-5g-core.sh` |
| `CROSS_COMPILE` | — | `third_party/openil_linuxptp/incdefs.sh` |
| `CURRENT` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `DATA_DIR` | path.join(ROOT | `OPENCYBERSEC-QUICKSTART.md`<br>`OPENCYBERSEC.md`<br>`RELEASE-MANIFEST-v0.14.0.json`<br>`UPGRADE-v0.14.0.md`<br>`server.js` |
| `DRIVER` | — | `edge/openssa-sensor/install-demo-sensor.sh`<br>`edge/openssa-sensor/install/check-sensor.sh`<br>`edge/openssa-sensor/install/install-ubuntu-deps.sh` |
| `EF_STORE_ADAPTER` | — | `third_party/ontowiki/application/classes/OntoWiki/Test/IntegrationTestBootstrap.php` |
| `ENGINE` | — | `edge/openssa-sensor/install/install-native-uhd.sh` |
| `ENV_FILE` | — | `edge/opencybersec/install.sh` |
| `EOD_TECH_TARGET` | @eodtech | `server.js` |
| `EUID` | $(id -u | `drivers/install_openpnt_agent.sh`<br>`edge/opencybersec/install.sh`<br>`edge/opencybersec/uninstall.sh`<br>`edge/openpnt-linuxptp/install-linuxptp.sh`<br>`edge/openpnt-linuxptp/uninstall-linuxptp.sh` |
| `E_UNREACHABLE` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `FG_ROOT` | — | `edge/openlvc/flightgear/opensof-lvc.xml` |
| `FOURSTORE` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `FUSEKI` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `GNB` | — | `openrf/agent/functions/start-5g-ran-b210-50mhz.sh`<br>`openrf/agent/functions/start-5g-ran-n78-n310.sh` |
| `HERE` | — | `edge/openpnt-linuxptp/SELF-TEST.sh`<br>`edge/openpnt-linuxptp/install-linuxptp.sh`<br>`edge/openssa-sensor/native/uhd_spectrum_engine/build-simulation.sh`<br>`edge/openssa-sensor/native/uhd_spectrum_engine/build.sh`<br>`examples/opencybersec/ingest-examples.sh` |
| `HOME` | /tmp | `lib/openllm/pipeline-engine.js`<br>`openrf/agent/functions/start-5g-core.sh`<br>`openrf/agent/functions/status-5g-core.sh`<br>`third_party/ontowiki/.travis.yml` |
| `HOST` | 0.0.0.0 | `server.js`<br>`lib/openrf-controller/server.js` |
| `INSTALL_DIR` | — | `edge/opencybersec/install.sh` |
| `INSTANCE` | — | `edge/openpnt-linuxptp/install-linuxptp.sh` |
| `ISQLFILE` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `JOBS` | — | `edge/openpnt-linuxptp/install-linuxptp.sh` |
| `KBUILD_OUTPUT` | — | `third_party/openil_linuxptp/incdefs.sh` |
| `KNOWLEDGE_NS` | — | `server.js` |
| `LANG` | C.UTF-8 | `lib/openllm/pipeline-engine.js` |
| `LAT` | — | `edge/openssa-sensor/install-demo-sensor.sh` |
| `LON` | — | `edge/openssa-sensor/install-demo-sensor.sh` |
| `MISSION_KNOWLEDGE_NS` | — | `server.js` |
| `MOUNT_PATH` | COMPILED_DEPLOYMENT.mountPath | `server.js` |
| `NATIVE_SOURCE` | — | `edge/openssa-sensor/install/install-sensor.sh`<br>`edge/openssa-sensor/install/update-existing-sensor.sh` |
| `NODE_ID` | COMPILED_DEPLOYMENT.nodeId | `server.js`<br>`edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `NS` | — | `lib/openiia.js` |
| `OPENAAR_BATCH_SIZE` | 100 | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_CLOCK_SOURCE` | SYSTEM | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_MAX_SPOOL_MB` | 2048 | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_NODE_ID` | socket.gethostname( | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_RECONNECT_S` | 5 | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_RECORDER_ID` | f"EDGE-{socket.gethostname( | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_REPORT_INTERVAL_S` | 30 | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_RUN_ID` | — | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_SERVER` | http://127.0.0.1:3000 | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_SIGNING_KEY` | [REDACTED] | `server.js` |
| `OPENAAR_SITE` | FIELD | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_SNAPSHOT_EVERY_EVENTS` | 100 | `server.js` |
| `OPENAAR_SNAPSHOT_INTERVAL_S` | 30 | `server.js` |
| `OPENAAR_SPOOL_DIR` | /var/lib/openaar-edge | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_TIME_UNCERTAINTY_NS` | 0 | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_TOPICS` | — | `drivers/openaar_edge_recorder.py` |
| `OPENAAR_TYPES` | — | `drivers/openaar_edge_recorder.py` |
| `OPENAI_API_KEY` | — | `server.js`<br>`lib/openllm/providers.js` |
| `OPENANALYTICS_CONNECTOR_TIMEOUT_MS` | 60000 | `server.js` |
| `OPENBUS_API_TOKEN` | [REDACTED] | `OPENKNOWLEDGE-OPENTASK.md`<br>`OPENLVC-DEMO.md`<br>`OPENLVC-RTI.md`<br>`demo_simulator.py`<br>`server.js` |
| `OPENBUS_MAX_HISTORY` | 500 | `server.js` |
| `OPENCHAT_DEFAULT_TARGET` | #eod-ops | `server.js` |
| `OPENCOP_TRACK_URL` | https://opencop.c24.airoapp.ai/api/tracks | `server.js` |
| `OPENCOP_UI_URL` | BUILTIN_OPENCOP_UI_URL | `server.js` |
| `OPENCYBERSEC_AGENT_TOKEN` | [REDACTED] | `OPENCYBERSEC-QUICKSTART.md`<br>`OPENCYBERSEC.md`<br>`server.js`<br>`examples/opencybersec/ingest-examples.sh` |
| `OPENCYBERSEC_OPERATOR_TOKEN` | [REDACTED] | `OPENCYBERSEC-QUICKSTART.md`<br>`OPENCYBERSEC.md`<br>`server.js`<br>`examples/opencybersec/ingest-examples.sh` |
| `OPENCYBERSEC_READ_TOKEN` | — | `server.js` |
| `OPENFILES_HEALTH_URL` | — | `server.js`<br>`tools/integrate_opensof_service_entries.py` |
| `OPENFILES_PUBLIC_URL` | — | `tools/integrate_opensof_service_entries.py` |
| `OPENFILES_SERVICE_URL` | — | `server.js` |
| `OPENIIA_MAX_EVIDENCE_BYTES` | 12000000 | `server.js` |
| `OPENISAC_HEALTH_URL` | — | `server.js`<br>`tools/integrate_opensof_service_entries.py` |
| `OPENISAC_PUBLIC_URL` | https://bss.dev/live/isac/ | `tools/integrate_opensof_service_entries.py` |
| `OPENISAC_SERVICE_URL` | — | `server.js` |
| `OPENKNOWLEDGE_EDITOR_TOKEN` | [REDACTED] | `server.js` |
| `OPENKNOWLEDGE_GRAPH` | https://opensof.local/graph/core | `server.js` |
| `OPENKNOWLEDGE_MODEL_FILE` | path.join(DATA | `server.js` |
| `OPENKNOWLEDGE_ONTOWIKI_URL` | — | `server.js` |
| `OPENKNOWLEDGE_SPARQL_ENDPOINT` | — | `server.js` |
| `OPENKNOWLEDGE_TIMEOUT_MS` | 8000 | `server.js` |
| `OPENLLM_AGENT_MAX_OUTPUT_BYTES` | — | `lib/openllm/agents.js` |
| `OPENLLM_AGENT_TIMEOUT_MS` | — | `lib/openllm/agents.js` |
| `OPENLLM_ALLOW_LOCAL_EXECUTION` | — | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_ANTHROPIC_API_KEY` | [REDACTED] | `server.js`<br>`lib/openllm/providers.js` |
| `OPENLLM_ANTHROPIC_URL` | https://api.anthropic.com/v1').replace(/\/+$/ | `lib/openllm/providers.js` |
| `OPENLLM_ANTHROPIC_VERSION` | 2023-06-01 | `lib/openllm/providers.js` |
| `OPENLLM_CLAUDE_BIN` | claude | `lib/openllm/agents.js` |
| `OPENLLM_CODEX_BIN` | codex | `lib/openllm/agents.js` |
| `OPENLLM_COMMAND_MODE` | off').toLowerCase( | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_FALLBACK_WRITE_MAX_BYTES` | — | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_HEALTH_TIMEOUT_MS` | — | `lib/openllm/providers.js` |
| `OPENLLM_MAX_AUDIT` | — | `lib/openllm.js` |
| `OPENLLM_MAX_RUNS` | — | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_MODEL_CACHE_TTL_MS` | — | `lib/openllm/providers.js` |
| `OPENLLM_OPENAI_API_KEY` | [REDACTED] | `server.js`<br>`lib/openllm/providers.js` |
| `OPENLLM_OPENAI_URL` | https://api.openai.com/v1').replace(/\/+$/ | `lib/openllm/providers.js` |
| `OPENLLM_OPENBUS_SCHEMA` | opensof.openbus.event/1.0 | `lib/openllm.js` |
| `OPENLLM_OPENWEBUI_API_KEY` | [REDACTED] | `server.js`<br>`lib/openllm/providers.js` |
| `OPENLLM_OPENWEBUI_CHAT_PATH` | /api/chat/completions | `lib/openllm/providers.js` |
| `OPENLLM_OPENWEBUI_HEALTH_PATH` | /health | `lib/openllm/providers.js` |
| `OPENLLM_OPENWEBUI_MODELS_PATH` | /api/models | `lib/openllm/providers.js` |
| `OPENLLM_OPENWEBUI_URL` | process.env.OPENWEBUI_URL \|\| | `server.js`<br>`lib/openllm/providers.js` |
| `OPENLLM_OPERATOR_TOKEN` | [REDACTED] | `server.js`<br>`lib/openllm.js` |
| `OPENLLM_PROVIDER_TIMEOUT_MS` | — | `lib/openllm/providers.js` |
| `OPENLLM_QWEN_BIN` | qwen | `lib/openllm/agents.js` |
| `OPENLLM_SANDBOX_CPUS` | 2 | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_SANDBOX_IMAGE` | openc5isr-openllm-sandbox:0.1.0 | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_SANDBOX_MEMORY` | 2g | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_SANDBOX_PIDS` | 256 | `lib/openllm/pipeline-engine.js` |
| `OPENLLM_WORKSPACES_DIR` | path.join(ROOT | `server.js` |
| `OPENLVC_FEDERATE` | — | `edge/openlvc/systemd/openlvc-rti-gateway.service` |
| `OPENLVC_FEDERATION` | — | `edge/openlvc/systemd/openlvc-rti-gateway.service` |
| `OPENLVC_HEALTH_URL` | — | `server.js`<br>`tools/integrate_opensof_service_entries.py` |
| `OPENLVC_PUBLIC_URL` | — | `tools/integrate_opensof_service_entries.py` |
| `OPENLVC_RTI_SIDECAR_COMMAND` | — | `edge/openlvc/systemd/openlvc-rti-gateway.service` |
| `OPENLVC_SERVICE_URL` | — | `server.js` |
| `OPENMAIL_HEALTH_URL` | — | `server.js`<br>`tools/integrate_opensof_service_entries.py` |
| `OPENMAIL_PUBLIC_URL` | — | `tools/integrate_opensof_service_entries.py` |
| `OPENMAIL_SERVICE_URL` | — | `server.js` |
| `OPENNETWORKS_AGENT_SOCKET` | /run/opennetworks/agent.sock | `lib/open-networks/agent-client.js`<br>`modules/open-networks/integration/native-server-example.js` |
| `OPENNETWORKS_AGENT_TIMEOUT_MS` | 120000 | `lib/open-networks/agent-client.js`<br>`modules/open-networks/integration/native-server-example.js` |
| `OPENNETWORKS_BODY_LIMIT_BYTES` | 2 * 1024 * 1024 | `lib/open-networks/index.js` |
| `OPENNETWORKS_DATA_DIR` | path.join(this.rootDir | `lib/open-networks/service.js`<br>`modules/open-networks/integration/native-server-example.js` |
| `OPENNETWORKS_EXECUTION_MODE` | simulate | `lib/open-networks/service.js`<br>`modules/open-networks/integration/native-server-example.js` |
| `OPENPNT_AGENT_TOKEN` | [REDACTED] | `drivers/openpnt_agent.py`<br>`lib/openpnt.js` |
| `OPENPNT_BUILD_JOBS` | $(getconf _NPROCESSORS_ONLN 2>/dev/null \|\| echo 2 | `edge/openpnt-linuxptp/install-linuxptp.sh` |
| `OPENPNT_CLOCK_STALE_AFTER_S` | — | `lib/openpnt-timing.js` |
| `OPENPNT_LINUXPTP_BIN_DIR` | — | `drivers/openpnt_agent.py`<br>`drivers/openpnt_linuxptp.py` |
| `OPENPNT_NODE_ID` | — | `drivers/openpnt_agent.py`<br>`drivers/openpnt_linuxptp.py` |
| `OPENPNT_POLL_SECONDS` | — | `drivers/openpnt_agent.py` |
| `OPENPNT_POSITION_MAX_AGE_S` | — | `lib/openpnt.js` |
| `OPENPNT_PTP_CONFIG` | — | `drivers/openpnt_agent.py` |
| `OPENPNT_PTP_INSTANCE` | — | `drivers/openpnt_agent.py` |
| `OPENPNT_PTP_INTERFACE` | — | `drivers/openpnt_agent.py` |
| `OPENPNT_SERVER` | — | `drivers/openpnt_agent.py` |
| `OPENPNT_SPOOL_FILE` | — | `drivers/openpnt_agent.py` |
| `OPENPNT_TAI_UTC_OFFSET_S` | — | `lib/openpnt.js` |
| `OPENPNT_TDOA_MAX_UNCERTAINTY_NS` | — | `lib/openpnt-timing.js` |
| `OPENPNT_TDOA_MIN_SENSORS` | — | `lib/openpnt-timing.js` |
| `OPENPNT_TOKEN` | — | `drivers/openpnt_agent.py` |
| `OPENRF_5G_CORE_DIR` | $HOME/5g/magic-core | `openrf/agent/functions/start-5g-core.sh`<br>`openrf/agent/functions/status-5g-core.sh` |
| `OPENRF_AGENT_OFFLINE_SECONDS` | 70 | `lib/openrf-controller/server.js` |
| `OPENRF_AGENT_TOKEN` | [REDACTED] | `server.js`<br>`lib/openrf-controller/server.js`<br>`openrf/API.md` |
| `OPENRF_BASE_PATH` | /open-rf | `lib/openrf-controller/server.js` |
| `OPENRF_DATA_DIR` | path.join(DATA | `server.js`<br>`lib/openrf-controller/server.js` |
| `OPENRF_DISPATCH_LEASE_SECONDS` | 90 | `lib/openrf-controller/server.js` |
| `OPENRF_OPERATOR_TOKEN` | [REDACTED] | `server.js`<br>`lib/openrf-controller/server.js`<br>`openrf/API.md`<br>`openrf/README-UPSTREAM-v0.3.0.md` |
| `OPENRF_PYTHON` | /usr/bin/python3 | `openrf/agent/src/openrf_agent/util.py` |
| `OPENRF_RADIO_ADDRESS` | 192.168.20.2 | `openrf/agent/functions/probe-n310.sh` |
| `OPENRF_RADIO_ID` | N310-01 | `openrf/agent/functions/start-5g-ran-n78-n310.sh` |
| `OPENRF_READ_TOKEN` | — | `server.js`<br>`lib/openrf-controller/server.js`<br>`openrf/API.md` |
| `OPENSOF_BASE` | http://127.0.0.1:3000 | `scenarios/run_openeyes_demo.py` |
| `OPENSOF_EVENT_URL` | http://127.0.0.1:3000/api/event | `demo_simulator.py` |
| `OPENSOF_ROOT` | https://wallacecorptech.com/live/opensof | `examples/opencybersec/ingest-examples.sh` |
| `OPENSOF_URL` | http://127.0.0.1:3000 | `OPENLVC-DEMO.md`<br>`edge/openlvc/README.md`<br>`edge/openlvc/dis_udp_bridge.py`<br>`edge/openlvc/rti_openbus_gateway.py`<br>`edge/openlvc/systemd/openlvc-ais-bridge.service` |
| `OPENSSA_ACTIVE_TIMEOUT_S` | 900 | `server.js`<br>`edge/openssa-sensor/SERVER_INTEGRATION.md`<br>`edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `OPENSSA_EMITTER_HISTORY_LIMIT` | 2000 | `edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `OPENSSA_EMITTER_SIGHTING_LIMIT` | 500 | `edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `OPENSSA_GEOLOCATION_HISTORY_LIMIT` | 100 | `edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `OPENSSA_ITU_REGION` | 2 | `server.js`<br>`edge/openssa-sensor/SERVER_INTEGRATION.md`<br>`edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `OPENSSA_LOCATION_PROFILE` | — | `edge/openssa-sensor/drivers/ssa_sensor.py` |
| `OPENSSA_SENSOR_TOKEN` | [REDACTED] | `server.js`<br>`edge/openssa-sensor/SERVER_INTEGRATION.md`<br>`edge/openssa-sensor/local_server.js`<br>`edge/openssa-sensor/demo/run_streaming_demo.py`<br>`edge/openssa-sensor/lib/openssa.js` |
| `OPENSSA_UHD_SPECTRUM_ENGINE` | — | `edge/openssa-sensor/drivers/ssa_sensor.py` |
| `OPENWEBUI_API_KEY` | [REDACTED] | `server.js`<br>`lib/openllm/providers.js` |
| `OPENWEBUI_CHAT_PATH` | /api/chat/completions | `server.js` |
| `OPENWEBUI_DEFAULT_MODEL` | — | `server.js` |
| `OPENWEBUI_HEALTH_PATH` | /health | `server.js` |
| `OPENWEBUI_MODELS_PATH` | /api/models | `server.js` |
| `OPENWEBUI_URL` | ).replace(/\/+$/ | `server.js` |
| `OPEN_EYES_API_BASE` | — | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_ASSET_ID` | ISAC-RASPBOT-01 | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_DEFAULT_ASSET` | ISAC-RASPBOT-01 | `server.js` |
| `OPEN_EYES_HTTP_TIMEOUT` | 3 | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_LOG_LEVEL` | INFO | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_RECONNECT_DELAY` | 2 | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_STATUS_INTERVAL` | 0.25 | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_VERIFY_TLS` | true | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_EYES_VIDEO_FPS` | 15 | `drivers/raspbot_openeyes_agent.py` |
| `OPEN_SOF` | — | `OPENKNOWLEDGE-OPENTASK.md` |
| `OWHG` | — | `third_party/ontowiki/application/scripts/makeRelease.sh` |
| `PATH` | /usr/sbin:/usr/bin:/sbin:/bin | `edge/opencybersec/opencybersec_agent.py`<br>`lib/openllm/pipeline-engine.js`<br>`lib/openllm/util.js`<br>`tests/openpnt_agent_smoke_test.py`<br>`tests/openpnt_linuxptp_wrapper_smoke_test.py` |
| `PHPVERSION` | — | `third_party/ontowiki/application/scripts/travis/install-extensions.sh` |
| `PHP_` | — | `third_party/ontowiki/application/scripts/travis/install-extensions.sh` |
| `PORT` | 3000 | `server.js`<br>`edge/openssa-sensor/local_server.js`<br>`lib/openrf-controller/server.js` |
| `PUBLIC_BASE_URL` | COMPILED_DEPLOYMENT.publicBaseUrl).replace(/\/+$/ | `server.js` |
| `PWD` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `PYTHONUNBUFFERED` | 1 | `openrf/agent/systemd/openrf-agent.service` |
| `RASPBOT_BROWSER_WS_URL` | — | `server.js` |
| `RASPBOT_CONTROL_URL` | — | `server.js` |
| `RASPBOT_LOCAL_URL` | http://127.0.0.1:6001 | `drivers/raspbot_openeyes_agent.py` |
| `RASPBOT_STREAM_URL` | — | `server.js` |
| `RASPBOT_WS_URL` | — | `drivers/raspbot_openeyes_agent.py` |
| `RES` | — | `lib/openiia.js` |
| `RESULTFILE` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `ROCKETCHAT_AUTH_TOKEN` | [REDACTED] | `server.js` |
| `ROCKETCHAT_BOT_USERNAME` | openc5.bot | `server.js` |
| `ROCKETCHAT_EMBED_URL` | — | `server.js` |
| `ROCKETCHAT_INCOMING_WEBHOOK_URL` | — | `server.js` |
| `ROCKETCHAT_OUTGOING_TOKEN` | [REDACTED] | `server.js`<br>`rocketchat/outgoing-webhook-test.sh` |
| `ROCKETCHAT_PUBLIC_URL` | ROCKETCHAT_URL \|\| '').replace(/\/+$/ | `server.js` |
| `ROCKETCHAT_URL` | ).replace(/\/+$/ | `server.js` |
| `ROCKETCHAT_USER_ID` | — | `server.js` |
| `ROLE` | — | `edge/openssa-sensor/install-demo-sensor.sh` |
| `ROOT` | — | `edge/opencybersec/install.sh`<br>`edge/openpnt-linuxptp/SELF-TEST.sh`<br>`edge/openpnt-linuxptp/install-linuxptp.sh`<br>`edge/openssa-sensor/install-demo-sensor.sh`<br>`edge/openssa-sensor/install/install-native-uhd.sh` |
| `RUN_GROUP` | — | `openrf/agent/install.sh` |
| `RUN_ID` | — | `OPENCYBERSEC.md` |
| `RUN_USER` | — | `openrf/agent/install.sh` |
| `SERVICE` | — | `edge/opencybersec/install.sh` |
| `SERVICE_GROUP` | — | `edge/openssa-sensor/install/install-sensor.sh`<br>`edge/openssa-sensor/install/update-existing-sensor.sh` |
| `SERVICE_USER` | — | `edge/openssa-sensor/install/install-sensor.sh`<br>`edge/openssa-sensor/install/update-existing-sensor.sh` |
| `SESAME` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `SITE_ID` | COMPILED_DEPLOYMENT.siteId | `server.js`<br>`edge/openssa-sensor/lib/openssa.js`<br>`lib/openssa.js` |
| `SOURCE` | — | `edge/openpnt-linuxptp/install-linuxptp.sh` |
| `SOURCE_ROOT` | — | `modules/open-networks/integration/install-module-files.sh` |
| `SRC` | — | `drivers/install_openpnt_agent.sh` |
| `SSA_API` | — | `edge/openssa-sensor/public/open-ssa/app.js`<br>`open-ssa/app.js`<br>`public/open-ssa/app.js` |
| `STAMP` | — | `modules/open-networks/integration/install-module-files.sh` |
| `STICKER` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `STICKERBEGIN` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `SUDO_USER` | $USER | `edge/openssa-sensor/install/install-sensor.sh`<br>`edge/openssa-sensor/install/update-existing-sensor.sh`<br>`openrf/agent/install.sh` |
| `SUITE_VERSION` | — | `server.js`<br>`tools/integrate_opensof_service_entries.py` |
| `TARGET_ROOT` | — | `modules/open-networks/integration/install-module-files.sh` |
| `TASK` | — | `rocketchat/outgoing-webhook-test.sh` |
| `TOKEN` | — | `edge/openssa-sensor/install-demo-sensor.sh`<br>`rocketchat/outgoing-webhook-test.sh` |
| `TOMCAT_VERSION` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `TRACK_API` | — | `integrations/opencop-openeyes/patched-static/map.js` |
| `TRAVIS_PHP_VERSION` | — | `third_party/ontowiki/application/scripts/travis/install-extensions.sh`<br>`third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `UHD_INCLUDE_DIRS` | — | `edge/openssa-sensor/native/uhd_spectrum_engine/CMakeLists.txt` |
| `UHD_LIBRARIES` | — | `edge/openssa-sensor/native/uhd_spectrum_engine/CMakeLists.txt` |
| `USER` | — | `edge/openssa-sensor/SENSOR_INSTALL.md`<br>`edge/openssa-sensor/install-demo-sensor.sh`<br>`edge/openssa-sensor/install/install-sensor.sh`<br>`edge/openssa-sensor/install/update-existing-sensor.sh`<br>`openrf/README-UPSTREAM-v0.3.0.md` |
| `VIRTTMP` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `VIRTUOSO` | — | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| `VIRTUOSO_T` | — | `third_party/ontowiki/application/scripts/vad/prepare.sh` |
| `WORK` | — | `edge/openssa-sensor/install-demo-sensor.sh` |

## Network interface candidates

| Port | Protocol | Evidence type | Source |
| --- | --- | --- | --- |
| 1 | tcp | port mapping to 30 | `public/open-lvc/index.html` |
| 1 | tcp | port mapping to 80 | `third_party/openil_linuxptp/config.c` |
| 1 | tcp | port mapping to 80 | `third_party/openil_linuxptp/configs/G.8275.1.cfg` |
| 1 | tcp | port mapping to 80 | `third_party/openil_linuxptp/configs/automotive-master.cfg` |
| 1 | tcp | port mapping to 80 | `third_party/openil_linuxptp/configs/automotive-slave.cfg` |
| 1 | tcp | port mapping to 80 | `third_party/openil_linuxptp/configs/default.cfg` |
| 1 | tcp | port mapping to 80 | `third_party/openil_linuxptp/configs/gPTP.cfg` |
| 2 | tcp | port mapping to 00 | `tests/openpnt_agent_smoke_test.py` |
| 10 | tcp | port mapping to 150 | `third_party/ontowiki/extensions/datagathering/scripts/jquery.autocomplete.js` |
| 11 | tcp | port mapping to 43 | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.dimensions.js` |
| 11 | tcp | port mapping to 20 | `third_party/ontowiki/extensions/translations/ru/core.csv` |
| 12 | tcp | port mapping to 00 | `third_party/ontowiki/extensions/exconf/Archive.php` |
| 13 | tcp | port mapping to 11 | `data/openssa.json` |
| 13 | tcp | port mapping to 15 | `third_party/ontowiki/application/config/SysBase.rdf` |
| 13 | tcp | port mapping to 59 | `third_party/ontowiki/application/scripts/vad/ow_vad_sticker_template.xml` |
| 13 | tcp | port mapping to 29 | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery.simplemodal.js` |
| 14 | tcp | port mapping to 53 | `data/openssa.json` |
| 15 | tcp | port mapping to 04 | `data/openssa.json` |
| 18 | tcp | port mapping to 30 | `third_party/ontowiki/extensions/datagathering/scripts/jquery.autocomplete.js` |
| 19 | tcp | port mapping to 29 | `third_party/ontowiki/extensions/exconf/resources/exconf.css` |
| 19 | tcp | port mapping to 08 | `third_party/ontowiki/extensions/filter/resources/jquery.treeview.js` |
| 20 | tcp | command argument | `UPGRADE-v0.11.0.md` |
| 21 | tcp | port mapping to 01 | `third_party/ontowiki/extensions/exconf/pclzip.lib.php` |
| 21 | tcp | port mapping to 39 | `third_party/ontowiki/extensions/exconf/resources/togglebutton.css` |
| 30 | tcp | port mapping to 10 | `edge/openssa-sensor/lib/openssa.js` |
| 30 | tcp | port mapping to 10 | `lib/openssa.js` |
| 80 | tcp | port mapping to 443 | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| 200 | tcp | port mapping to 404 | `edge/openssa-sensor/lib/openssa.js` |
| 200 | tcp | port mapping to 422 | `lib/open-networks/service.js` |
| 200 | tcp | port mapping to 404 | `lib/openllm.js` |
| 200 | tcp | port mapping to 404 | `lib/openssa.js` |
| 200 | tcp | port mapping to 404 | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-1.9.1.js` |
| 201 | tcp | port mapping to 200 | `lib/openrf-controller/server.js` |
| 319 | tcp | command argument | `third_party/openil_linuxptp/udp.c` |
| 319 | tcp | command argument | `third_party/openil_linuxptp/udp6.c` |
| 320 | tcp | command argument | `third_party/openil_linuxptp/udp.c` |
| 320 | tcp | command argument | `third_party/openil_linuxptp/udp6.c` |
| 401 | tcp | port mapping to 400 | `lib/openrf-controller/server.js` |
| 413 | tcp | port mapping to 400 | `lib/open-networks/index.js` |
| 443 | tcp | port mapping to 80 | `server.js` |
| 1000 | tcp | port mapping to 20 | `public/open-networks/app.js` |
| 1000 | tcp | port mapping to 200 | `third_party/ontowiki/extensions/themes/silverblue/scripts/libraries/jquery-ui-1.8.22.js` |
| 3000 | tcp | URL | `OPENCYBERSEC-QUICKSTART.md` |
| 3000 | tcp | URL | `OPENLVC-RTI.md` |
| 3000 | tcp | URL | `README-OPENEYES.md` |
| 3000 | tcp | URL | `SCENARIOS.md` |
| 3000 | tcp | URL | `demo_simulator.py` |
| 3000 | tcp | URL | `drivers/eod_technician_agent.py` |
| 3000 | tcp | URL | `drivers/n310_sensor_agent.py` |
| 3000 | tcp | URL | `drivers/openaar_edge_recorder.py` |
| 3000 | tcp | URL | `drivers/openanalytics-agent.env.example` |
| 3000 | tcp | URL | `drivers/raspbot_task_agent.py` |
| 3000 | tcp | URL | `drivers/sse_to_udp_task_bridge.py` |
| 3000 | tcp | command argument | `edge/openlvc/README.md` |
| 3000 | tcp | URL | `edge/openlvc/ais_nmea_bridge.py` |
| 3000 | tcp | URL | `edge/openlvc/dis_udp_bridge.py` |
| 3000 | tcp | URL | `edge/openlvc/flightgear_bridge.py` |
| 3000 | tcp | URL | `edge/openlvc/rti_openbus_gateway.py` |
| 3000 | tcp | command argument | `edge/openlvc/systemd/openlvc-dis-bridge.service` |
| 3000 | tcp | URL | `edge/openssa-sensor/QUICKSTART-B210.md` |
| 3000 | tcp | URL | `edge/openssa-sensor/README.md` |
| 3000 | tcp | URL | `edge/openssa-sensor/config/ssa-sensor-simulation.json` |
| 3000 | tcp | URL | `edge/openssa-sensor/config/ssa-sensor-uhd-b210-local.json` |
| 3000 | tcp | URL | `edge/openssa-sensor/demo/run_streaming_demo.py` |
| 3000 | tcp | URL | `lib/openllm/providers.js` |
| 3000 | tcp | URL | `open-daa/open-analytics/app.js` |
| 3000 | tcp | URL | `rocketchat/outgoing-webhook-test.sh` |
| 3000 | tcp | URL | `scenarios/run_demo_sequence.sh` |
| 3000 | tcp | URL | `scenarios/run_eod_floor_mission.py` |
| 3000 | tcp | URL | `scenarios/run_follow_mission.py` |
| 3000 | tcp | URL | `scenarios/run_fusion_demo.py` |
| 3000 | tcp | URL | `scenarios/run_openeyes_demo.py` |
| 3000 | tcp | URL | `scenarios/send_eod_message.py` |
| 3000 | tcp | URL | `server.js` |
| 3030 | tcp | command argument | `third_party/ontowiki/application/scripts/travis/README.md` |
| 3600 | tcp | configuration directive | `server.js` |
| 5505 | tcp | command argument | `OPENLVC-DEMO.md` |
| 5505 | tcp | command argument | `edge/openlvc/README.md` |
| 5505 | tcp | command argument | `edge/openlvc/systemd/openlvc-flightgear-bridge.service` |
| 6001 | tcp | URL | `README-OPENEYES.md` |
| 6001 | tcp | command argument | `drivers/README-RASPBOT-OPENEYES.txt` |
| 6001 | tcp | URL | `drivers/openpnt_raspbot_guidance.py` |
| 6001 | tcp | URL | `drivers/raspbot-openeyes.env.example` |
| 6001 | tcp | URL | `drivers/raspbot_openeyes_agent.py` |
| 7101 | tcp | command argument | `SCENARIOS.md` |
| 8075 | tcp | command argument | `openrf/README-UPSTREAM-v0.3.0.md` |
| 8075 | tcp | URL | `openrf/agent/config/openrf-agent.json` |
| 8080 | tcp | URL | `third_party/ontowiki/application/scripts/travis/README.md` |
| 8080 | tcp | URL | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| 8088 | tcp | URL | `third_party/ontowiki/application/scripts/travis/README.md` |
| 8095 | tcp | URL | `openrf/API.md` |
| 8800 | tcp | URL | `drivers/mock_rocketchat.py` |
| 8888 | tcp | URL | `drivers/openanalytics-agent.json.example` |
| 8888 | tcp | URL | `open-daa/open-analytics/app.js` |
| 8888 | tcp | URL | `public/open-daa/open-analytics/app.js` |
| 8890 | tcp | URL | `third_party/ontowiki/application/scripts/travis/README.md` |
| 8890 | tcp | URL | `third_party/ontowiki/application/scripts/vad/vad.ini` |
| 9000 | tcp | URL | `open-lvc/app.js` |
| 9999 | tcp | URL | `third_party/ontowiki/application/scripts/travis/install-services.sh` |
| 10110 | tcp | command argument | `edge/openlvc/README.md` |
| 10110 | tcp | command argument | `edge/openlvc/systemd/openlvc-ais-bridge.service` |
| 18782 | tcp | URL | `tests/compiled_deployment_smoke_test.py` |

## Publication rule

Configuration names and safe defaults may be documented. Secret values must remain in the protected deployment secret mechanism, never in this page. Confirm every port with the live process and binding address before opening a firewall or publishing a proxy route.
<!-- BOOKSTACK-DOCUMENT-RELEASE:END -->

---

## Maintainer Notes

<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-BEGIN -->
Add human-reviewed deployment notes, corrections, decisions, screenshots, and links here. Content outside the generated block is preserved on future runs.
<!-- BOOKSTACK-DOCUMENT-RELEASE:NOTES-END -->