mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:38:53 +03:00
contrib header changes
This commit is contained in:
@@ -12,6 +12,9 @@ Publish retained payloads for these topics:
|
||||
- `v0/ota/00/00.01/00.01.01/android_cast_00.01.01.01_sign.json`
|
||||
- `v0/ota/00/00.01/00.01.01/android_cast_00.01.01.01.otapkg`
|
||||
|
||||
HTTP mirrors may also host `*.otabundle.zip` (manifest + sign + `package.apk` in one STORED zip).
|
||||
The app uses **per-artifact MQTT topics only** — it does not download bundles over MQTT.
|
||||
|
||||
Example source URL in app settings:
|
||||
|
||||
- `mqtt://foxx.org:1883/v0/ota/channel/stable.json`
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"apkUrl": "https://foxx.org/v0/ota/00/00.01/00.01.00/android_cast_00.01.00.00.otapkg",
|
||||
"signUrl": "https://foxx.org/v0/ota/00/00.01/00.01.00/android_cast_00.01.00.00_sign.json",
|
||||
"sizeBytes": 10485760,
|
||||
"bundleUrl": "https://foxx.org/v0/ota/00/00.01/00.01.00/android_cast_00.01.00.00.otabundle.zip",
|
||||
"bundleSha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"bundleSizeBytes": 10500000,
|
||||
"mandatory": false,
|
||||
"releaseNotes": "Current production baseline."
|
||||
}
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"apkUrl": "https://foxx.org/v0/ota/00/00.01/00.01.01/android_cast_00.01.01.01.otapkg",
|
||||
"signUrl": "https://foxx.org/v0/ota/00/00.01/00.01.01/android_cast_00.01.01.01_sign.json",
|
||||
"sizeBytes": 11534336,
|
||||
"bundleUrl": "https://foxx.org/v0/ota/00/00.01/00.01.01/android_cast_00.01.01.01.otabundle.zip",
|
||||
"bundleSha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"bundleSizeBytes": 11600000,
|
||||
"mandatory": false,
|
||||
"releaseNotes": "Next OTA candidate with service-based updater."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user