Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jan 5, 2024
1 parent 137fc70 commit cf15086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The AFV facility manager manual is clear that ALL stations must be added. If you

### Can I extend VectorAudio using a plugin/is there an SDK?

Yes! Have a look [in the wiki](https://github.com/pierr3/VectorAudio/wiki/Using-the-SDK). If you need additional features, please open an issue with a detailed request, I'll be happy to look at it with no guarantees.
Yes! Have a look [in the wiki](https://github.com/pierr3/VectorAudio/wiki/Using-the-SDK). VectorAudio offers a WebSocket and HTTP SDK. If you need additional features, please open an issue with a detailed request, I'll be happy to look at it with no guarantees.

### I have an issue with VectorAudio

Expand Down
4 changes: 2 additions & 2 deletions include/sdk/sdkWebsocketMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ class WebsocketMessage {

} // namespace vector_audio::sdk

// Example of kPilotRxOpen message:
// Example of kRxBegin message:
// @type the type of the message
// @value the callsign of the station (pilot or ATC) who started transmitting the radio, and
// the frequency which is being transmitted on
// JSON: {"type": "kRxBegin", "value": {"callsign": "AFR001",
// "pFrequencyHz": 123000000}}

// Example of kPilotRxClose message:
// Example of kRxEnd message:
// @type the type of the message
// @value the callsign of the station (pilot or ATC) who stopped transmitting the radio, and
// the frequency which was being transmitted on
Expand Down

0 comments on commit cf15086

Please sign in to comment.