]> go.fuhry.dev Git - runtime.git/commit
add gRPC client and server for Bryston autio device remote control
authorDan Fuhry <dan@fuhry.com>
Sat, 22 Mar 2025 01:29:53 +0000 (21:29 -0400)
committerDan Fuhry <dan@fuhry.com>
Sat, 22 Mar 2025 01:29:53 +0000 (21:29 -0400)
commit702f49dd0bcccc38c67e489ac484c33bb1082db5
tree34a50dbeb35818a1fe3f546074a82b253817006a
parent689fbfffd22381470f1ed80006fb2d1ac53b798a
add gRPC client and server for Bryston autio device remote control
21 files changed:
.gitignore
automation/bryston_ctl/bryston_ctl.go [new file with mode: 0644]
automation/bryston_ctl/capture.txt [new file with mode: 0644]
automation/bryston_ctl/cli/Makefile [new file with mode: 0644]
automation/bryston_ctl/cli/main.go [new file with mode: 0644]
automation/bryston_ctl/client/Makefile [new file with mode: 0644]
automation/bryston_ctl/client/main.go [new file with mode: 0644]
automation/bryston_ctl/server.go [new file with mode: 0644]
automation/bryston_ctl/server/Makefile [new file with mode: 0644]
automation/bryston_ctl/server/bryston_ctl_acl.yaml [new file with mode: 0644]
automation/bryston_ctl/server/main.go [new file with mode: 0644]
proto/service/bryston_ctl/GPBMetadata/BrystonCtl.php [new file with mode: 0644]
proto/service/bryston_ctl/Makefile [new file with mode: 0644]
proto/service/bryston_ctl/bryston_ctl.pb.go [new file with mode: 0644]
proto/service/bryston_ctl/bryston_ctl.proto [new file with mode: 0644]
proto/service/bryston_ctl/bryston_ctl_grpc.pb.go [new file with mode: 0644]
proto/service/bryston_ctl/fuhry/Proto/Service/BrystonCtl/AbsoluteVolumeRequest.php [new file with mode: 0644]
proto/service/bryston_ctl/fuhry/Proto/Service/BrystonCtl/B100Command.php [new file with mode: 0644]
proto/service/bryston_ctl/fuhry/Proto/Service/BrystonCtl/BrystonModel.php [new file with mode: 0644]
proto/service/bryston_ctl/fuhry/Proto/Service/BrystonCtl/CommandRequest.php [new file with mode: 0644]
proto/service/bryston_ctl/fuhry/Proto/Service/BrystonCtl/CommandResponse.php [new file with mode: 0644]