Laravel Real-Time WiFi Tracker

Job ID: 40008556

Budget: ₹37,500 – ₹75,000 INR

I need a small Laravel codebase that listens to an Aruba or Cisco wireless controller (CMX, Mobility Controller, or similar) and, in real time, tells me which access point each Android phone is closest to. No front-end is required—just clean PHP-Laravel logic that accepts the location feeds, processes them, and exposes the result as lightweight JSON.

How it should work
• Poll or receive push data from the controller’s API/webhooks.
• Translate the raw RSSI or location payload into the “nearest AP” decision.
• Return a concise JSON object per device, e.g. { "device_mac": "...", "closest_ap": "AP-A1", "timestamp": "..." }.
• Handle multiple devices simultaneously with sub-second latency if the controller supports it.

Deliverables
• A Laravel (or latest LTS) project with well-commented code.
• Environment/setup notes so I can point it at either an Aruba or Cisco test controller.
• One sample endpoint (GET /devices/nearest) returning the live JSON.
• Brief README covering installation, controller configuration steps, and example cURL calls.

If you’ve worked with Cisco CMX, DNA Spaces, Aruba ALE, or similar WLAN location APIs, this should be a straightforward project. I’m ready to test against my lab controllers as soon as you deliver the code.