文件名称:sephiroth:python的消息复用库
文件大小:68KB
文件格式:ZIP
更新时间:2024-06-26 06:42:30
JavaScript
#sephiroth python 消息复用库 Sephiroth 是一个用于简单消息复用的库。 它是为构建 EKG 实时信号分发服务器而设计的,作为 ESPOL 计算机科学系的毕业项目。 该库定义了一个endpoint类,用于在两个进程之间传输数据。 下面是一个例子: 服务器.py import sephiroth def fn1 ( conn , uid , msg ): print ( 'Message <%s> handled by fn1 from client <%s>' % ( msg , uid )) def fn2 ( conn , uid , msg ): print ( 'Message <%s> handled by fn2 from client <%s>' % ( msg , uid )) server = sephiroth
【文件预览】:
sephiroth-master
----sephiroth.py(4KB)
----examples()
--------simplemultiplex()
--------ekg()
----.gitignore(6B)
----README.md(3KB)
----LICENSE.MD(34KB)