パッケージ: python3-magic-wormhole-mailbox-server (0.4.1-2)
python3-magic-wormhole-mailbox-server に関するリンク
Debian の資源:
magic-wormhole-mailbox-server ソースパッケージをダウンロード:
- [magic-wormhole-mailbox-server_0.4.1-2.dsc]
- [magic-wormhole-mailbox-server_0.4.1.orig.tar.gz]
- [magic-wormhole-mailbox-server_0.4.1.orig.tar.gz.asc]
- [magic-wormhole-mailbox-server_0.4.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Magic Wormhole Mailbox Server
This is the main server that Magic-Wormhole clients connect to. The server performs store-and-forward delivery for small key-exchange and control messages. Bulk data is sent over a direct TCP connection, or through a transit-relay.
Clients connect with WebSockets, for low-latency delivery in the happy case where both clients are attached at the same time. Message are stored to enable non-simultaneous clients to make forward progress. The server uses a small SQLite database for persistence (and clients will reconnect automatically, allowing the server to be rebooted without losing state). An optional "usage DB" tracks historical activity for status monitoring and operational maintenance.
その他の python3-magic-wormhole-mailbox-server 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-autobahn
- WebSocket client and server library, WAMP framework - Python 3.x
-
- dep: python3-six
- Python 2 and 3 compatibility library
-
- dep: python3-twisted
- Event-based framework for internet applications