Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coaps+tcp support based on java-coap to client and server. #1607

Merged
merged 4 commits into from
Apr 23, 2024

Conversation

sbernard31
Copy link
Contributor

@sbernard31 sbernard31 commented Apr 18, 2024

A first implementation of coaps+tcp based on java-coap + netty (for server) + default OpenJDK TLS implementation. (related issue : #1594)

As it is based on OpenJDK this only support X509 (not PSK or RPK)

This is not mature at all (especially all around connection/deconnection/reconnection) but this is in a testable state.

leshan-server-demo provide a new endpoint for coaps+tcp at port 5684.
leshan-client-demo can be used with coap+tcp launching command : java -jar leshan-client-demo.jar -u coaps+tcp://localhost:5684

@sbernard31 sbernard31 changed the base branch from java-coap-tcp to master April 23, 2024 15:37
@sbernard31 sbernard31 merged commit 99b94e7 into master Apr 23, 2024
1 check passed
@sbernard31 sbernard31 deleted the java-coap-tcp-tls branch June 7, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant