delta5_race_timer
Multi-node video transmitter race timer for drone racing
파일 탐색기
최종 버전 다운로드 (.zip)- Case Bottom.stl
- Case Top Header.stl
- Case Top.stl
- v2 case.PNG
- Bottom-XT60.stl
- Bottom.stl
- Top.stl
- D5-i2c.png
- delta5racetimer.jpg
- GPIO.jpg
- Receivernode.png
- rx5808-new-top.jpg
- Hardware and Software Setup Instructions.md
- Raspberry Pi Reference.md
- Tuning Parameters.md
- User Guide.md
- BaseHardwareInterface.py
- Delta5Interface.py
- Node.py
- delta5node.ino
- articulate.js
- articulate.min.js
- buzzer.mp3
- callout_oneminute.mp3
- callout_thirtyseconds.mp3
- callout_twominutes.mp3
- countdown_tenseconds.mp3
- bootstrap-theme.css
- bootstrap-theme.min.css
- bootstrap.css
- bootstrap.min.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- config.json
- delta5_config.json
- delta5fpv - original.jpg
- delta5fpv.jpg
- LED-blue.png
- LED-chase-blue.png
- LED-chase-cyan.png
- LED-chase-green.png
- LED-chase-orange.png
- LED-chase-pink.png
- LED-chase-purple.png
- LED-chase-rainbow.png
- LED-chase-red.png
- LED-chase-yellow.png
- LED-cyan.png
- LED-green.png
- LED-off.png
- LED-orange.png
- LED-pink.png
- LED-purple.png
- LED-rainbow.png
- LED-red.png
- LED-yellow.png
- jquery.min.js
- socket.io.min.js
- build_timer.html
- database.html
- hardwarelog.html
- heats.html
- layout.html
- race.html
- rounds.html
- settings.html
- Delta5Race.py
- requirements.txt
- server.py
- beep.mp3
- bootstrap-theme.css
- bootstrap-theme.css.map
- bootstrap-theme.min.css
- bootstrap-theme.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.js
- bootstrap.min.js
- npm.js
- Chart.bundle.js
- LED-blue.png
- LED-chase-blue.png
- LED-chase-cyan.png
- LED-chase-green.png
- LED-chase-orange.png
- LED-chase-pink.png
- LED-chase-purple.png
- LED-chase-rainbow.png
- LED-chase-red.png
- LED-chase-yellow.png
- LED-cyan.png
- LED-green.png
- LED-off.png
- LED-orange.png
- LED-pink.png
- LED-purple.png
- LED-rainbow.png
- LED-red.png
- LED-yellow.png
- jquery-3.1.1.min.js
- socket.io.min.js
- graphs.html
- index.html
- rssi.html
- Delta5Interface_delete.py
- MockInterface.py
- Node_delete.py
- requirements.txt
- RunServer.md
- server.py
- .gitignore
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/scottgchin/delta5_race_timer
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd delta5_race_timer
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install -r src/delta5server/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
