Skip to content

Commit

Permalink
Added readme for index purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Apr 12, 2023
1 parent 1bc79c8 commit cba90e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ The protocol implemented is quite simple on purpose to optimize the number of by
3. The `client` will always send a pre-shared-key, the protocol version, the type of request (also known in the protocol as `route`) and the encoded data needed by the route.
4. The `server` will close the connection without replying if the size of the packet exeeds the max size defined in the server settings.
5. The `server` will always reply with a status code, and the encoded data linked to its status.
6. The `server` uses the pre-shared-key sent by the client to determine who can and cannot upload new data to the server.

For more information please check the `service.proto` file available in both client and server repository.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Documentation

- [Protocol](https://github.com/rizinorg/rz-silhouette/blob/main/docs/PROTOCOL.md)
- [Hints](https://github.com/rizinorg/rz-silhouette/blob/main/docs/HINTS.md)
- [Signatures](https://github.com/rizinorg/rz-silhouette/blob/main/docs/SIGNATURES.md)

0 comments on commit cba90e5

Please sign in to comment.