-->
Page 4 of 33

Re: MESH network (any sort of?)

PostPosted: Sun Dec 21, 2014 8:16 am
by chandan2002x
[Work Update]
Just flash the firmware. Restart and any ESP can now connect automatically with the Best Node (best RSSI) near-by in the specific Series of SSID.


Just thinking for a good strategy when to Refresh the list to aware if the remote AP (with whom it was connected) is still alive or not. As of now, there is No Signaling in case of remote AP stop/failure. A periodic scan may be good option. But interrupt call will be preferable.

[Update: 21-12-2014: GMT-5-15pm]
OK. The algo implemented.
1. After starting/restarting, the ESP will scan and connect to best available AP from proper SSID-series [ignoring other SSID].
2 At every 15 sec [configurable], it will scan the current AP status either connected or not, and at every 15*8 [configurable] i.e. 2 mins it will forcely scan the full network to associate the best one.
3. AT 15 sec, if AP lost, it will rescan (full scan) and will connect to available AP.
The Full scan means (+CWLAP) and filter the SSIDs and then sorting (bubble, increasing order). Presently fixed at max 10 AP [configurable].

Testing on progress...

Re: MESH network (any sort of?)

PostPosted: Sun Dec 21, 2014 8:21 am
by SoC
are you dreaming......? hahahaha

Re: MESH network (any sort of?)

PostPosted: Mon Dec 22, 2014 4:39 am
by donnib
@chandan2002x is your code on Github so we can have a look or maybe even try it out ?

Re: MESH network (any sort of?)

PostPosted: Mon Dec 22, 2014 8:23 pm
by l0ur3nz0
x2