I am currently developing an app on an Android tablet.
The tablet will act as a Human Interface to a number of remote Arduino based sensor boards.
The remote Arduino based sensors will connect to the Android tablet via WiFi connections.
There will eventually be 18 simultaneous WiFi connections from the remote sensor boards.
The Android app will have a database table that I can enter the MAC addresses (or any other unique ID) of the sensor boards WiFi modules in.
The reason for this is that I want the Android app to only allow connections from the remote sensor boards and NOT from any other WiFi device in range.
Could someone please steer me in the right direction as to how I go about accepting WiFi connections from specific WiFi devices?
The tablet will act as a Human Interface to a number of remote Arduino based sensor boards.
The remote Arduino based sensors will connect to the Android tablet via WiFi connections.
There will eventually be 18 simultaneous WiFi connections from the remote sensor boards.
The Android app will have a database table that I can enter the MAC addresses (or any other unique ID) of the sensor boards WiFi modules in.
The reason for this is that I want the Android app to only allow connections from the remote sensor boards and NOT from any other WiFi device in range.
Could someone please steer me in the right direction as to how I go about accepting WiFi connections from specific WiFi devices?