[<< home] [AutoSkelet] [LoopbackPortForwarding] |
AutoSkelet is a project template generator. It helps you creating a skeleton of a project using Autoconf, Automake and Libtools, compliant with the usual GNU style. It was written following the excellent recommendations of the Autobook.
This small Java application allows you to select ports to forward from
your public IP address (like 192.168.0.1) to the loopback
(127.0.0.1). It finds its motivation
for Google Android
development: it is not possible to connect from the Internet to the
Android emulator, while the emulator can access the Internet...
Using this app in addition to the appropriate adb forward
... commands will do the trick, your Android server apps are
accessible from the Internet!