K

Kayak

Kayak aims to be a Java framework and GUI for CAN data handling. It will include an abstract data model for different CAN hard- and software solutions. SocketCAN and IP will be used as an abstraction layer above the hardware. Platform independence is a goal and therefore all logic will be implemented in Java. To run the framework on a Windows client a socketCAN over ethernet protocol will be implemented.
https://github.com/Andy2003/Kayak/
GNU Lesser General Public License, version 3
Jan-Niklas Meier
文件下载
文件名 操作
Kayak-1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.andy2003</groupId>
  <artifactId>Kayak</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.andy2003:Kayak:1.0'
Gradle Kotlin
implementation("com.github.andy2003:Kayak:1.0")
Scala SBT
libraryDependencies += "com.github.andy2003" % "Kayak" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andy2003', module='Kayak', version='1.0')
)
Apache Ivy
<dependency org="com.github.andy2003" name="Kayak" rev="1.0" />
Leiningen
[com.github.andy2003/Kayak "1.0"]
Apache Buildr
'com.github.andy2003:Kayak:jar:1.0'
本项目依赖