Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. How to build a IP LAN Scanner in .Net

How to build a IP LAN Scanner in .Net

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpquestionsysadmintutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Carmine_XX
    wrote on last edited by
    #1

    Hello, How can I build a IP lan scanner in .net(vb.net/c#)? It should give the list of all computers/devices in the network, and their relative IPs and (eventually) MAC Address and device/computer name. Thanks in advance, ;)

    Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

    I 1 Reply Last reply
    0
    • C Carmine_XX

      Hello, How can I build a IP lan scanner in .net(vb.net/c#)? It should give the list of all computers/devices in the network, and their relative IPs and (eventually) MAC Address and device/computer name. Thanks in advance, ;)

      Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

      I Offline
      I Offline
      Ilya Verbitskiy
      wrote on last edited by
      #2

      http://www.codeproject.com/cs/internet/host_info_within_network.asp?df=100&forumid=146669&exp=0&select=1498979

      C 1 Reply Last reply
      0
      • I Ilya Verbitskiy

        http://www.codeproject.com/cs/internet/host_info_within_network.asp?df=100&forumid=146669&exp=0&select=1498979

        C Offline
        C Offline
        Carmine_XX
        wrote on last edited by
        #3

        Mhm but that program displays only PCs based on Windows. Is there a way to display all network devices? (network printers, routers, PCs with Linux/MAC etc.)?

        Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

        I 1 Reply Last reply
        0
        • C Carmine_XX

          Mhm but that program displays only PCs based on Windows. Is there a way to display all network devices? (network printers, routers, PCs with Linux/MAC etc.)?

          Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

          I Offline
          I Offline
          Ilya Verbitskiy
          wrote on last edited by
          #4

          You can use System.Net.NetworkInformation.Ping[^] to ping, is machine a live, after that you can use System.Net.Dns[^] to retrieve host name.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups