Discover Cmd #433
Unanswered
matijazigic
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is a way we call discovery. Unfortunately there is a limitation in Linux that a broadcast per interface can only be sent by the root user. Thus this very old project of mine requires root access: https://github.com/ifm/python-ipv4-discovery The command |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to discover all ifm device on network without providing option with exact ip of the device?
Currently, when I'm trying to find cameras/VPU, it says:
It is okay, because it looks only for default IP (192.168.0.69), but what if I don't know exact IP? Should I iterate over all IPs in the subnet, or there is an option already for that?
Another thing is that when I know the address of the device and provide it within 'discover' cmd (
ifm3d discover --ip 192.168.100.191
), I got:Info: No devices available
From code I can normally get the device while providing that IP.
Is there any python api for discover cmd? I was looking in the documentation, but cannot find any, so I suppose there is no api for that.
Beta Was this translation helpful? Give feedback.
All reactions