본문 바로가기
반응형

연구•개발25

[Wifi] Mitigating starvation in dense WLANs: A multi-armed Bandit solution Mitigating starvation in dense WLANs: A multi-armed Bandit solution🔑 중앙의 administrator가 MAB를 주어진 WLAN의 AP들의 optimal configurations를 찾고자함Objective function⇒ evaluates the quality of a network configuration for any WLAN$N_A$ 개의 AP에 대해 각 AP는 $(\text{TX_PWR}, \text{OBSS/PD})$의 configuration parameters를 가지고 있다.guarantee enough throughput for each AP and STA ➡️ the starving STAs의 개수로 판단ensure a fair .. 2023. 3. 7.
[V2X] Comparison of IEEE 802.11p and LTE-V2X: An Evaluation With Periodic and Aperiodic Messages of Constant and Variable Size Comparison of IEEE 802.11p and LTE-V2X: An Evaluation With Periodic and Aperiodic Messages of Constant and Variable SizeIntroductionV2X technologiesIEEE 802.11p3GPP (The Third Generation Partnership Project)DSRC(Dedicated Shot Range Communication)LTE-V2X (based on ‘PC5’)ITS-G5(specified in Europe by ETSI)Celluar V2X (C-V2X) (based on ‘sidelink LTE radio interface’)Comparison of IEEE 802.11p and .. 2023. 3. 7.
Git Action을 통한 React Firebase 자동 배포시 환경변수 설정 Git Action을 이용해 React를 Firebase로 자동 배포 했더니 문제가 발생했다.. 기존에 로컬에서 build하고 배포할 시에는 .env 파일에 숨겨두었던 환경변수들이 같이 빌드돼서 배포해도 문제가 없었는데 Git Action을 통해 배포할 경우 .env 파일은 .gitignore에 추가해두었기 때문에 반영이 되지 않았다. 따로 환경변수를 설정하고 싶을 경우 해당 repository의 Settings > Environments 에 가서 새 환경을 만들어주고 이후 Configure environment 단계에서 Environment secrets를 추가해주면 된다. 이 변수들은 오직 GitHub Actions에서만 사용될 수 있다고 설명 돼 있다.이 환경 설정을 통해 추가로 지연이나 추가 권한.. 2023. 2. 11.
React Firebase Deploy Git Action으로 자동화 하기 개인 프로젝트로 React를 이용해 프로젝트를 진행하고 있는데 "비용적인 문제 + firebase CLI를 이용한 간편한 배포" 이 두 가지 이유 때문에 firebase를 통해 프로젝트를 hosting하기로 결정했다.1. Firebase CLI 설치먼저, firebase CLI를 설치해주어야 한다. 설치는 'firebase-tools'라는 package를 설치해주면 된다.npm install -g firebase-tools2. Firebase 프로젝트 생성하기React 프로젝트와 연동할 firebase 프로젝트를 생성해준다.3. Firebase loginfirebase login위 명령어를 입력해주면 먼저 로그인을 하는 창이 나온다. 자신이 연동할 계정으로 로그인해주면 된다.3. Firebase init.. 2023. 2. 11.
728x90