Changes between Version 2 and Version 3 of SahanaOnMobileServer
- Timestamp:
- 01/08/09 20:48:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SahanaOnMobileServer
v2 v3 1 == Sahana Instance Running on a Mobile Phone Server==1 == Sahana Instance Running on a Mobile Phone Server == 2 2 3 3 Goal here is to get web2py and Sahana3 to run on a mobile phone which can use its WLAN card as a Wifi 802.11b/g access point for volunteers to connect to via their wifi-enabled laptops or wifi-enabled mobile phones for instant access to a local Sahana instance. … … 7 7 Next option would be Android. However it is not really very open to things like changing Wifi modes and no one has yet had it working as an access point either. 8 8 9 Currently, the best option seems to be Nokia Series 60 3rd Edition phones which support Nokia's MWS (Mobile Web Server, [http://opensource.nokia.com/projects/mobile-web-server/]) and [ PAMP|http://wiki.opensource.nokia.com/projects/PAMP] (Personal Apache MySQL PHP/Python) setup. This seems like an excellent choice because the Nokia phones are apparently capable of putting their Wifi cards into properly working Ad-Hoc and Infrastructure/Master modes for other devices to connect to them.9 Currently, the best option seems to be Nokia Series 60 3rd Edition phones which support Nokia's MWS (Mobile Web Server, [http://opensource.nokia.com/projects/mobile-web-server/]) and [!PAMP|http://wiki.opensource.nokia.com/projects/PAMP] (Personal Apache MySQL PHP/Python) setup. This seems like an excellent choice because the Nokia phones are apparently capable of putting their Wifi cards into properly working Ad-Hoc and Infrastructure/Master modes for other devices to connect to them. 10 10 My only complaint about this is Nokia's choice to use MySQL which is a rather heavy and memory-intensive database for what should be a light app. In my opinion, something like SQLite would be a lot better suited for this purpose. I will try to see if there are any SQLite implementations in existence for the Nokia Series 60 platform. This would help to make the app faster and able to accommodate more simultaneous users. 11 11