https://github.com/adilius/coap-client-python
https://github.com/adilius/coap-client-python
coap coap-client python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adilius/coap-client-python
- Owner: Adilius
- License: mit
- Created: 2021-11-08T09:59:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T15:56:30.000Z (over 3 years ago)
- Last Synced: 2025-01-11T06:45:25.621Z (5 months ago)
- Topics: coap, coap-client, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CoAP Client in Python
This program can talk to an IoT server using the [CoAP protocol](https://datatracker.ietf.org/doc/html/rfc7252) and parse the response into readable format.The request methods implemented are **GET POST PUT DELETE**.
Pre-configured to connect to the [coap.me](https://coap.me/) server using port 5683.
Using only the socket library.

