chrysn / aiocoap

The Python CoAP library
Other
262 stars 119 forks source link

How to make an HTTP request from CoAP Server to a REST API served by a web app #353

Open J0hn3ch opened 1 month ago

J0hn3ch commented 1 month ago

Hello everyone,

I need to use my CoAP Server to work as client in through a HTTP request in a REST API to response correctly to the CoAP Client.

Is there any implemetation of aiocoap proxies CoAP Client -> CoaP Server -> HTTP Server ?

Thank you!

chrysn commented 1 month ago

I'm not aware of any C-H cross proxy implemented in aiocoap; leaving this open for others to chime in. (What I can tell for sure is that there is no such implementation in aiocoap itself).