Local Area FTP
-
[email protected]replied to [email protected] last edited by
I read this, thought "that's gotta be something you can do in Termux", searched it, and sure enough; that's something you can do in Termux.
-
[email protected]replied to [email protected] last edited by
Car battery works.
-
[email protected]replied to [email protected] last edited by
Honestly sounds like a job for a raspberry pi zero.
Small battery pack and a USB key, a bit of software setup, off you go.Install Raspbian:
https://www.raspberrypi.com/documentation/computers/getting-started.html#raspberry-pi-imagerSet it up as a hotspot:
https://www.raspberrypi.com/documentation/computers/configuration.html#enable-hotspotConfigure Samba share:
https://www.raspberrypi.com/documentation/computers/remote-access.html#samba -
[email protected]replied to [email protected] last edited by
and if you want to go even cheaper get an esp32 board with an sd card slot (i like the tdongle from lilygo) and it can just serve yhe sdcard files meow
-
[email protected]replied to [email protected] last edited by
Wonderful suggestion, I have an older raspberry pi and a libre sweet potato and i know i could achieve this with those, but I was hoping there was a project out there that would let anyone with a phone do it! I think this would be an excellent way to get people interested in torrent and libre software, because if someone shows up to a location and all it takes is attaching to a wifi access point and then downloading files, it feels very simple and easy to become engaged with it.
Thank you nonetheless though, I think this is wonderful suggestion!
-
[email protected]replied to [email protected] last edited by
True, they are typically 12 volt aren't they!
I just took mine out of my car for an unrelated issue haha, totally valid suggestion!
-
[email protected]replied to [email protected] last edited by
Awesome! This is just what I was looking for! Thanks!
-
[email protected]replied to [email protected] last edited by
They make little ones for stuff like motorcycles and tractors. Just make sure it’s 12v, because atv batteries are 6v I think.
-
[email protected]replied to [email protected] last edited by
1.5 A for 10 h is 15000 mAh, at 12V. Current powerbanks can do that. Here is a redmi one, specs says it can do that, 20000 mAh, 12V is the maximum:
https://www.mi.com/global/product/20000mah-redmi-fast-charge-power-bank/specsBuy an usb-pd 12V cable, one end of the cable is type c, the other end is standard dc coax. The cable has a chip inside, so it will always ask for 12V from the power source, it's like 5 USD, I have one for a similar usecase, works perfectly. They work only if the source can send the required voltage, if a powerbank can only send 5V or 9V it cant convert it up to 12.
It should look something like this, make sure the voltage is correct before buying:
-
[email protected]replied to [email protected] last edited by
Awesome, Thanks!
-
[email protected]replied to [email protected] last edited by
sshd
is like the #1 reason I usetermux
. Sure, one can "survive" withadb shell
but... what a pain. Setuptermux
thensshd
then bring on your toolset, fromnodejs
to whatever else you need. Making your Android device a "real" computer at last!