documentation: Add USB/IP server and client

This commit is contained in:
世界
2026-06-17 18:53:38 +08:00
parent 38786cf640
commit 5f6e5a8ed0
15 changed files with 337 additions and 7 deletions
+4
View File
@@ -8,6 +8,10 @@ icon: material/new-box
The sing-box API service is a gRPC server for observing and controlling the running sing-box instance.
It can be accessed by the [sing-box graphical clients](/clients/) for iOS, macOS, and
Android (via the Remote Control feature), or the
[sing-box dashboard](https://github.com/SagerNet/sing-box-dashboard).
The server also accepts [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) requests,
including the WebSocket transport of [@improbable-eng/grpc-web](https://github.com/improbable-eng/grpc-web)
for bidirectional streaming methods.