Independent Polybolos Institute sample (not an Anduril product).
OASW(SO/LIC) Jul 2026 Selected (technically meritorious; under evaluation/consideration).
1BCT/82nd Airborne Operation Epic Fury challenge (GoColosseum): Submitted.
AFRL Apr 2026: RQ portfolio share (Col Rondeau) + Control Science Center exchange (Weintraub; "state of the art" / partnership / SBIR language in correspondence). Attributed dialogue.
TRL 5 Decision-C2 lineage · Lattice sandbox / interop sample · Inquiries: mark.brown@polybolos.org · CAGE 1AVY9 · UEI RUSHH9B2UQV3
Anduril ships AIS -> Lattice samples. Community has MAVLink -> Lattice (Python/SDK) and our anduril-mavlink-lattice-bridge (C++/WinHTTP). ADS-B / OpenSky -> Anduril Lattice fills that gap.
- POLYBOLOS Core / ThreatObject / ROE / magazine / HOTL Authority
- Dump1090/readsb UDP (easy follow-on; same entity mapper)
- Effector / tasking path
| Piece | Required? |
|---|---|
Lattice (LATTICE_*) |
Yes - same Sandboxes env as other doors |
| OpenSky account | No - anonymous public API (rate-limited) |
- Windows + CMake 3.21+ + MSVC (WinHTTP)
- Lattice Sandbox credentials (Developer Program)
cd cpp
cmake -B build -G "Visual Studio 17 2022" -A x64
cmake --build build --config ReleaseBinary: cpp\build\Release\opensky_lattice_bridge.exe
# load LATTICE_* then:
.\cpp\build\Release\opensky_lattice_bridge.exe --auth-only
.\cpp\build\Release\opensky_lattice_bridge.exe --sim --once
.\cpp\build\Release\opensky_lattice_bridge.exe --once # live OpenSky (DFW bbox)
.\cpp\build\Release\opensky_lattice_bridge.exe --poll 15Optional bbox env: OPENSKY_LAMIN OPENSKY_LOMIN OPENSKY_LAMAX OPENSKY_LOMAX
(default Dallas / DFW area).
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python -m bridge --sim --onceOpenSky REST --> OpenSkyClient --> AircraftState[]
|
v
LatticeRestClient --> PUT /api/v1/entities
- anduril-mavlink-lattice-bridge
- anduril-dump1090-lattice-bridge
- anduril-lattice-rest-winhttp - shared WinHTTP REST client
- anduril-lattice-stream-watcher - read-only SSE watcher
- anduril-mock-lattice - CI sandbox stand-in
- anduril-lattice-sandbox-dx - auth / ontology DX
MIT - see LICENSE.
Anduril®, Lattice®, and Lattice SDK® are trademarks of Anduril Industries. OpenSky Network is a separate project; respect their API terms. This project is an independent integration sample, not an Anduril product.
This repository is the open foundation (MIT).
Polybolos Institute also maintains a proprietary catalog of additional capabilities that are not published here. Contact us to discuss production deployment and commercial licensing.