Skip to main content
yoann LBY
Senior
December 11, 2017
Solved

SPWF04Sx - WebServer - HTTP

  • December 11, 2017
  • 1 reply
  • 688 views
Posted on December 11, 2017 at 18:14

hi,

is it possible to limit a connection to the module with one client?

wifi module is miniAP mode and HTTP server application run with web pages html.

One client connect to the wifi module

+WIND:28:Station Associated:44:85:00:F8:B6:DC:0

and i don't want a second client to connect in the same time of client1.

+WIND:28:Station Associated:08:11:96:9D:5E:D8:0

thks

Yoann

    This topic has been closed for replies.
    Best answer by Gerardo GALLUCCI
    Posted on December 11, 2017 at 18:33

    miniAP embedds a DHCP server. You can set the number of delivered IP addresses (ip_num_clients) to just 1. This way second STA can associate, but will be disassociated while client #1 is still in

    1 reply

    Gerardo GALLUCCI
    ST Employee
    December 11, 2017
    Posted on December 11, 2017 at 18:33

    miniAP embedds a DHCP server. You can set the number of delivered IP addresses (ip_num_clients) to just 1. This way second STA can associate, but will be disassociated while client #1 is still in