OTA delivery center
One place for firmware, database, and tracker configuration.
The OTA service stays on the same NetMap visual language as the main app: dark header, indigo actions, white cards, and compact operational summaries.
HTTPS 443
ota.netmap.fr
Database + Firmware
Admin console
Database
…
Firmware
…
Base URL
ota.netmap.fr
Admin
/admin
📡 Public API Endpoints
GET /api/database/latest
Download the latest vehicle database (supports Range)
GET /api/database/info
Database metadata (version, SHA-256, MD5, CRC32, size)
GET /api/database/check-update?current_version=N
Check for update — returns diff file path if available
GET /api/database/diff/<filename>
Download a .df differential patch
GET /api/firmware/latest
Download the latest firmware (supports Range)
GET /api/firmware/version
Firmware version info (SHA-256, MD5, CRC32, size)
GET /api/firmware/check-update?name=net-hub¤t_version=N
Check for firmware update
🔧 Administration
Manage database versions, firmware files, vehicle profile coverage and security settings.
Open Admin Console →