パッケージ: python3-magic-wormhole-mailbox-server (0.4.1-1)
python3-magic-wormhole-mailbox-server に関するリンク
Debian の資源:
magic-wormhole-mailbox-server ソースパッケージをダウンロード:
- [magic-wormhole-mailbox-server_0.4.1-1.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-1.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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- dep: python3-twisted
- Event-based framework for internet applications