net.tammon:sip

This is a library to communicate to sercos devices over the Sercos Internet Protocol (SIP)

License

License

Categories

Categories

Net
GroupId

GroupId

net.tammon
ArtifactId

ArtifactId

sip
Last Version

Last Version

0.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

net.tammon:sip
This is a library to communicate to sercos devices over the Sercos Internet Protocol (SIP)
Project URL

Project URL

https://github.com/tammon/sip4java
Source Code Management

Source Code Management

http://github.com/tammon/sip4java/tree/master

Download sip

How to add to project

<!-- https://jarcasting.com/artifacts/net.tammon/sip/ -->
<dependency>
    <groupId>net.tammon</groupId>
    <artifactId>sip</artifactId>
    <version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.tammon/sip/
implementation 'net.tammon:sip:0.4.2'
// https://jarcasting.com/artifacts/net.tammon/sip/
implementation ("net.tammon:sip:0.4.2")
'net.tammon:sip:jar:0.4.2'
<dependency org="net.tammon" name="sip" rev="0.4.2">
  <artifact name="sip" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tammon', module='sip', version='0.4.2')
)
libraryDependencies += "net.tammon" % "sip" % "0.4.2"
[net.tammon/sip "0.4.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.2.71
org.slf4j : slf4j-api jar 1.7.15

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1

Project Modules

There are no modules declared in this project.

SERCOS Internet Protocol for Java

This is a library to communicate to sercos devices over the Sercos Internet Protocol (SIP).

Functionality

In the first steps of development the focus is set to reading data from a sercos drive. Further functionality will follow in later releases.

Currently the following message types are supported:

  • Connect
  • Ping
  • ReadOnlyData

Coming soon:

  • ReadDataDescription
  • ReadEverything
  • WriteData

Latest Release

The latest release is 0.4.2

Add sip4java using maven:

<dependency>
    <groupId>net.tammon</groupId>
    <artifactId>sip</artifactId>
    <version>0.4.2</version>
</dependency>

Add sip4java using gradle:

dependencies {
  compile 'net.tammon:sip:0.4.2'
}

License and Copyright

Sercos Internet Protocol (SIP) version 1 for Java

Copyright (c) 2017. tammon (Tammo Schwindt)

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Versions

Version
0.4.2
0.4.1
0.4.0
0.3.0
0.1.0