I try to find the IP adresse of a Raspberry PI (LINUX) that is connected to the same Network as the iOS device my code is running on. Is there some way to "find all" ip adress in the network the device is currently joined via SWIFT?
Asked
Active
Viewed 501 times
1 Answers
1
If you ping the broadcast address, unless devices are specifically configured not to replay, they will do so. How you do that with Swift is another question.
This question+answer will work if you know your IP address, you need to probe all the probable addresses of course.

Community
- 1
- 1

user3069232
- 8,587
- 7
- 46
- 87
-
yes thats the way i wanted to go, i could send the ping but cant find out "how to get the returns" – Fabian Boulegue Feb 24 '16 at 07:31