wtfNeedSignUp
kiwifarms.net
- Joined
- Dec 17, 2019
I do know the camera and interface ips, issue is how to change it without connecting to it since the connection function is fucked (not that the builtin library functions are much help, since you need to reset the camera, either through manual means or closing the the ethernet connection for them to take effect).Well, without the IP you can't really change an IP.
If this is a single device to a single network port with no DHCP and a static but unknown IP you have to discover it somehow.
Typical methods: tcpdump/libpcap() to wait for it to send a packet so you know what it's IP address is. arping or simple pings through addresses especially useful if you know it always uses a given subnet.
Something like this might work as it looks like aravis has some discovery capabilities: