Using efind to discover Ethernet TAP probes

efind is a command line utility which searches for all the CodeWarrior probes on the local subnet of each network interface of the host and lists the probes' IP addresses, as well as other information. It uses UDP broadcast packets to discover the devices. Broadcast packets are typically limited to the local subnet and typically are not routed or passed through VPNs.

If your Ethernet TAP probe acquires its IP address using DHCP, but is not able to register its host name on the network, you will need the probe's IP address. If you need to start a telnet session, you may need the probe's IP address.

The utility is provided in the following locations:

Microsoft Windows

codewarrior_installdir \ccs\bin\efind.exe

Linux/Solaris

codewarrior_installdir /ccs/bin/efind

The efind utility takes no arguments.

Sample output

$ efind
Ethernet TAP and DCU search utility
Freescale Semiconductor Inc.
(C) Copyright 2014, All rights reserved.
Version 1.0
checking network 192.168.0.255
type=EthernetTAP, probe=ONCE, name=FSL000001, ip=192.168.0.2
type=EthernetTAP, probe=COP, name=etap4, ip=192.168.0.115
type=DCU, probe=unknown_0x0012, name=dcu1, ip=192.168.0.107
total of 3 devices found
$