Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngxson/hobby-kindle-http-file-server
HTTP file server for Kindle KUAL
https://github.com/ngxson/hobby-kindle-http-file-server
kual kual-extension
Last synced: 19 days ago
JSON representation
HTTP file server for Kindle KUAL
- Host: GitHub
- URL: https://github.com/ngxson/hobby-kindle-http-file-server
- Owner: ngxson
- License: mit
- Created: 2020-09-16T22:39:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T05:11:37.000Z (6 months ago)
- Last Synced: 2024-10-11T18:55:43.414Z (about 1 month ago)
- Topics: kual, kual-extension
- Language: Shell
- Homepage: https://filebrowser.org
- Size: 17.1 MB
- Stars: 66
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [KUAL Extension] HTTP-based file browser
Author: [ngxson](https://github.com/ngxson)
I use my Kindle Paperwhite 3 everyday for my studies at university. However, it's quite inconvenient to copy documents, specially PDFs into the kindle, because most of the time, I don't bring my laptop or a micro USB cable with me.
After a quick search for standalone HTTP-based file manager, I luckily found https://filebrowser.org/ , which is an open-source option. They are also very nice to have the prebuilt binary for ARMv7 so that I can write some code to implement it into KUAL.
Link to download KUAL extension (you just need to extract and place it under `/extensions` folder): https://github.com/ngxson/hobby-kindle-http-file-server/releases/
**Make sure that you also have kterm on KUAL**
### How to use
- Connect your kindle to wifi
- Open KUAL > HTTP File Server > Start Server
- Access kindle's IP address from a browser on your laptop/PC/Mobile/...
- The default username/password is admin/admin. You can change it by going to "Settings" section on web interface.### TODO
- ~~Show IP address~~
- ~~Ability run on the background~~## Notes
- This extension has only been tested on PW3. However, it should work on all other models that have an ARMv7 processor.
- To reset password: delete `filebrowser.db` under `/extensions/filebrowser` folderPlease feel free to make PRs on github!