This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <sys/socket.h> | |
#include <arpa/inet.h> | |
#include <unistd.h> // read | |
// Dump1090 ip + port number | |
#define IP "192.168.1.12" // modify accordingly | |
#define PORT 30003 | |
int main(int argc, char const *argv[]) |