Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Find all computers in Network  (Read 2096 times)

0 Members and 1 Guest are viewing this topic.

konig

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Find all computers in Network
« on: April 11, 2014, 01:32:22 am »
Through SFML is there a way to find all the computers connected to a network?

In general is there an automated way/program through which we can find all the computer's Ip addessses connected to a network?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Find all computers in Network
« Reply #1 on: April 11, 2014, 10:05:47 am »
Through SFML is there a way to find all the computers connected to a network?
Not directly, you would have to use a protocol based on TCP or UDP. But there may be better options if you're not bound to SFML.

In general is there an automated way/program through which we can find all the computer's Ip addessses connected to a network?
In general, SDP are a range of protocols to discover devices and services on a network. What you concretely use depends on the type of network. DHCP is typically used to assign IP addresses.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

konig

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Find all computers in Network
« Reply #2 on: April 15, 2014, 11:38:35 pm »
Thank you very much.. I will follow up on the details you provided with.

 

anything