Coder Social home page Coder Social logo

Comments (5)

thecodemaiden avatar thecodemaiden commented on June 30, 2024

It's been a wile since I looked at libcoap and tinydtls, but I believe they are using IPv6. You can't use addresses like 127.0.0.1, as this is an IPv4 address. Try using ::1, which is the localhost address in IPv6.

from tinydtls-coap.

NitinLnt avatar NitinLnt commented on June 30, 2024

Thank you, I changed commands to
./dtls-server
and ./tests/dtls-client ::1
But I am not getting any output here, Am I missing something now also?

from tinydtls-coap.

thecodemaiden avatar thecodemaiden commented on June 30, 2024

From looking at the source, it seems the dtls examples expect you to type something in at the client and see it received at the server. What is your input to the client?

from tinydtls-coap.

NitinLnt avatar NitinLnt commented on June 30, 2024

Thanks I changed code into IPv4 at protocol level, After that it is working with below commands
./tests/dtls-server
./test/dtls-client 127.0.0.1
Sorry for late reply ..

from tinydtls-coap.

 avatar commented on June 30, 2024

Hi Sir,
I tried to execute the following commands ./tests/dtls-server
./test/dtls-client 127.0.0.1 but am not getting proper output.The connection is also not being established. i got a warning as WARN cannot verify peer. And also I tried with ipv6 address also(./tests/dtls-client ::1).Please help me to solve the error.
gmail :- [email protected]

from tinydtls-coap.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.