beacons

documentation not finished

Description get received beacons

http://localhost:5000/freedata/messages/beacons

Parameters

GET

Response

Example

curl -X GET http://localhost:5000/freedata/messages/beacons

Description get beacon from spesiffic callsign

http://localhost:5000/freedata/messages/beacons/{callsign-ssid}

Parameters

GET

Response

Example

curl --request GET --url http://localhost:5000/freedata/beacons/N0CALL-0

Errors

This API uses the following error codes:

  • 400 Bad Request: The request was malformed or missing required parameters.
  • 404 Not Found: The requested resource was not found.
  • 500 Internal Server Error: An unexpected error occurred on the server.
  • 503 Modem not running: Modem not running.