2025-09-22 21:02:40 +02:00
2025-09-22 21:02:16 +02:00
2025-09-22 21:02:16 +02:00
2025-09-24 20:12:45 +02:00
2025-09-22 21:02:16 +02:00
2025-09-24 20:12:28 +02:00

Open Autonomous Connection WebServer

This is the WebServer for our Open Autonomous Connection project.
Feel free to join our Discord.

License Notice

This project (OAC) is licensed under the Open Autonomous Public License (OAPL).

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,
    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>
Description
WebServer for the OAC-Project
Readme 33 MiB
Languages
Java 97.8%
Hack 1.5%
HTML 0.6%
Batchfile 0.1%