gosterix is an ASTERIX-CAT240 parser built using Go (Golang). This project is designed to parse and process surveillance data following the EUROCONTROL ASTERIX standard, specifically Category 240 (CAT240). Please visit EUROCONTROL Specification for ASTERIX Category 240
- Efficient parsing of Asterix CAT240 messages.
- Built with Go, ensuring high performance and scalability.
- Modular and extensible design for ease of integration into existing systems.
Before running the application, ensure the following are installed:
- Go (1.18 or newer)
sudo apt install golang-go
Clone the repository:
git clone https://github.com/syauqisabili/gosterix.git
Navigate to the project directory:
cd gosterix
Install dependencies:
go mod tidy