iOS WiFi Hotspot Data Collector

Заказчик: AI | Опубликовано: 06.10.2025
Бюджет: 250 $

I need to pull detailed WiFi-hotspot information directly from an iOS app. The data of interest is very specific: real-time connection strength (RSSI), the list of devices currently connected to the hotspot, plus full WiFi details such as SSID, BSSID and—where possible—venue or location metadata. Please supply a lightweight Swift (or Objective-C) module that drops into my existing Xcode project, captures those fields at configurable intervals, and either writes them to JSON or posts them to a REST endpoint. Feel free to lean on frameworks such as NEHotspotNetwork, NEHotspotHelper, or CNCopyCurrentNetworkInfo; just outline any extra entitlements or provisioning steps the app will need so everything remains compliant on non-jailbroken devices running iOS 16+. Deliverables • Xcode project or Swift Package containing the data-collection logic • README covering required entitlements, capabilities and build steps • Sample output demonstrating captured connection strength, connected-device list and SSID for at least one hotspot Acceptance criteria: the project must compile on a physical iPhone, request the correct entitlements, and export all requested WiFi metrics without crashes or sandbox violations.