examples chore: enable ASYNC ruff rules (#1528) Feb 15, 2025 src/zeroconf 0.147.0 May 4, 2025 tests chore: fix mocking with PyPy and new Cython 3.1 (#1586) May 13, 2025 .coveragerc chore: add release automation (#1105) Dec 18, 2022 .flake8 chore: add release automation (#1105) ...
- Add simple address resolvers and examples ([#1499](https://github.com/python-zeroconf/python-zeroconf/pull/1499), [`ae3c352`](https://github.com/python-zeroconf/python-zeroconf/commit/ae3c3523e5f2896989d0b932d53ef1e24ef4aee8)) ## v0.141.0 (2025-01-22) ### Features 2 changes: ...
Source File: zeroconf.py From RepetierIntegration with GNU Affero General Public License v3.0 5 votes def __init__(self, name, type_, class_): self.key = name.lower() self.name = name self.type = type_ self.class_ = class_ & _CLASS_MASK self.unique = (class_ & _CLASS_UNIQUE...
Source File: Zeroconf.py From BitTorrent with GNU General Public License v3.0 5 votes def writeInt(self, value): """Writes an unsigned integer to the packet""" format = '!I' self.data.append(struct.pack(format, int(value))) self.size += struct.calcsize(format) ...
checkout 会员 注册时间: 2018-11-09 已发帖子: 173 积分: 168 Re: 小智 X3 卡片电脑 运行 ...
Fix zeroconf compilation and grants python3 compatibility #1596 (opacam) Fix reportlab's recipe crypt.h error #1595 (opacam) Fix --force-build incorrectly listed as --force_build, fixes #1565 #1593 (etc0de) Allow patching from any folder + fix pygame components issues #1592 (opacam) Fi...
Fix zeroconf compilation and grants python3 compatibility #1596 (opacam) Fix reportlab's recipe crypt.h error #1595 (opacam) Fix --force-build incorrectly listed as --force_build, fixes #1565 #1593 (etc0de) Allow patching from any folder + fix pygame components issues #1592 (opacam) Fi...
zeroconf antigravity ifaddr pythran zipapp appdirs imaplib pytz zipfile apport imghdr queue zipimport apport_python_hook imp quopri zipp apt importlib random zlib apt_clone importlib_metadata re zmq apt_inst inspect readline zoneinfo apt_pkg io reportlab zope Enter any module name to get more ...
zeroconf 0.29.0 which is incompatible #1022 Remove superfluous decryption failure for handshake responses #1008 Skip pausing on Roborock S50 #1005 Roborock S7 after Firmware Update 4.1.2-0928 - KeyError #1004 No air quality value when aqi is 1 #958 Fix exception on devices with removed lan_...
It also implements streaming with RTSP and service discovery with Zeroconf. Note This library should be platform independent in theory but the development has been done mainly in Windows environments and it's only briefly tested on other platforms. Installation For the moment we only support Python...