PAMP:Connectivity
From OpenSource
To really be able to utilize PAMP you need to be able to access the phone from another device and there are several ways for arranging that.
Contents |
WLAN
Often the most convenient and always the fastest way to access PAMP from you laptop is to use WLAN. You can use both ad-hoc and infra WLAN.
NOTE If you intend to access MySQL running on your phone using the MySQL client running on your laptop, then WLAN is the only alternative. The Raccoon and MWS gateway alternatives, described further down, provide HTTP access to the phone from the Internet, but not IP access, which is what MySQL needs.
Ad-hoc
On your phone
- [Settings]->[Connections]->[Access Points]
- Connection Name => a name for the connection. Pick a name that refers to the phone itself. I typically use Self, but it can be anything.
- Data bearer -> Wireless LAN
- WLAN network name -> Enter manually => a name under which your phone will appear when someone scans for available WLAN networks.
- WLAN network mode -> Ad-hoc
That is the minimum insecure setup. If you want to use security (recommended), then you need to configure that as well. Google around.
Then from PAMP
- [Options]->[Start WLAN]
- Select the access point you just created, e.g, Self.
Note that it usually takes a while before the connection is activated and the address is shown on the display of PAMP.
Finally, from your Laptop
- Connect to the WLAN you just created/started on your phone.
Note that it typically takes quite long (minutes) before the laptop obtains an IP-address for that WLAN. You may further have to open ports in the your firewall and configure the proxy settings on the browser on your laptop, before you are able to browse to your phone.
Infra
On your phone
- Create a WLAN access point for a particular WLAN router.
Then from PAMP
- [Options]->[Start WLAN]
- Select the access point specific for the WLAN router.
Finally, from your Laptop
- Connect to the same WLAN you just connected to from your phone.
MWS Gateway
If you install PAMP on top of MWS then you implicitly and immediately have the connectivity provided by the MWS gateway available.
This is the recommended way for providing access from the Internet to your PAMP site.
Raccoon Gateway
Raccoon is the original mobile web server that provides a mobile phone with http access from the Internet, using a transparent intermediate gateway. We no longer provide a gateway service, but you can install one yourself using the sources found at SourceForge.
The connector phone component can be found here in release PS_1_00_0.
Then
- Start Connector
- Invoke [Options]->[Settings] and enter your identifier and password.
- Invoke [Options]->[Go Online] and choose an Internet access point.
Remember that you need to start Pamp and Connector separately.
