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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.