More actions
(Created page with "{{#seo: |title= (Other Apps) - GameBrew |title_mode=append |image=3ds.png |image_alt=3DS httpd }} {{Infobox 3DS Homebrews |title=3DS httpd |image=3ds.png |description=A flexible httpd server capable of handling sdcard file reads, crypto operations, system requests and raw memory operations. |author=dimaguy |lastupdated=2022/09/23 |type=Other Apps |version=nightly |license=MIT |download=https://dlhb.gamebrew.org/3dshomebrews/3dshttpd3ds.7z |website=https://db.universal-te...") |
No edit summary |
||
Line 72: | Line 72: | ||
==External Links== | ==External Links== | ||
Universal-Team - https://db.universal-team.net/3ds/3ds-httpd | *Universal-Team - https://db.universal-team.net/3ds/3ds-httpd | ||
GitHub - https://github.com/dimaguy/3ds-httpd | *GitHub - https://github.com/dimaguy/3ds-httpd |
Revision as of 13:26, 29 December 2022
3DS httpd | |
---|---|
General | |
Author | dimaguy |
Type | Other Apps |
Version | nightly |
License | MIT License |
Last Updated | 2022/09/23 |
Links | |
Download | |
Website | |
Source | |
3DS httpdis a modular web server for your 3DS.
Installation
Just install the CIA or run 3dsx and you're good to go! Available on Universal-Updater!
Path Handlers
Default Handler
- Path: / - Description: Returns a hardcoded HTML response
Favicon Handler
- Path: /favicon.ico - Description: Returns a hardcoded SVG favicon
System Handler
- Path: /system/ - Description: /system/exit - Exits app /system/reboot - Reboots system
SDMC Handler
- Path: /sdcard/ - Description: Returns content of requested file in SD Card with content-type text/html, if file is missing returns 404. Path starts at SDMC root
Memory R/W Handler
- Path: /readmem/ || /writemem/ - Description: Reads and writes system memory. Honestly you're more likely to crash your 3DS. Check source code for details
Encryption Handler
- Path: /crypt/ - Description: Uses native AES Encryption/Decryption Algorithms to do CBC/CTR/CTM. Check source code for details.
Changelog
nightly
- ec38a2c: Code reformatting, fix disappearing manual (dimaguy)
External Links
- Universal-Team - https://db.universal-team.net/3ds/3ds-httpd
- GitHub - https://github.com/dimaguy/3ds-httpd