zhang
2011-12-12 00:31:23 UTC
Dear SUMO users ,
I have been trying to implement Traci client in C for my bachelor degree
project .
I am using sumo 0.12.3, I just wanted to see the working of Traci client
so i used testclient which needs a ".def" file which is not provided in
the package. (where do i find it ?)
I implemented a basic structure in C with storage implemented using
struct and linking. I start the SUMO with
sumo -n netfile.xml -r routefile.xml -b 4000 --remote-port 8888
this terminal doesnt pop up any message (but keeps listening)
when i start my client which can send CMD_SIMSTEP and receive response,i get
"connection refused" if i keep on connecting then i get
sumo -n netfile.xml -r routefile.xml --remote-port 8888
Step #0.00Error: tcpip::Socket::receive() @ recv: Success
Quitting (on error).
I am finding no way out .. any suggestion will be helpfull
BR
zhang
I have been trying to implement Traci client in C for my bachelor degree
project .
I am using sumo 0.12.3, I just wanted to see the working of Traci client
so i used testclient which needs a ".def" file which is not provided in
the package. (where do i find it ?)
I implemented a basic structure in C with storage implemented using
struct and linking. I start the SUMO with
sumo -n netfile.xml -r routefile.xml -b 4000 --remote-port 8888
this terminal doesnt pop up any message (but keeps listening)
when i start my client which can send CMD_SIMSTEP and receive response,i get
"connection refused" if i keep on connecting then i get
sumo -n netfile.xml -r routefile.xml --remote-port 8888
Step #0.00Error: tcpip::Socket::receive() @ recv: Success
Quitting (on error).
I am finding no way out .. any suggestion will be helpfull
BR
zhang