blob: a887e2f2ada6892d272af27e689d482220581080 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= CoAP
:linkattrs:
:cq-artifact-id: camel-quarkus-coap
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Send and receive messages to/from COAP capable devices.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Send and receive messages to/from COAP capable devices.
== What's inside
* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: `coap:uri`
* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: `coap+tcp:uri`
* xref:{cq-camel-components}::coap-component.adoc[CoAP component], URI syntax: `coaps+tcp:uri`
* xref:{cq-camel-components}::coap-component.adoc[CoAP (Secure) component], URI syntax: `coaps:uri`
Please refer to the above links for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-coap</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.