文件名称:photon-python:Photon 的 Python 库
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-23 05:50:41
Python
Python 光子库 库的 Python 版本 此版本具体内容: 仅适用于 TCP 协议 不支持加密连接 不收集流量统计 Python 版本是 3.4 例子 import threading import time from photon import enums from photon.enums import DebugLevel, StatusCode from photon.listener import PeerListener from photon.peer import PhotonPeer class Connection: def __init__(self, connected=False): self.connected = connected def main(): connection = Connection() p
【文件预览】:
photon-python-master
----photon()
--------tpeer.py(8KB)
--------basepeer.py(6KB)
--------peer.py(2KB)
--------utils.py(775B)
--------__init__.py(717B)
--------operations.py(1KB)
--------protocol.py(15KB)
--------enums.py(2KB)
--------support.py(1KB)
--------listener.py(977B)
--------typeddict.py(767B)
--------stats.py(2KB)
--------tconnect.py(5KB)
----LICENSE(11KB)
----README.md(2KB)
----.gitignore(25B)