22 open-source projects similar to cbrand/micropython-mdns, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Micropython Mdns alternative.
MicroPython ModBus TCP and RTU library supporting client and host mode
This is a simple implementation of a telnet server that will hook telnet clients up to the REPL. The telnet server and associated logic run in the background so you can use the REPL or run other scripts with it. A single client connection is supported at a time.
Semtech SX126X LoRa driver for Micropython and CircuitPython. This library is ported and modified from RadioLib by jgromes. This library supports generic and Pycom variant micropython as well as CircuitPython. Tested with: 1. WiPy3.0 Semtech SX1262MB1PAS shield (LoRa) 2. WiPy3.0 Ebyte…
A robust MicroPython Time library for manipulating the RTC and and syncing it from a list of NTP servers.
A lightweight micropython implementation of an embedded LoRaWAN server. Combining the gateway forwarder from Pycom and a heavily modified floranet on a Lopy4 allows for a self-contained gateway. The Lopy4 is designed as a LoRaWAN endpoint but can run as a non-LoRaWAN-compliant single-channel…
A mini implementation of CoAP (Constrained Application Protocol) into MicroPython
This is a port of raspi-lora (https://pypi.org/project/raspi-lora/) for micropython. I have tested on raspberry pi pico, esp8266, and esp32. It allows your microcontroller to use an RFM95 radio to communicate.
DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
This is a pure Python implementation of a IEEE802.15.4 and ZigBee network stack that works with MicroPython.
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#.
A minimal, memory-efficient HTTP/HTTPS/SOCKS4/SOCKS5 proxy server designed to run in memory-constraint environments.\ Originally written for MicroPython, now compatible with CPython.
SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t
Modbus Master library for MicroPython ESP32 devices. Based on pycom-modbus from pycom: https://github.com/pycom/pycom-modbus/