2026-02-22 16:00:57 +01:00
2025-09-20 09:10:37 +02:00
2026-01-16 22:14:21 +00:00
2026-02-22 16:00:57 +01:00
2026-02-11 23:11:33 +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.

Take a look into Certificate Generation.

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 1.4 MiB
Languages
Java 100%