Zengen Technologies
Platform Launch Ingress

Geodetic Marker Roster & Telemetry System

An ultra-secure serverless platform and geodetic progressive web app engineered for Southern Railway contractors to catalog, verify, and lock physical railway markers with zero spoofing exposure.

Zengen Technologies
Southern Railway
HMAC-SHA256 Signed
System Architecture

Full-Stack Isolated Topology

The platform architecture isolates computing resources into three separate nodes to maximize security boundaries, withstand spike queries, and ensure zero public document exposure.

React Web Console

Administrative control desk for contractors to import CSV registries, audit updates, and manage assets.

Mobile PWA Terminal

Zero-install progressive web application enabling engineers to calibrate markers directly at track-sides.

Serverless API Core

Laravel API layer executed inside isolated AWS Lambda containers via Bref, ensuring zero server overhead.

S3 Blueprints Vault

Technical layout documents are locked inside private S3 containers, accessible only via temporary, signed URLs.

WEB PORTAL (React) Contractor Console FIELD PWA (Vite) Zero-Install Mobile API BACKEND (Bref) AWS Lambda Compute SECURE GEODB
Management Core

Contractor Web Control Center

Built using React, TailwindCSS, and Outfit typography, the admin panel allows contractor managers to assign track segments, audit updates, and upload trench layouts.

Spreadsheet Ingestion

Upload track coordinates lists containing thousands of records in a single action, instantly assigning cryptographically signed tags.

Segment Progress HUD

Dynamic dashboards group track masts by their status (Pending vs. Calibrated), giving managers live feedback on geodetic coverage.

CORS Origin Locking

The console strictly operates on official Southern Railway endpoints, preventing cross-site scripting and unauthorized data queries.

Immutable Auditing

Every single blueprint download, parameter look up, and telemetry calibration is logged in a read-only historical ledger.

Low-Latency Field Tool

Engineer Zero-Install Mobile App

An offline-first geodetic terminal for field engineers, accessible instantly on any smartphone without visiting standard app stores.

1-Click Home Screen Anchoring

Supports immediate local install prompts for Chrome (Android) and custom step-by-step setup modals for native Safari (iOS).

HTML5 History Tab Routing

Maintains tab states across refreshes and maps view history. Pressing system back buttons swaps tabs instead of closing the app.

Aggressive Offline Caching

Service worker (`sr-track-v3`) caches UI templates, enabling field operations in tunnels with zero network connectivity.

POST-Based lookup

Bypasses static file route mapping errors, loading geometries for complex references (e.g. 558/2-LB2) instantly.

Enterprise Security

HMAC Cryptographic Pipeline

Data integrity is strictly locked at the physical layer to shield coordinates databases from spoofing, tag tampering, and outer-domain manipulation.

HMAC-SHA256 Encoded Tags

Every track marker specification is cryptographically sealed during creation. Modifying any coordinate breaks the signature immediately.

Secure Gateway Verification

QR code verification requires payloads to match official Southern Railway domain prefixes. Outer scans are rejected immediately.

Preflight CORS Protection

Strict server-side origin policies deny non-aligned clients from triggering transactions, blocking data injections.

JWT Role Gatekeeper

Restricts geodetic calibration and blueprint lookup capabilities strictly to authenticated site engineers.

GATEWAY_SHIELD_DAEMON
# Check Domain Prefix
url_input = request.input('payload')
if not url_input.startswith("https://sir.zengentech.com"):
  return response.json({"error": "ACCESS_DENIED"}, 403)

# Validate Cryptographic Seal
token = parse_query(url_input, "token")
payload = hmac_decrypt(token, SECRET_KEY)
if not payload:
  return response.json({"error": "TAG_TAMPERING_SUSPECTED"}, 400)

[SYSTEM RUNTIME ALERT] HMAC verification success. Specification unlocked.
Compliance & Safety

Enterprise Security & Compliance

Southern Railway's geodata assets are protected by top-tier transport layer privacy, auto-resilience recovery systems, and strict software standard compliance alignments.

Vulnerability Mitigations

Aligned with OWASP Top 10 guidelines to prevent injections, enforce secure direct object reference mappings, and sanitize all parameters.

TLS 1.3 Transport Privacy

Encrypts all operations-side telemetry in transit using strong TLS 1.3 cryptographic suites, preventing passive man-in-the-middle sniffing.

AWS RDS Point-in-Time Recovery

Database uses continuous hourly automated snapshot backups with a 30-day retention log, guaranteeing zero data loss on infrastructure failures.

ISO 27001 Infrastructure

API containers and server databases are hosted in isolated virtual networks (VPC) with continuous security scanning and dependency audits.

🔒 COMPLIANCE METRICS:
• Encryption Standard: AES-256-GCM
• Transit Protocol: HTTPS (TLS 1.3)
• API Authorization: Auth JWT Bearer
• Server Ingestion check: Strict Schema Preflights
• Geodata Residency: Isolated AWS Cloud Boundaries
Geodetic Calibration

GPS Radar Proximity & Locking

Engineered to isolate satellite parameters and calibrate precise marker positioning directly at track side.

Multi-Sample GPS Calibration

Gathers sequential coordinates logs, filtering out distorted satellite samples to capture the highest-accuracy lock before committing.

Geofenced Radar Proximity

Field engineers initiate localized proximity radar scans to find the 5 nearest masts, displaying distance and boundary offset guides.

Immutable Coordinate Commit

Calibrated GPS positions are permanently patched to central database records, linking user ID, time, and coordinates.

Physical Boundary Asserts

Server verifies reported geometries against technical boundaries logs to flag layout anomalies during placement.

System Accountability

Immutable Audit Ledger

Every transaction, verification scan, blueprint request, and credential rotation is recorded in a read-only security vault, providing absolute contractor accountability.

Verification Scan Auditing

Logs all physical QR HMAC code queries at trackside, identifying the site engineer's session and the specific marker.

Geodetic Installation Auditing

Logs the multi-sample satellite lock details, GPS signal accuracy, and coordinates locked to database specifications.

Blueprint Access Logging

Tracks all S3 blueprint pre-signed access URL requests, locking access timestamps and engineer IDs to prevent drawing leaks.

Administrative Overrides

Rotations of security passcodes, user account provisioning, and contractor track sector mappings are logged in immutable entries.

CENTRAL_IMMUTABLE_AUDIT_STREAM
📡 [2026-05-29 09:12:00] SPECIFICATION_CREATE: Registered signed HMAC token for Mast 558/2-LB2 [Auth: contractor-admin]
📡 [2026-05-29 09:15:32] AUTH_LOGIN: Session token issued for Site Engineer (SR-ENG-994) [IP: 10.14.88.22]
📡 [2026-05-29 09:16:10] BLUEPRINT_DOWNLOAD: Presigned S3 URL issued for mast_558_plan.pdf [TTL: 600s] [Auth: SR-ENG-994]
📡 [2026-05-29 09:20:15] SPECIFICATION_VERIFY: Scan matching official Southern Railway domain successful [Auth: SR-ENG-994]
📡 [2026-05-29 09:21:40] SPECIFICATION_INSTALL: GPS calibrated coordinates logged (13.0827, 80.2707) with ±1.8m accuracy [Auth: SR-ENG-994]
● LEDGER_SECURE_INTEGRITY
Compute & Storage Isolation

Serverless Compute & Storage Isolation

Leverages isolated cloud microservices to withstand traffic spikes, separate resources, and prevent document leaks.

AWS Lambda Compute

API layer is mapped to microservices using Laravel and Bref, scaling instantly to handle concurrent calibrations.

AWS S3 Storage Shield

Layout PDF blueprints are sealed inside private S3 storage units, completely blocked from public directories.

10-Min Pre-signed URLs

Blueprint layout links are generated dynamically with a 10-minute expiration token, preventing download leaks.

POST Parameter Lookup

Reference lookups run via JSON HTTP POST parameters to handle complex characters safely and prevent injection attacks.

Zengen Technologies
Deployment Ready

Platform Handover Completed

The Geodetic Marker Roster and Telemetry system is fully synchronized, committed, and ready for deployment to Southern Railway Contractors.

CSV Bulk Sync Ready

Ready to process thousands of coordinates references en-masse.

Zero-Install Terminal

Low-latency telemetry tracking with offline-first service worker cache.

Engineered & Designed by

ZENGEN TECHNOLOGIES