Initial commit

This commit is contained in:
2025-09-22 21:02:16 +02:00
commit 8b7207c2e7
151 changed files with 10560 additions and 0 deletions

42
README.MD Normal file
View File

@@ -0,0 +1,42 @@
# Open Autonomous Connection WebServer
This is the WebServer for our Open Autonomous Connection project.<br />
Feel free to join our Discord.
<br />
## License Notice
This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)](https://github.com/Open-Autonomous-Connection/OAPL/blob/main/LICENSE).
**Third-party components:**
- *UnlegitLibrary* is authored by the same copyright holder and is used here under a special agreement:
While UnlegitLibrary is generally distributed under the [GNU GPLv3](https://github.com/UnlegitDqrk/UnlegitLibrary/blob/master/LICENSE),
it is additionally licensed under OAPL **exclusively for the OAC project**.
Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.
# Bugs/Problems
# In progress
# TODO
# Maven
### pom.xml
```
<dependency>
<groupId>github.openautonomousconnection</groupId>
<artifactId>protocol</artifactId>
<version>VERSION</version>
</dependency>
```
### Repository:
```
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/open-autonomous-connection/protocol</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```