Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.44 KB

go1090

Go1090 is a Mode S decoder for RTL-SDR devices. Go1090은 RTL-SDR을 위한 Mode S 디코더입니다.

example

The source code of the mode_s directory is the mode S decoder of the antirez/dump1090 reimplemented in Go. mode_s 디렉터리의 소스코드는 antirez/dump1090의 Mode S 디코더를 Go로 다시 구현하였습니다.

This program does not receive data directly from the RTL-SDR device, it uses the output of rtl_adsb.exe included in the RTL-SDR driver package. 이 프로그램은 RTL-SDR 장치로부터 직접 데이터를 수신하지 않으며, RTL-SDR 드라이버 패키지에 포함된 rtl_adsb.exe의 출력을 사용합니다.

run

set PATH=%PATH%;C:\path\to\rtl-sdr

go build
go1090.exe

Todo

  • REST API 추가

useful links