I was trying to develop a message chat application for LAN (Windows Store App) using XAML and C#. So, first of all how can I know, the people who are available in LAN based on their IP addresses?
Any sample code or idea to achieve this?
You can not rely on multicast using WinRT :(
However you have 2 solutions :
Note that solution 1 works only on LAN and may be limited by routers and gateways configurations.