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

Add events and methods to track SRS clients #230

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Add events and methods to track SRS clients #230

merged 1 commit into from
Oct 19, 2023

Conversation

rkusa
Copy link
Collaborator

@rkusa rkusa commented Jun 30, 2023

Breaking Changes

  • Renamed TtsService to SrsService

Added

  • Added GetClients to SrsService, which retrieves a list of units that are connected to SRS and the frequencies they are connected to.
  • Added SrsConnectEvent and SrsDisconnectEvent events

Example

 .\grpcurl -plaintext -import-path ./protos -proto ./protos/dcs/dcs.proto -d '{}'
 127.0.0.1:50051 dcs.srs.v0.SrsService/GetClients

Resolves #201

@rkusa rkusa force-pushed the srs-events branch 2 times, most recently from 222413e to d1d61e3 Compare June 30, 2023 20:26
@rkusa rkusa force-pushed the srs-events branch 2 times, most recently from 5c46eaf to 7cd66ea Compare October 19, 2023 13:15
@rkusa rkusa marked this pull request as ready for review October 19, 2023 13:18
Copy link
Contributor

@rurounijones rurounijones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

protos/dcs/srs/v0/srs.proto Show resolved Hide resolved
@rkusa rkusa merged commit e91b906 into main Oct 19, 2023
8 checks passed
@rkusa rkusa deleted the srs-events branch October 19, 2023 19:36
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

Successfully merging this pull request may close these issues.

Add SRS client connected/disconnected/freq-changed events
2 participants