View Single Post
Old 02-05-2016, 11:49 AM   #285
ad1217
Junior Member
ad1217 began at the beginning.
 
Posts: 2
Karma: 12
Join Date: Jun 2015
Location: Worcester Polytechnic Institute
Device: Kindle Voyage
Worked on my Voyage.

For those who want a slightly easier method, you can use create_ap with the "--redirect-to-localhost" option, instead of setting up dns. Example command:
Code:
sudo create_ap mlan0 --redirect-to-localhost -n test
The files can then be hosted with
Code:
python2 -m SimpleHTTPServer
This hosts on port 8000 by default, so navigate to 'a:8000'.
ad1217 is offline   Reply With Quote