2025-12-11 09:02:53 +01:00
2025-09-24 22:02:10 +02:00
2025-09-20 09:10:37 +02:00
2025-09-24 20:20:49 +02:00
2025-12-11 01:22:58 +01:00
2025-12-10 21:18:29 +01:00

Open Autonomous Connection Protocol

This is the Protocol for our Open Autonomous Connection project.
You can easily implement this Protocol via Maven.
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.

Take a look into Certificate Generation.

Bugs/Problems

  • Project not tested yet

In progress

  • WebServer

TODO

  • Finishing WebServer
  • Writing INS Backend and Frontend
  • Writing WebClient
  • Writing WebServer
  • Documentation / Wiki

Maven

pom.xml

<dependency>
    <groupId>org.openautonomousconnection</groupId>
    <artifactId>protocol</artifactId>
    <version>VERSION</version>
</dependency>

Repository:

<repository>
    <id>oac</id>
    <url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>
Description
No description provided
Readme 963 KiB
Languages
Java 67%
HTML 17%
Roff 16%