Skip to content

Commit

Permalink
Add WiFi USB Disk
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jul 11, 2024
1 parent b6d9466 commit 07fbb3d
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/assets/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,39 @@
}],
"tags": ["network", "wifi", "wifi-dongle"]
},
{
"id": "tp-pendrive-s3-wifi-usb-disk",
"name": "WiFi USB Disk",
"description": "After plugin the device into a computer it will mount like a regular memory stick. At the same time it starts a WiFi Access Point with a webserver. A user can then access the files stored on the memory stick over this web interface.",
"instructions": "",
"version": "1.0.0",
"repository": "https://github.com/ThingPulse/esp32-s3-pendrive-wireless-usb-disk",
"appIcon": "/assets/apps/wifi-usb-disk/wifi-usb-disk.jpg",
"supportedDevices": [
"tp-pendrive-s3"
],
"versions": [{
"name": "1.0.0",
"partitions": [{
"name": "Bootloader",
"data": [],
"offset": "0x0",
"url": "./assets/apps/wifi-usb-disk/bootloader.bin"
},
{
"name": "Partition Table",
"data": [],
"offset": "0x8000",
"url": "./assets/apps/wifi-usb-disk/partitions.bin"},
{
"name": "Firmware",
"data": [],
"offset": "0x10000",
"url": "./assets/apps/wifi-usb-disk/firmware.bin"
}]
}],
"tags": ["network", "wifi", "wifi-dongle"]
},
{
"id": "other-device",
"name": "Weird Firmware",
Expand Down
Binary file added src/assets/apps/wifi-usb-disk/bootloader.bin
Binary file not shown.
Binary file added src/assets/apps/wifi-usb-disk/firmware.bin
Binary file not shown.
Binary file added src/assets/apps/wifi-usb-disk/partitions.bin
Binary file not shown.
Binary file added src/assets/apps/wifi-usb-disk/wifi-usb-disk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07fbb3d

Please sign in to comment.