summaryrefslogtreecommitdiff
path: root/server/ptp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'server/ptp.rst')
-rw-r--r--server/ptp.rst23
1 files changed, 0 insertions, 23 deletions
diff --git a/server/ptp.rst b/server/ptp.rst
index ef7af57..4092399 100644
--- a/server/ptp.rst
+++ b/server/ptp.rst
@@ -42,29 +42,6 @@ Piztor Transmission Protocol v0.1
- 0x00 for success
- 0x01 for failure
-- Message Sending
-
- - Request
-
- ::
-
- +--1b---+------4b------+------4b-----+-----?b-----+
- | 0x01 | SENDER_TOKEN | RECEIVER_ID | MSG_BODY |
- +-uchar-+------int-----+-----int-----+------------+
-
- - Response
-
- ::
-
- +--1b---+---1b---+
- | 0x01 | STATUS |
- +-uchar-+--uchar-+
-
- ``STATUS`` :
-
- - 0x00 for success
- - 0x01 for invalid token
-
- Location Update
- Request