TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jay Webster
NA
67
0
LAN Network Discovery
Mar 7 2011 6:18 PM
Hi,
I am looking at making an app in C# that is able to find all network devices on my LAN and get there current IP and MAC Address. I have multiple devices that can connect to the LAN.
Multiple PC's, Laptop, WII, XBox, PSP, NAS, Phone, Kindle.
I would like the output like so:
192.168.1.1 : 00-0C-F1-56-98-AA
192.168.1.100 : 00-0C-F1-56-98-AB
192.168.1.101 : 00-0C-F1-56-98-AC
192.168.1.102 : 00-0C-F1-56-98-AD
e.c.t.
I started by trying to ping from 192.168.1.1 to 192.168.1.254 to find the IP's which replied. The problem is that some of these devices dont seem to reply to ping, and just timeout.
Does anyone have any other suggestions on how I should proceed?
Jay
Reply
Answers (
1
)
Making custom loops?
Regex pattern UNMATCH in VB.NET or C#