NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.92k stars 1.69k forks source link

serve over 3g/4g connetion #510

Open felipe-fernandes opened 6 years ago

felipe-fernandes commented 6 years ago

Hi, is it possible to access my nanohhtpd server running on an android device connected only through 3g/4g connection?

LordFokas commented 6 years ago

To quote a great Computer Networks teacher I had:

"The software doesn't care what type of connection you have. Ethernet, Wi-Fi, pigeon mail, smoke signals, it's all the same for the software as long as the packets get there."

So the question really is can you connect to the server's network using 3G?