GithubHelp home page GithubHelp logo

kxt-cs / californium-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mkovatsc/californium-inf.ethz.ch

0.0 2.0 0.0 54.11 MB

Californium (Cf) CoAP framework (Java implementation)

Home Page: http://people.inf.ethz.ch/mkovatsc/californium.php

License: BSD 3-Clause "New" or "Revised" License

californium-1's Introduction

Californium (Cf) CoAP framework


This repository is frozen, as the project is continued at the Eclipse Foundation. The new repositories are also on GitHub and can be found here.


Implements RFC 7252 (CoAP Standard)

Build Status

Californium is a Java CoAP implementation for IoT Cloud services. Thus, the focus is on scalability and usability instead of resource-efficiency like for embedded devices.

Maven

Use mvn clean install in the Cf root directory to build everything. Standalone JARs of the examples will be copied to ./run/. (For convenience they are directly included in the Git repository.)

The artifacts are hosted at Maven Central. Thus, it is enough to include the dependency on californium in the pom.xml of your project:

  <dependencies>
    ...
    <dependency>
      <groupId>ch.ethz.inf.vs</groupId>
      <artifactId>californium</artifactId>
      <version>0.18.7-final</version>
    </dependency>
    ...
  </dependencies>

Eclipse

The project also includes the project files for Eclipse. Make sure to have the following before importing the Californium (Cf) projects:

Then choose [Import... » Git » Projects from Git » Local] to import Californium into Eclipse.

Without Any Maven Support

In case you are using plain Eclipse projects without Maven, you also need to clone and import the element-connector and Scandium (Sc) Add these project to [Properties » Java Build Path » Projects].

Interop Server

A test server is running at coap://vs0.inf.ethz.ch:5683/. The root resource responds with its current version. More information can be found at http://vs0.inf.ethz.ch/.

Another interop server with a different implementation can be found at coap://coap.me:5683/. More information can be found at http://coap.me/.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.