An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Python version](https://img.shields.io/badge/Python-3.10.0-blue)

# 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.

![GET_TEST](https://user-images.githubusercontent.com/43440295/142651613-fc1393b8-fabc-4411-935a-937d6fc11f02.gif)

![PUT_FOO](https://user-images.githubusercontent.com/43440295/142652234-23eeee9a-7f03-4b15-a4c9-98fcd690268c.gif)