Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antenna Tracker Connection Functionality #96

Open
Tyler-Lentz opened this issue Dec 1, 2023 · 0 comments
Open

Antenna Tracker Connection Functionality #96

Tyler-Lentz opened this issue Dec 1, 2023 · 0 comments
Assignees

Comments

@Tyler-Lentz
Copy link
Contributor

🚀 Feature

We want to integrate the current antenna tracker page to take in the actual data.

make run-react-dev

  1. Understand AntennaTracker.tsx and look into leaflet documentatoin here https://leafletjs.com/reference.html and here https://react-leaflet.js.org/
  2. Get these things to be hardcoded onto the map
    • Icon to symbolize the current location of the plane
    • icon to symbolize the current location of the antenna tracker
    • rotate the antenna tracker icon to be looking in a specified direction
  3. Now time to work on the backend
    • create an HTTP endpoint for the frontend to request location of antenna tracker and direction
    • note: this is still hardcoded data at this point
  4. integrate with real antenna tracker
    • once the antenna tracker is updated to send back the LAT/LNG and heading information
    • write code to read UDP packets on antenna tracker IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants