MicroWebCli

Web client

A micro HTTP Web client for MicroPython

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

GitHub

55 stars
4 watching
16 forks
Language: Python
last commit: almost 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. 652
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. 74
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 426
nahi/httpclient A Ruby library providing an HTTP client with various features and functionality 703
jczic/microworkers A class for managing a pool of threads to efficiently run multiple tasks concurrently 41
amcewen/httpclient Provides an Arduino library to interact with web servers using a standardized client class 326
jeroen/curl Provides a flexible web client with customizable HTTP/FTP/SCP requests and response processing options 219
belyalov/tinyweb A lightweight HTTP server for microcontrollers with limited resources 252
peterhinch/micropython-iot Provides a resilient full-duplex communication link between WiFi-enabled microcontrollers and servers. 89
spotlightkid/mrequests An HTTP client module with a similar API to requests, supporting various MicroPython ports and features like SSL/TLS and basic authentication. 49
jcgregorio/httplib2 An HTTP client library for Python 383