Skip to content

Commit

Permalink
Add WiFi Dongle application
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Jun 22, 2024
1 parent a4a2efa commit 8f05acb
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/assets/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,36 @@
}],
"tags": ["fido2", "u2f", "security", "authentication", "webauthn"]
},
{
"id": "tp-pendrive-s3-wifi-dongle",
"name": "WiFi Dongle",
"description": "Turns the Pendrive S3 into a WiFi dongle so that your computer can connect to the internet.",
"instructions": "",
"version": "1.0.0",
"repository": "https://github.com/ThingPulse/esp32-pendrive-s3-wifi-dongle",
"appIcon": "/assets/apps/wifi-dongle/wifi-dongle.png",
"supportedDevices": [
"tp-pendrive-s3"
],
"partitions": [{
"name": "Bootloader",
"data": [],
"offset": "0x0",
"url": "./assets/apps/wifi-dongle/bootloader.bin"
},
{
"name": "Partition Table",
"data": [],
"offset": "0x8000",
"url": "./assets/apps/wifi-dongle/partition-table.bin"},
{
"name": "Firmware",
"data": [],
"offset": "0x10000",
"url": "./assets/apps/wifi-dongle/usb_dongle.bin"
}],
"tags": ["network", "wifi", "wifi-dongle"]
},
{
"id": "other-device",
"name": "Weird Firmware",
Expand Down
Binary file added src/assets/apps/wifi-dongle/bootloader.bin
Binary file not shown.
Binary file not shown.
Binary file added src/assets/apps/wifi-dongle/usb_dongle.bin
Binary file not shown.
Binary file added src/assets/apps/wifi-dongle/wifi-dongle.png
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 8f05acb

Please sign in to comment.