I(tosnoz) register a report in substitution for
Teddy.
-----
I tried to use the clientUtil.c files. I compil it
successfully with the
makefile in the OpenRoads_nerve.alpha_1.tgz, but when
I launch the
program I receive a connection refused message. I
tried to connect on
the #6809 port. I tried to use my own program to
connect to the robot
with the same error message as result. Do I use the
good port ?
Thank you for your help
Teddy Gommard.
# cat /var/log/scifTrafCtl.log
assertion "len <= iovec[PcData].iov_len" failed:
file "libutil.c", line
210, function "readPacket"
Copyright (C) 2006 - 2007 Speecys(TM) Corporation
Toshiaki Nozawa
All rights reserved.
Speecys(TM) Dec 26 2007 11:00:50
> I tried to use the clientUtil.c files. I compil it
successfully with the
> makefile in the OpenRoads_nerve.alpha_1.tgz, but when I
launch the
> program I receive a connection refused message. I tried
to connect on
> the #6809 port. I tried to use my own program to connect
to the robot
> with the same error message as result. Do I use the good
port ?
I think that connection successful just for once.
However, reception data buffer overflow occurs
because transmission of a message data size was big.
The next line shows it.
> assertion "len <= iovec[PcData].iov_len" failed:
file "libutil.c", line 210, function "readPacket"
The reception data buffer fixed 512 bytes.
I estimated that we are enough for one transmission of a
message size.
Do not you send bigger size?
Or you should confirm whether the seventh argument of the
function like "writeReqOncePacket()" is true.
And did you run the sample program?
Is not there difference between the sample program?
Teddy.
-----
I tried to use the clientUtil.c files. I compil it
successfully with the
makefile in the OpenRoads_nerve.alpha_1.tgz, but when
I launch the
program I receive a connection refused message. I
tried to connect on
the #6809 port. I tried to use my own program to
connect to the robot
with the same error message as result. Do I use the
good port ?
Thank you for your help
Teddy Gommard.
# cat /var/log/scifTrafCtl.log
assertion "len <= iovec[PcData].iov_len" failed:
file "libutil.c", line
210, function "readPacket"
Copyright (C) 2006 - 2007 Speecys(TM) Corporation
Toshiaki Nozawa
All rights reserved.
Speecys(TM) Dec 26 2007 11:00:50