Skip to content

issues Search Results · repo:JuulLabs/koap language:Kotlin

Filter by

13 results
 (97 ms)

13 results

inJuulLabs/koap (press backspace or delete to remove)

Per CoAP spec, the TKL field is in range of 0 to 8. At the same time, the logic which parses variable-sized integers only supports inputs of 0,1,2,3,4 and 8 bytes. I believe this is the relevant line. ...
bug
  • anuar2k
  • 1
  • Opened 
    on Oct 7, 2024
  • #299

Looks like the koap page hosted on github pages is down, in case you weren t aware.
  • bdunlay
  • 4
  • Opened 
    on Jul 27, 2023
  • #205

Currently it is not possible to see anything about a message that includes an unsupported option, except that option number. For example, the UDP message 40020011c13cffd1e91a8401020304: Unsupported option ...
  • zalenskivolt
  • 1
  • Opened 
    on Apr 11, 2023
  • #182

Hello, I am connecting my kotlin app to an ESP8266 Coap server. I have defined my message like so: private val message = Message.Udp( type = Udp.Type.Confirmable, code = Message.Code.Method.GET, ...
  • choppr
  • 14
  • Opened 
    on Nov 15, 2022
  • #156

Hello! Just discovered this implementation, very cool. I ve had the idea to use CoAP over BLE for some time and was wondering if you had any examples of that, perhaps with kable?
  • beriberikix
  • 2
  • Opened 
    on Jul 15, 2022
  • #136

Caused by java.lang.IllegalStateException: Unsupported option number 21 at com.juul.koap.DecoderKt.readOption(DecoderKt.java:412) at com.juul.koap.DecoderKt.readOptions(DecoderKt.java:329) ...
  • twyatt
  • 1
  • Opened 
    on Nov 29, 2021
  • #57

  • davertay-j
  • Opened 
    on Jun 3, 2021
  • #50

#42 integrated a CoAP decoder webapp that is deployed to GitHub Pages. It utlilizes browserDevelopmentWebpack Gradle task for building the static pages for the webapp. Unfortunately the development builds ...
  • twyatt
  • 2
  • Opened 
    on Jan 13, 2021
  • #43

Similar to cbor.me, an online encoder/~decoder~ tool should be created. Tool should be published to GitHub Pages on commits merged to main.
  • twyatt
  • 1
  • Opened 
    on Dec 21, 2020
  • #41

Unable to invoke the Message.encode method from js, method is defined here: https://github.com/JuulLabs/koap/blob/main/koap/src/commonMain/kotlin/Encoder.kt#L56 Example: import koapModule from @juullabs/koap ...
  • davertay-j
  • 3
  • Opened 
    on Oct 22, 2020
  • #32
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub