I set up my MKR1010 to run as a simple AP mode server and it is working as expected using the published example.
The firmware is set to 1.2.4 and allows SSID and the StatisIP to be set as expected.
However, I am trying to limit the number of clients that can connect to 1 and don't see any way to do so.
My MKR1000 is limited to 1 anyway and even if it was not I can use the WiFi101 client MAC address request to force this restriction.
The WiFiNINA.h libaray does not seem to have a way to get the client MAC or to allow me to limit the number of clients.
I have been looking at the ESP32 documentation and it allows to limit the clients in the config for SoftAP but I don't see how this is ported to the NINA library.
Is there a way to set the number of clients that I can use?
I am trying to set up a MKR1010 in AP Server mode using the example sketch file provided. I am able to set the SSID and Server IP and can connect to it.
I also have a MKR1000 that uses the WiFi101 library that includes a command to read the remote MAC which I can use to limit the number of clients connected to it.
Is there something similar available in the WiFiNINA library other tools to get the client info to allow me to limit the number of clients such as setting the number connected clients to 1?
Cross-posting is against the rules of the forum. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend 15 minutes (or more) writing a detailed answer on this topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting will result in a suspension from the forum.
In the future, please take some time to pick the forum board that best suits the topic of your question and then only post once to that forum board. This is basic forum etiquette, as explained in the sticky "How to use this forum - please read." post you will find at the top of every forum board. It contains a lot of other useful information. Please read it.