Hi @vix ,
sorry for the delay. Hope you had a good New Year’s Eve.
Which is the command run “under to hood” to scan for Verdin devices?
Can I debug the issue in some way?
We don’t specifically look for a Toradex device on the network, this scan for all network devices in your default network interface, actually this is just a help feature so you can find devices on your network and connect to the board without needing to know the IP address beforehand.
The extension uses nmap
behind the scenes to do it:
nmap -oX - -sn --system-dns -T 4 --min-parallelism 10 --max-rtt-timeout 2.5 --max-retries 0 192.168.0.0/24
And list the devices that are reported with the state="up"
property.
I want to add another minor issue when I try to connect manually:
when I must enter the IP and the password, the textbos shows the hints “IP address” and “password”
Thanks, we must address this on the next release.
Best Regards,