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 coap+tcp support based on java-coap to client and server. #1528

Merged
merged 5 commits into from
Apr 23, 2024

Conversation

sbernard31
Copy link
Contributor

This is a first try about adding coap+tcp support based on java-coap.

This include a CoapTcpTransport based on netty which is not Leshan dependent and could be included in java-coap repository.
All code about that is in package : org.eclipse.leshan.transport.javacoap.server.coaptcp.transport

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 coap+tcp at port 5683.
leshan-client-demo can be used with coap+tcp launching command : java -jar leshan-client-demo.jar -u coap+tcp://localhost:5683

(This doesn't include bootstrap server support)

@sbernard31 sbernard31 force-pushed the refactor_certificate_verifier branch from 272f95e to 5c8afbd Compare April 23, 2024 14:00
@sbernard31 sbernard31 changed the base branch from refactor_certificate_verifier to master April 23, 2024 15:00
@sbernard31 sbernard31 merged commit baa3d22 into master Apr 23, 2024
1 check passed
@sbernard31 sbernard31 deleted the java-coap-tcp 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.

None yet

1 participant