Hi!
I'm writing an application for IPAQ 5550 that uses Bluetooth's PAN
profile. I'm writing it in C# (VS.NET 2003) using high-point's API.
I have no problem connecting several devices together and using sockets
to send data from one IPAQ to another.
My problem is: Till now I have used a fixed IP for every device I have,
so I could know the IP of the device I'm connecting to according to its
name.
1. How can I find the IP address of the devices I'm connecting to
without using this technic?
2. How can I find the IP address of the device my application runs on?
Thanks in advance.