https://github.com/openwsn-berkeley/coap
A CoAP Python library
https://github.com/openwsn-berkeley/coap
Last synced: 5 months ago
JSON representation
A CoAP Python library
- Host: GitHub
- URL: https://github.com/openwsn-berkeley/coap
- Owner: openwsn-berkeley
- License: bsd-3-clause
- Created: 2013-03-18T03:21:27.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-22T09:06:04.000Z (about 5 years ago)
- Last Synced: 2024-04-20T18:01:19.861Z (almost 2 years ago)
- Language: Python
- Homepage: http://www.openwsn.org/
- Size: 247 KB
- Stars: 63
- Watchers: 24
- Forks: 56
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
- awesome-iot - Python CoAP ★ 36 ⧗ 5 - A CoAP Python library. (Protocol Library / CoAP)
- awesome_iot - Python CoAP ★ 36 ⧗ 5 - A CoAP Python library. (Protocol Library / CoAP)
README
coap
====
[](https://landscape.io/github/openwsn-berkeley/coap/develop)
[](https://travis-ci.org/openwsn-berkeley/coap)
[](http://builder.openwsn.org/job/CoAP%20Unit%20Tests/)
A CoAP Python library
This package implements the Constrained Application Protocol (CoAP)
developed by the IETF CORE working group.
This package aims at implementing:
http://tools.ietf.org/html/draft-ietf-core-coap-18
In particular, it implements:
- a CoAP client
- a CoAP server with an arbitrary number of resources
Full documentation at https://openwsn.atlassian.net/wiki/display/OW/CoAP+Python+Library.
Report bugs at https://openwsn.atlassian.net/browse/COAP.
This package is part of Berkeley's OpenWSN project,
http://www.openwsn.org/.