{"id":13704983,"url":"https://github.com/1248/microcoap","last_synced_at":"2025-05-05T12:32:48.767Z","repository":{"id":10554655,"uuid":"12754788","full_name":"1248/microcoap","owner":"1248","description":"A small CoAP implementation for microcontrollers","archived":false,"fork":false,"pushed_at":"2018-05-14T15:16:36.000Z","size":359,"stargazers_count":331,"open_issues_count":23,"forks_count":122,"subscribers_count":57,"default_branch":"master","last_synced_at":"2024-04-14T15:12:22.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1248.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-11T11:34:47.000Z","updated_at":"2024-04-08T16:42:48.000Z","dependencies_parsed_at":"2022-09-10T08:21:04.249Z","dependency_job_id":null,"html_url":"https://github.com/1248/microcoap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1248%2Fmicrocoap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1248%2Fmicrocoap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1248%2Fmicrocoap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1248%2Fmicrocoap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1248","download_url":"https://codeload.github.com/1248/microcoap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224448825,"owners_count":17313121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T22:00:29.147Z","updated_at":"2024-11-13T12:31:15.527Z","avatar_url":"https://github.com/1248.png","language":"C","readme":"microcoap\n=========\n\nA tiny CoAP server for microcontrollers.\nSee http://tools.ietf.org/html/rfc7252\n\nEndpoint handlers are defined in endpoints.c\n\n * Arduino demo (Mega + Ethernet shield, LED + 220R on pin 6, PUT \"0\" or \"1\" to /light)\n * POSIX (OS X/Linux) demo\n * GET/PUT/POST\n * No retries\n * Piggybacked ACK only\n\n\nFor linux/OSX\n\n    make\n    ./coap\n\nFor Arduino\n\n    open microcoap.ino\n\nTo test, use libcoap\n\n    ./coap-client -v 100 -m get coap://127.0.0.1/.well-known/core\n    ./coap-client -v 100 -m get coap://127.0.0.1/light\n    ./coap-client -e \"1\" -m put coap://127.0.0.1/light\n    ./coap-client -e \"0\" -m put coap://127.0.0.1/light\n\nOr use copper (Firefox plugin)\n\n    coap://127.0.0.1\n\nArduino problem\n===============\n\nArduino, by default, has a UDP transmit buffer of 24 bytes. This is too small\nfor some endpoints and will result in an error.\n\n","funding_links":[],"categories":["Packages, Libraries and RTOSes","Libraries","Messaging","Protocol Library"],"sub_categories":["CoAP","MicroPython"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1248%2Fmicrocoap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1248%2Fmicrocoap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1248%2Fmicrocoap/lists"}