Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
sudo tcpdump -i lo -s0 -A dst port 33333
It should display carma-cloud login page.
sudo lsof -t -i:33333
sudo kill -9 $(sudo lsof -t -i:33333)
ssh -i carma-cloud-test-1-1.pem ubunt.nosp@m.u@ww.nosp@m.w.car.nosp@m.ma-c.nosp@m.loud..nosp@m.com
sudo -i
sudo lsof -t -i:10001
sudo ./forward_tunnel.sh -u ubuntu -a www.carma-cloud.com -r 33333 -k carma-cloud-1.pem
Source Server | Source Port | Destination port | Destination Server |
---|---|---|---|
V2xHub | 33333 --> | 8080 | CARMA Cloud |
CARMA Cloud | 10001 --> | 22222 | V2xHub |