Giter VIP home page Giter VIP logo

Comments (4)

chrysn avatar chrysn commented on August 9, 2024

I'm not sure I really get what you want. If you run clientGET-observer against an external server, it will output a line every time the server sends a new status, independently of whether it changed or not. If you are seeing needless updates here, you could of course make the client display only changes, but really the server should send updates only when either the state changed or considerable time has passed.

Is this issue about the server sending too many updates (is it an aiocoap server / what does it do?), or would you expect the async for r in request.observation to only produce results if they are not identical to the previous response?

from aiocoap.

Lowell96 avatar Lowell96 commented on August 9, 2024

Sorry what I meant was is there any way that I can get it to only send a message to the observer when something is PUT on the server topic being observed. almost how MQTT works when it get notifications for the topics it is subscribed to.

from aiocoap.

chrysn avatar chrysn commented on August 9, 2024

The server should currently send a notification exactly when you call a resource's .update_state() method. Only the server.py example script sends abundant messages; this is to ease testing (I wouldn't want to wait a minute to see the next update), and you wouldn't do that in real servers.

It also shows that with CoAP observe, you must not rely on there always being a resource state change when you obtain a new value. CoAP observation provides eventual consistency, not an event messaging system.

(As this is already more of a question issue,) What problem do you actually want to solve?

from aiocoap.

chrysn avatar chrysn commented on August 9, 2024

It seems the question is answered, feel free to reopen if there is more.

from aiocoap.

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.