-
Notifications
You must be signed in to change notification settings - Fork 5
Streaming
YoungHoYun edited this page Jul 6, 2021
·
14 revisions
-
mainwindow.cpp
void sensing_start() : 센싱 실행파일 경로
bool setting_DB() : postgreSQL 연결 관련
void start_algorithm() : 알고리즘 테스트 파일 경로
-
send_file.exp & recv_file.exp
주행데이터 저장된 서버 경로
-
map.html
,marker.png
/var/lib/tomcat/webapps/ROOT 에 복사
(1) 시각화할 센서 선택
(2) 선택된 센서별 위젯 생성
(3) 위젯별 스레드를 실행. ZeroMQ를 통해 Mobile Platform과 통신하여 Live Streaming
(4) 주행 완료 후 Streaming End
(5) 저장된 주행 데이터 서버로 전송
#send_file.exp
rsync -avzhP <주행데이터 폴더> <user id>@<ip>:~/DIVA2/diva2-server/DIVA2data/
구동 화면은 다음 그림과 같다.
- xxx_delay.csv 파일에 센서별 전송 지연이 기록된다.
If you have any questions, please email below.
- dazory: 12181851@inha.edu
- yuntreee: lewis45626@gmail.com
- airpod2: 12181774@inha.edu
- ka-yeon: 12181736@inha.edu
-
🚘 Mobile Platform
-
📊 Ground Station