mirror of
https://github.com/Jan21493/Linkplay.git
synced 2024-11-20 19:33:58 +00:00
-
This commit is contained in:
parent
b20df0a9bc
commit
43e144aa52
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Download and Prepare Firmware on your own web server
|
# Download and Prepare Firmware on your own web server
|
||||||
After I had downloaded some firmware files my web server became quite messy, so I've created a list of commands to download firmware for different products and versions.
|
After I had downloaded some firmware files my web server became quite messy, so I've created a list of commands to download firmware for different products and versions.
|
||||||
|
|
||||||
|
```
|
||||||
/Library/WebServer/Documents/linkplay
|
/Library/WebServer/Documents/linkplay
|
||||||
|-- products-original-2024-01-03.xml # downloaded products.xml file renamed by current date for future use
|
|-- products-original-2024-01-03.xml # downloaded products.xml file renamed by current date for future use
|
||||||
|-- products.xml # crafted file that contains the products I own and the URLs are pointing to this local web server
|
|-- products.xml # crafted file that contains the products I own and the URLs are pointing to this local web server
|
||||||
|
@ -25,6 +26,7 @@ After I had downloaded some firmware files my web server became quite messy, so
|
||||||
| +-- ...
|
| +-- ...
|
||||||
+-- mp3 # notification messages in mp3 format
|
+-- mp3 # notification messages in mp3 format
|
||||||
...
|
...
|
||||||
|
```
|
||||||
|
|
||||||
I've provided shell script that can be used to download products.xml, the specific product.xml files for the products in use and their images for the two important versions:
|
I've provided shell script that can be used to download products.xml, the specific product.xml files for the products in use and their images for the two important versions:
|
||||||
- 20200220 - version with security vulnerability to allow telnet to the device
|
- 20200220 - version with security vulnerability to allow telnet to the device
|
||||||
|
|
Loading…
Reference in a new issue