We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
local_ip_address
server:~$ python librealsense_build/librealsense-master/wrappers/python/examples/ethernet_client_server/EtherSenseServer.py
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?
192.168.55.100
I've been having issues with my library paths as of late, could this be contributing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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?
The text was updated successfully, but these errors were encountered: