c++ - Sumo and NS-2 integration using TraCI -
i'm trying integrate sumo , ns2 using traci, can't find error.
commands:
sumo-gui -n /home/user/desktop/sumo/map.net.xml --remote-port 8888 &
ns simulation.tcl
this opens sumo interface , map opened no problems, when try start simulation returns:
loading net-file '/home/user/desktop/sumo/map.net.xml'...done(1142ms).
loading done.
simulation started time: 0.00
error: requested command not implemented (1): command not implemented in sumo
error: tcpip::socket::recvandcheck @ recv: peer shutdown
quitting (on error).
in terminal message appears:
error in method traciclient::extractcommandstatus, server returned error [] command not implemented in sumo
versions used:
sumo sumo version 0.17.1
ns-2 version 2.34
ubuntu 12.04
after changes , patches(traci), returns bunch of error on make command, example:
traci-client/traciclient.o:traciclient.cc:function traciclient::connect(): error: undefined reference 'tcpip::socket::connect()'
can point doing wrong?
Comments
Post a Comment