EtherSense icon indicating copy to clipboard operation
EtherSense copied to clipboard

New to Multicast

Open 3dsf opened this issue 4 years ago • 0 comments

Hey @krejov100 ,

I am unfamiliar with multicast and I'm having bit of trouble.

Do I need a router between the devices to work?

am I supposed to set the local_ip_address in the client ?


server:~$ python librealsense_build/librealsense-master/wrappers/python/examples/ethernet_client_server/EtherSenseServer.py

Number of arguments: 1 arguments. Argument List: ['librealsense_build/librealsense-master/wrappers/python/examples/ethernet_client_server/EtherSenseServer.py'] Recived Multicast message b'EtherSensePing' bytes from ('192.168.55.100', 52575) Launching Realsense Camera Server sending acknowledgement to ('192.168.55.100', 52575) <_io.TextIOWrapper name='' mode='w' encoding='UTF-8'> b'EtherSensePing' error: uncaptured python exception, closing channel <main.EtherSenseServer 192.168.55.100:1024 at 0x7f79a23c50> (<class 'OSError'>:[Errno 113] No route to host [/usr/lib/python3.6/asyncore.py|read|83] [/usr/lib/python3.6/asyncore.py|handle_read_event|420] [/usr/lib/python3.6/asyncore.py|handle_connect_event|428])

192.168.55.100 is the server address, is that 52575 a temp relay?


I've been having issues with my library paths as of late, could this be contributing?

3dsf avatar Nov 03 '20 06:11 3dsf