Dericam Search Tool For Mac

Dericam 1080P Wireless Outdoor Security Camera with Crystal Glass 3MP HD Lens, Full HD 1080P@30FPS, Dericam 1080P Wireless Outdoor Security Camera with Crystal Glass 3MP HD Lens, Full HD 1080P@30FPS, External Memory Card Slot Available, B2A, White.

  1. Remotely view and control your Dericam IP cameras. This app supports the followings models: H501 M2/6/8 Series M801W H201 H502 This app is designed for Dericam cameras and includes the following features: - Guaranteed to work with all Dericam camera models listed above.
  2. Then run the tool named “SearchTool” to search the camera in your LAN. From the tool, you can get the name, UID, IP address, Mac address, Http port and firmware version of the camera. Www.dericam.com-Shenzhen Dericam Technology Co.,Ltd.
Active7 years, 6 months ago

I have many IP cameras on the same LAN network. I want to get MAC address and port number of each camera, although I don't know ip address of them. Furthermore, if the ip and port of a camera is changed, how to detect it?

I've also searched on internet about this problem. Most of people responded using some of the Window functions such as SendARP () or using command line 'arp -a'. But if do it, then get all MAC address of the LAN network that regardless of the camera's or the computer's.

Please help me!

TTGroupTTGroup
1,5868 gold badges31 silver badges65 bronze badges

closed as off topic by casperOneMar 8 '12 at 18:39

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

Dericam

Dericam Search Tool Mac

3 Answers

Mac

I would start with a port scanner such as nmap and look for information that will identify your IP cameras.

If all of your cameras are the same, you may be able to detect them by the OS information returned.

You might also be able to do a banner grab to determine the port:

Use C++ to parse the nmap output. Change the network address range to fit your network.

Josh SiokJosh Siok

Do your IP cameras broadcast any identifying information, e.g with mDNS packets? Maybe you can catch these broadcasts. Google for 'mDNS' or 'Zeroconf'.

KazKaz
40.7k7 gold badges73 silver badges110 bronze badges

Power Search Tool For Mac

Are all of the cameras you are looking for made by the same company? If so, the MAC addresses may all share a common prefix that was assigned to that company, or do they support HTTP or some other protocol you could use to probe the camera to identify it as well?

If they don't share similar MAC addresses, you can still use other methods to find all the cameras.

One way I might approach the problem:

Best search tool for mac

Dericam App For Pc

You may find that the cameras support some SNMP commands that you could use as an identifying factor. In the worst case, you could send an HTTP packet to the IP address and see if the host responds with the webpage for the camera assuming each one has an embedded web server. Chances are, there is at least one protocol you could use to identify the cameras out of all of your network devices.

Itool For Mac

drew010drew010
59.9k10 gold badges107 silver badges133 bronze badges

Not the answer you're looking for? Browse other questions tagged c++ip-camera or ask your own question.