craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
134 stars 20 forks source link

Send GPS Beacon from webchat interface #100

Closed hemna closed 1 year ago

hemna commented 1 year ago

This patchset allow getting the GPS coordinates from the browser's geolocation API (which can be denied by user), then send's the GPS coordinates to aprsd via socketio and then aprsd sends a beacon.

This allows the APRS network to know the location of the person running the webchat app via browser so packets can get routed back to it.