The Following 20 Users Say Thank You to jonwil For This Useful Post: | ||
Bad_Habit, bipinbn, don_falcone, Flynx, fw190, Gusse, Joseph9560, kent_autistic, m750, maacruz, MartinK, mirciox, mosiomm, mrsellout, Netweaver, OVK, Pigro, Stonik, strange1712, systemcrash |
|
2011-12-01
, 00:22
|
Posts: 1 |
Thanked: 0 times |
Joined on Nov 2011
|
#2
|
|
2011-12-01
, 01:56
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#3
|
The Following User Says Thank You to jonwil For This Useful Post: | ||
|
2011-12-01
, 08:39
|
Posts: 48 |
Thanked: 32 times |
Joined on Dec 2010
@ Russia, Moscow
|
#4
|
The Following User Says Thank You to Bad_Habit For This Useful Post: | ||
|
2011-12-01
, 08:53
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#5
|
|
2011-12-01
, 09:20
|
Posts: 567 |
Thanked: 2,965 times |
Joined on Oct 2009
|
#6
|
|
2011-12-01
, 09:43
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#7
|
|
2011-12-01
, 09:55
|
Posts: 244 |
Thanked: 354 times |
Joined on Jul 2010
@ Scotland
|
#8
|
For signal strength, yeah, I can add an option "min signal strength" which will let you set a value in dB and if the network comes in with a dB value less than that, it will be ignored.
|
2011-12-01
, 10:38
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#9
|
|
2011-12-01
, 11:48
|
Posts: 323 |
Thanked: 180 times |
Joined on Oct 2009
@ Gent, Belgium
|
#10
|
The Following User Says Thank You to Netweaver For This Useful Post: | ||
How it will work is as follows:
1.There is a control panel. This will contain a check box to turn the priority feature on and off and a list of all the WiFi networks your phone has connected to before (or rather those that would be listed under "connections" in the "internet connections" control panel). Each network will have a priority assigned to it. This is just a number and can be anything (you could give one network a priority of 200 and another one a priority of 536 if you wanted to). Zero will mean "do not automatically connect to this network".
2.There will be a plugin that sits between the libicd_network_wlan plugin and the icd daemon and modifies what gets sent back and forth to implement the priority feature.
3.The plugin will maintain an internal list of all the WiFi networks you have connected to that is updated if you connect to a new network or if you use the control panel to adjust the priority of a given WiFi network.
4.As the normal WiFi scanning takes place, the plugin intercepts the results and checks them against the list of network priorities. If it detects you can see a higher priority network it will tell ICD to connect to that and disconnect from the current network.
5.If the network you are connected to goes out of range and is no longer visible to the phone, it will connect to the highest priority network it can see. If it can't see a network with a priority other than zero, it will not connect to any network.
Like all my N900 work, this will be open source (LGPL specifically)
What I need are testers who use multiple WiFi networks on a regular basis who can both grab some information/logs for me to help with the development and can then when its ready for testing test the plugin. Testers need to have access to/have connected to multiple WiFi networks. More specifically I need at least one person who:
1.Can see 2 or more WiFi networks (that their phone has joined before) at the same time.
2.Can also get into a position where they can see one of those networks but not the others
and 3.Can move from an area where they only get cellular data into an area where they can see one or more of the WiFi networks they can connect to (the ones mentioned in #1 and #2)