Search found 4 matches

by zubair
24 Sep 2021, 09:40
Forum: General questions
Topic: Running V-REP python remote API on X window terminal (Xterm)
Replies: 7
Views: 7751

Re: Running V-REP python remote API on X window terminal (Xterm)

Thank you. That is strange. Can you try the ZeroMQ-based remote API , so see if that works? Cheers Thank you so much for your kind response. I have done the above experiment and the result is attached as https://ibb.co/JjV17x1 . Again it (xterm) does not work however, other experiments works fine. ...
by zubair
23 Sep 2021, 09:03
Forum: General questions
Topic: Running V-REP python remote API on X window terminal (Xterm)
Replies: 7
Views: 7751

Re: Running V-REP python remote API on X window terminal (Xterm)

And what about running following? import os response = os.system("ping -c 1 hostname") if response == 0: print hostname, 'is up!' else: print hostname, 'is down!' obviously replace hostname with the ip you want to ping. Cheers I have done the above Experiment and the result in attached as...
by zubair
23 Sep 2021, 05:32
Forum: General questions
Topic: Running V-REP python remote API on X window terminal (Xterm)
Replies: 7
Views: 7751

Re: Running V-REP python remote API on X window terminal (Xterm)

Hi, Thank you for your valuable comment. I have attached the results of the client ping to a server in three different terminals. In Python IDE there is also attached a code to ping the server-side which is used for all three experiments. Python IDE and Ubuntu Terminal works fine and ping the server...
by zubair
21 Sep 2021, 05:14
Forum: General questions
Topic: Running V-REP python remote API on X window terminal (Xterm)
Replies: 7
Views: 7751

Running V-REP python remote API on X window terminal (Xterm)

Hello Everone, I have designed a communication Network using Mininet with three hots h1, h2, and h3. I create an xterm on the h3 host and run V-REP client API to connect the server-side application. h3 host ( xterm) running on IP 10.0.0.3 and V-REP using 127.0.0.1. when I use the xterm (X window ter...