Coder Social home page Coder Social logo

coap-technology.github.io's People

Contributors

cabo avatar dubek avatar jvermillard avatar ondrejtomcik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coap-technology.github.io's Issues

Wireshark 1.12 is stable now

On the page "Tools", there's the sentence " The final CoAP protocol is supported by Wireshark 1.12, the development version of Wireshark.".
This is no longer true since version 1.12 has been released as stable

copper link is now a 404

https://coap.technology/impls.html under "Browser based":

The link to the "Copper" Firefox extension is now dead… Mozilla revised their API in a manner that broke Copper, and it would appear the author has stopped maintaining the website as well as the extension as a result.

Shame, because it was one of the best tools available at the time.

404 on link to RFC

Hi! πŸ‘‹

clicking on RFC 7252 on page https://coap.technology/spec.html yields a 404 from the ietf.org as the link is http instead of https.
See curl -I http://tools.ietf.org/html/rfc7252.

Teufelchen

please add aiocoap implementation

there exists a coap implementation for python3 with asyncio called "aiocoap". please consider adding it; given the structure of the implementations page, it would best fit on "Server-side":

<h3 id="python">Python 3</h3>
<p><b>aiocoap</b> implements CoAP natively on Python 3.4's <a href="https://docs.python.org/3.4/library/asyncio.html">asyncio</a> mechanisms, and provides command line tools for resource fetching and proxying:</p>
<p><a class="btn" href="https://github.com/chrysn/aiocoap">View details &raquo;</a></p>

for contex: aiocoap ias based on the txThings library already mentioned on the page, but has been forked by me in consultation with the oridinal author for adaption to python3 mechanisms, and has since diverged considerably.

Create an FAQ part with issue backing

Based on the input from the last CoRE/LwM2M protocol, I suggest we add an FAQ or "teaching CoAP" section to coap.technology.

If we manage to do that in a way that the section can live in a dedicated git repository, that repository's issue tracker can be a place where questions on general CoAP topics can be moved in (eg. if they show up in LwM2M's trackers), and either closed as works-for-me with a reference to existing text or processed into an FAQ entry or additional documentation.

MR CoAP

Maybe of interst for you, we just released our CoAP implementation for IBMs Mote Runner
Platform (*). MR CoAP (written in an embedded version of Java) is an implementation of CoAP, including the Observe and Block extensions, for IBMs Mote Runner operating system.

MR-CoAP is available here:
https://github.com/MR-CoAP
(under the modified BSD Licence)

Feel free to add this implementation to http://coap.technology/impls.html in case you think it is interesting for a wider audience.

All the best!

(*)
http://www.zurich.ibm.com/moterunner/
http://www-03.ibm.com/press/us/en/pressrelease/42227.wss

New MicroPython CoAP implemementation: microCoAPy

Hello,

we have created a mini client/server version of CoAP targeting microcontrollers running MicroPython. Its main difference compared to the established Python implementations aiocoap and CoAPthon is its size and complexity since this library will be used on microcontrollers that support MicroPython such as: Pycom devices, ESP32, ESP8266.

link: https://github.com/insighio/microCoAPy

Kind regards.

Should a client check the ACK token to match?

A rare situation where a CoAP server is modifying the message token has been found. CoAPthon server is generating a message token when the request's token is empty. #16 has been opened to see if it is legal, but this behaviour has shown a CoAP client implementation (h5.coap) is checking that the token received matches the one sent.

When an empty-token message is sent from h5.coap clients to a CoAPthon server, the second is generating a token and thus the acknowledgement is being rejected, sending the original empty-token message again (and receiving a random-token ack again) until the maximum allowed number of retries is reached.

I'm quite sure that CoAPthon's behaviour of generating a token is not RFC compliant, but is h5.coap token matching check RFC compliant? I know for certain that most CoAP client implementations do not check this. The only reference I've found in the specification is in section 5.3.2:

In case a message carrying a response is unexpected (the client is not waiting for a response from the identified endpoint, at the endpoint addressed, and/or with the given token), the response is rejected (Sections 4.2 and 4.3).

The bolded section may be a definition of this situation thus meaning that the response is unexpected and therefore should be rejected. Is h5.coap, being the only implementation that takes this into consideration as far as I know, the only RFC compliant client implementation in this sense?

Adding information about OSCORE support in Californium

I am working at RISE in a project together with Ericsson on contributing support for OSCORE to Californium. Would it be possible to mention OSCORE somewhere including that Californium now has support for it? It is now included in the 2.0.x-branch of Californium.

Token changing in the server

When a client sends a confirmable request with an empty token, the server should send the piggybacked acknowledgement with an empty token as specified in 5.3.2:

  1. In a piggybacked response, the Message ID of the Confirmable
    request and the Acknowledgement MUST match, and the tokens of the
    response and original request MUST match. In a separate
    response, just the tokens of the response and original request
    MUST match.

Is a server allowed to change the token on a non-piggybacked acknowledgment? I think this needs to be defined in the specification. Only piggybacked and separate responses are specified in the previous cite.

Domain coap.technology not responding

Hello @cabo,

for some time (weeks) I am not able to access the coap.technology. I see that there is some issue reported in the July, so looks like it worked in the meantime, but I recall like 2 months ago, page was not loaded, and today I face the same issue. I asked also other people from different locations, they face the same issue.

Are you aware of these outages ?

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.