Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/05/2013 in all areas

  1. You might want to take a look into the Bootstrap Protocol which is standartized in RFC951 and quite common for such kind of tasks (at least in my business). This protocol basically uses the UDP broadcast address 255.255.255.255 on port 64 ( I guess ) to request any compatible device. The device will respond on the port 65 of the broadcaster. The broadcaster is then able to specify the IP-Address and some more parameters of the target device.
    1 point
  2. You might want to take a look at the Transport.lib as well. It has an example of UDP Multicast and some nice features such as encryption, compression, timestamps and payload size (you can use more than 1500 byte payloads on windows and linux).
    1 point
  3. Fabiola de la Cureva: "I hide the configuration file in a hidden directory with a strange name. I do that to avoid the 'users with initiative' problem." [i.e., debugging why the system is broken only to discover that someone has been fingerpoking the setup.] That little phrase "users with initiative"... so much more tactful than the terms I've heard developers use over the years. Not that I would ever say that about any of *my* users. :-)
    1 point
  4. If only we had a "ping" function
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.