Is there any HTTP handler ? #327
-
Is there any HTTP handler ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This issue should be closed to prevent further drain of human energy. @krishnaTORQUE please read and understand http://www.catb.org/~esr/faqs/smart-questions.html Then start search for a TCP/IP stack for AVR micro-controllers, when found you have something to stack HTTP on top. |
Beta Was this translation helpful? Give feedback.
-
As @stappersg has essentially said already: HTTP requires an entire networking stack which is 1. completely out of scope for So I'll close this issue as there is unfortunately nothing in |
Beta Was this translation helpful? Give feedback.
-
may this help? handling http is relativly easy |
Beta Was this translation helpful? Give feedback.
As @stappersg has essentially said already: HTTP requires an entire networking stack which is 1. completely out of scope for
avr-hal
and 2. quite a beast to get working. I have not seen anyone working on this so far. If you really need it, you could try linking in a C library which does what you need but this is also not trivial...So I'll close this issue as there is unfortunately nothing in
avr-hal
which we can do to help with this...