Wifi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(added section headers)
(Replacing page with '#Redirect Wireless_Networking')
Line 1: Line 1:
== Getting connected ==
+
#Redirect Wireless_Networking
 
+
=== Open networks ===
+
 
+
To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.
+
 
+
=== WEP secured networks ===
+
 
+
To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:
+
 
+
<pre>
+
ifconfig eth0 up                                                                                                   
+
iwconfig eth0 essid any                                                                                           
+
iwconfig eth0 key 'mykey'                                                                                         
+
iwconfig eth0 essid 'myssid'                                                                                       
+
ifup eth0
+
</pre>
+
 
+
== Additional Software ==
+
 
+
Here are some applications available to aid in wifi administration..
+
 
+
=== lint-wifi ===
+
lint-wifi work in progress<br>
+
http://wiki.openmoko.org/wiki/Lint-wifi
+
 
+
=== Mofi ===
+
 
+
Mofi is software for the OpenMoko platform allowing phone users to search for and connect to wireless access points within range.
+
 
+
http://wiki.openmoko.org/wiki/mofi
+
 
+
[[Category:Application Developer]]
+

Revision as of 20:27, 2 August 2008

  1. Redirect Wireless_Networking
Personal tools

Getting connected

Open networks

To get wireless networking working via the GUI, use the ASU software which includes the campwifi.py script. It will connect to any open (unencrypted) network.

WEP secured networks

To connect to a WEP encrypted network, you'll need to SSH into your phone and issue the following commands:

ifconfig eth0 up                                                                                                    
iwconfig eth0 essid any                                                                                             
iwconfig eth0 key 'mykey'                                                                                           
iwconfig eth0 essid 'myssid'                                                                                        
ifup eth0

Additional Software

Here are some applications available to aid in wifi administration..

lint-wifi

lint-wifi work in progress
http://wiki.openmoko.org/wiki/Lint-wifi

Mofi

Mofi is software for the OpenMoko platform allowing phone users to search for and connect to wireless access points within range.

http://wiki.openmoko.org/wiki/mofi