From 3c66873c7ab700d99abe612c32a37e9e43c03935 Mon Sep 17 00:00:00 2001 From: Open Autonomous Connection Date: Wed, 24 Sep 2025 22:28:25 +0200 Subject: [PATCH] Add Home --- Home.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..875200e --- /dev/null +++ b/Home.md @@ -0,0 +1,16 @@ +# **Welcome to the Protocol Wiki for Developers** + +1. Including your project in Maven +2. Setting up the ProtocolBridge + 1. For ProtocolClient + 2. For ProtocolServer +3. Writing a custom ProtocolClient + 1. Creating custom packets + 2. Receiving custom packets + 3. Sending (custom) packets +5. Writing a custom ProtocolServer + 1. What is a DNS-Info Site? + 2. What is a Register Site + 3. Creating custom packets + 4. Receiving custom packets + 5. Sending (custom) packets