Improve SDK/ example service documentation

develop
Katharina Fey 3 years ago
parent f40104c97f
commit 0a28ecfe5c
Signed by: kookie
GPG Key ID: F972AEEA2887D547
  1. 3
      sdk/README.md
  2. 8
      services/ping/README.md

@ -26,6 +26,9 @@ You can find much more detailed instructions on how to develop a qaul
service in the [developer manual](). Following is a very simple
"hello world".
A small, but real-world example of a service can be found
[here](../services/ping).
```rust
// Requirue the RPC protocol core
use qrpc_sdk::{default_socket_path, RpcSocket, Service};

@ -0,0 +1,8 @@
# ping service
A minimal qaul service, pinging other instances of itself on the
network. This service can be used by your application to collect
organic connection quality metrics to other participants on the
network.
Loading…
Cancel
Save