Network Device Search Application

Hey everyone,

I am going try to develop an application that searches a network for IP Network Camera devices. I was curious what the best way is to go about doing this.

Is there an easy way to create a C# application that simply just searches a network for attached IP devices and returns the MAC and IP? It would have to be within the same IP scope as the PC running the application.

thanks in advance for your help!

[423 byte] By [WesFernley] at [2007-12-28]
# 1
A high level API to perform such actions does not currently exist in the .Net Framework. A number of applicable APIs are exposed via native code, which you could P/invoke. Please see: http://msdn2.microsoft.com/en-us/library/bb187799.aspx
MikeFlasko at 2007-9-4 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...

.NET Development

Site Classified