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