Last Version

Kayak 1.0

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.

License

License

GroupId

GroupId

com.github.andy2003
ArtifactId

ArtifactId

Kayak
Version

Version

1.0
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/Andy2003/Kayak/
Project Organization

Project Organization

Download Kayak 1.0

Filename Size
Kayak-1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.andy2003/Kayak/ -->
<dependency>
    <groupId>com.github.andy2003</groupId>
    <artifactId>Kayak</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy2003/Kayak/
implementation 'com.github.andy2003:Kayak:1.0'
// https://jarcasting.com/artifacts/com.github.andy2003/Kayak/
implementation ("com.github.andy2003:Kayak:1.0")
'com.github.andy2003:Kayak:pom:1.0'
<dependency org="com.github.andy2003" name="Kayak" rev="1.0">
  <artifact name="Kayak" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.andy2003', module='Kayak', version='1.0')
)
libraryDependencies += "com.github.andy2003" % "Kayak" % "1.0"
[com.github.andy2003/Kayak "1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

  • branding
  • application
  • Kayak-ui
  • Kayak-kcd
  • Kayak-core
  • Kayak-logging
  • Kayak-mapview