mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
25 lines
1.9 KiB
Plaintext
25 lines
1.9 KiB
Plaintext
// SPDX-FileCopyrightText: 2003-2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
// SPDX-FileCopyrightText: 2012-2019 Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>
|
|
//
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
// tag::diagram[]
|
|
....
|
|
┌────────────────┐ ワークステーション
|
|
┌────────┐ ┌───┤ クライアント 1 │ (Linux、Windows、
|
|
│ irc │◄──┐ ╔═══════════╤════════╗ │ └────────────────┘ BSD、macOS, …)
|
|
└────────┘ └──╢ │ ║◄───┘ ┌────────────────┐
|
|
...... ║ WeeChat │ リレー ║◄───────┤ クライアント 2 │ 携帯デバイス
|
|
┌────────┐ ┌──╢ │ ║◄───┐ └────────────────┘ (Android、iPhone, …)
|
|
│ jabber │◄──┘ ╚═══════════╧════════╝ │ ......
|
|
└────────┘ │ ┌────────────────┐
|
|
...... └───┤ クライアント N │ その他のデバイス
|
|
└────────────────┘
|
|
|
|
|
|
└────────────┘ └────────────────────┘╘══════╛└──────────────────────────────────────┘
|
|
ネットワーク ncurses リレー リモートインターフェース
|
|
サーバ インターフェース
|
|
....
|
|
// end::diagram[]
|