Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii all,
Can any one explain me how to discover a sony camera on my LAN - Network, using broadcasting principle in c++.
Posted
Updated 10-Mar-11 20:43pm
v2

1 solution

Well at its most basic form you send a packet to every host and every host who is alive will reply back, but you cannot determine if device is a camera just by a broadcast, (i.e it will send the same packet as any other device who accepts broadcasts) in order to find out if the device is camera you need to check first if the camera supports SNMP, then you can use this protocol to identify the camera,if it doesn't you can try to capture the packets it is sending and dissect them to the application layer (it will probably send information about its self or at least the protocol its using)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900