Skip to content

eclipse-californium/californium.tools

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

JMeter seems to have mixed dependencies. Without disabling the enforcer,
it will not build.

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
c2c1e51

Git stats

Files

Permalink
Failed to load latest commit information.

Californium logo

Californium (Cf) Tools

These are CoAP tools based on the Californium (Cf) CoAP framework.

  • cf-browser - javaFx GUI based coap client
  • cf-client - cli based coap client
  • cf-jmeter-plugin - jmeter plugin
  • cf-coapbench - benchmark (currently not maintained/tested, use californium/demo-apps/cf-extplugtest-client instead).
  • cf-polyfill - WebServer emits coap requests (currently not maintained/tested)
  • cf-rd - coap resource directory
  • cf-server - coap server

Maven

Use mvn clean install in the root directory to build the tools. It requires at least a Java 8 SDK. The standalone JARs will be created in the run folder.

e.g. run with java -jar cf-client-*.jar.

Note: Building cf-browser using Java 8 requires the JavaFX libraries to be available on the system class path. Oracle's JDK includes the JavaFX libraries by default. OpenJDK does not and OpenJFX must be installed separately.

For instructions regarding the usage of OpenJFX on Java 11 and later, refer to the OpenJFX documentation. On OpenJDK 8 the availability of OpenJFX depends on the linux distribution you are using. Later versions of Ubuntu seems to not longer provide OpenJFX for OpenJDK 8. Maybe the workaround described in this GitHub issue works for you.

cf-browser - README

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.tools into Eclipse.

e.g. run org.eclipse.californium.tools.GUIClientFX as Java application.

Usage

e.g. java -jar cf-client-*.jar