Finished protocol

This commit is contained in:
UnlegitDqrk
2026-02-11 23:11:33 +01:00
parent 23a3293060
commit ae98225043
35 changed files with 339 additions and 2911 deletions

View File

@@ -5,20 +5,8 @@ You can easily implement this Protocol via Maven.<br />
Feel free to join our Discord.
<br />
## License Notice
This project (OAC) is licensed under
the [Open Autonomous Public License (OAPL)](https://open-autonomous-connection.org/license.html).
**Third-party components:**
- *UnlegitLibrary* is authored by the same copyright holder and is used here under a special agreement:
While [UnlegitLibrary](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/) is generally distributed under
the [GNU GPLv3](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master/LICENSE),
it is additionally licensed under OAPL **exclusively for the OAC project**.
Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.<br/>
<br/>
### Take a look into [Certificate Generation](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master#certificate-generation-for-networksystem).
# Maven
### pom.xml
@@ -26,7 +14,7 @@ the [Open Autonomous Public License (OAPL)](https://open-autonomous-connection.o
```
<dependency>
<groupId>org.openautonomousconnection</groupId>
<artifactId>protocol</artifactId>
<artifactId>Protocol</artifactId>
<version>VERSION</version>
</dependency>
```