Code Monkey home page Code Monkey logo

Comments (2)

sbernard31 avatar sbernard31 commented on June 5, 2024

ps. I'm not sure if this was the right way to have feedback on the transport Layer abstraction, but could not find any issue targeting that specifically.

Yep right place, transport layer abstraction is now integrated in master. so it's totally fine to create an issue to discuss about it.

Is having this kind of option not wanted with the new design? I would guess that while having the OS allocate the port is often the most convenient way, there might be situations where that is not ideal.

This is even more complicate than this :
1. A LWM2M client could connect to several server at same time (not implemented by Leshan yet) and setting only 1 port doesn't make too much sense in this case.
2. Also having dynamic port a little benefit. When create a new connection, you will not get message from server which was for previous "connection" (not sure I'm clear)

So we decide to remove this misleading API about fixing the port.
2. is not a real issue.
For 1., I don't know exactly what could be a right API to handle that if we want to support multi-server + fixed port.

Support of multi server is clearly not the priority so maybe this was not a good idea to have remove it now ?

Our use case would require that the client would always connect using the same IP address and port. Are there any kind of possible workaround for achieving this?

At short term, you should be able to choose the port by creating a custom CoapClientEndpointFactory.

from leshan.

Related Issues (20)

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.