Registry / networking / californium-core

californium-core

JSON →
library3.14.0javamavenunverified

Californium is a Java implementation of CoAP (Constrained Application Protocol) for IoT devices.

<dependency> <groupId>org.eclipse.californium</groupId> <artifactId>californium-core</artifactId> <version>3.14.0</version> </dependency>
INSTALL
IMPORT
SIG · CALIFORNIUM-CORE
C
californium-core
networkingjavav3.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoapClient
org.eclipse.californium.core.CoapClient

Minimal CoAP client example

import org.eclipse.californium.core.CoapClient; import org.eclipse.californium.core.CoapResponse; public class Quickstart { public static void main(String[] args) { CoapClient client = new CoapClient("coap://localhost:5683/resource"); CoapResponse response = client.get(); System.out.println(response.getResponseText()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
californium-core — mvn dependency:get californium-core · libregistry