MicroWebCli

Web client

A micro HTTP Web client for MicroPython

A micro HTTP Web client for MicroPython (used on Pycom modules & ESP32)

GitHub

56 stars
4 watching
16 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list

authenticationdownloadesp32fileshc2httphttpsjsonlopymicropythonpycomredirectionrequestsocks5sslweb-clientwipy

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jczic/microrestcli A micro HTTP JSON REST client library for MicroPython-based devices 29
jczic/microwebsrv A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. 654
jczic/microwebsrv2 A highly optimized web server designed for embedded systems and IoT devices 662
hugokernel/micropython-nanoweb A full asynchronous web server for Micropython with a small memory footprint. 106
jczic/microdnssrv A lightweight DNS server designed to respond to A queries from MicroPython-based devices with support for multiple domains and wildcards. 73
jczic/micromlp A lightweight implementation of a multilayer perceptron neural network for use in embedded systems and microcontrollers 183
jczic/esp32-mpy-jama An integrated development environment and toolbox for MicroPython on ESP32 microcontrollers 437
nahi/httpclient A Ruby HTTP client library providing basic HTTP request functionality with features like authentication and streaming support. 703
jczic/microworkers A class for managing a pool of threads to efficiently run multiple tasks concurrently 43
amcewen/httpclient Provides an Arduino library to interact with web servers using a standardized client class 327
jeroen/curl Provides a flexible web client with customizable HTTP/FTP/SCP requests and response processing options 223
belyalov/tinyweb A lightweight HTTP server for microcontrollers with limited resources 255
peterhinch/micropython-iot Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. 91
spotlightkid/mrequests An HTTP client module with a similar API to requests, supporting various MicroPython ports and features like SSL/TLS and basic authentication. 50
jcgregorio/httplib2 An HTTP client library for Python 383