commit 3c66873c7ab700d99abe612c32a37e9e43c03935 Author: Open Autonomous Connection Date: Wed Sep 24 22:28:25 2025 +0200 Add Home 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