locked
how to get name of that devices which are connected to your wifi RRS feed

  • Question

  • User-1634604574 posted

    How to List all devices info on your WLAN /router Programmatically in mvc

    Wednesday, July 15, 2020 8:49 PM

All replies

  • User475983607 posted

    If your router has an interface that lists the registered IP addresses then you can write code to login to your router's interface and do an HTTP GET for the page with the DHCP list.  Use your browser's dev tools to record the HTTP messages you'll need to navigate your router interface. 

    Wednesday, July 15, 2020 9:23 PM
  • User-1634604574 posted

    i want do this programatically

    Wednesday, July 15, 2020 9:28 PM
  • User-1634604574 posted

    i want do this programatically can you write the code in mvc?

    Wednesday, July 15, 2020 9:29 PM
  • User475983607 posted

    i want do this programatically can you write the code in mvc?

    Your best resource is consulting your router documentation and perhaps your router manufacturer.  MVC is irrelevant.   MVC is a framework for building web applications and has nothing to do with hacking or interfacing with your router.   

    Wednesday, July 15, 2020 9:47 PM