You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
{{#seo: |title= (Other Apps) - GameBrew |title_mode=append |image=3ds.png |image_alt=3DS httpd }} A http server written in C made for the 3DS. ==Installation== Install the CIA or run 3DSX and you're good to go. Available on [[Universal-Updater_3DS|Universal-Updater]]. ==User guide== ===Path Handlers=== '''Default Handler''' <pre> - Path: / - Description: Returns a hardcoded HTML response </pre> '''Favicon Handler''' <pre> - Path: /favicon.ico - Description: Returns a hardcoded SVG favicon </pre> '''System Handler''' <pre> - Path: /system/ - Description: /system/exit - Exits app /system/reboot - Reboots system </pre> '''SDMC Handler''' <pre> - 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 </pre> '''Memory R/W Handler''' <pre> - Path: /readmem/ || /writemem/ - Description: Reads and writes system memory. Honestly you're more likely to crash your 3DS. Check source code for details </pre> '''Encryption Handler''' <pre> - Path: /crypt/ - Description: Uses native AES Encryption/Decryption Algorithms to do CBC/CTR/CTM. Check source code for details. </pre> ==Changelog== '''nightly''' *ec38a2c: Code reformatting, fix disappearing manual (dimaguy). ==External Links== *GitHub - https://github.com/dimaguy/3ds-httpd
Advertising: