-
Notifications
You must be signed in to change notification settings - Fork 18
User_Guide(Online_Edition)[JP]
Network Sketcher Online は、ブラウザ経由で設計エンジンを利用できる版です。 小規模な Python ウェブサービスがエンジンをホストし、複数ユーザがモダンブラウザから編集・エクスポートできます。
概要、機能、要件、インストール手順は README - Network Sketcher Online を参照してください(README は英語)。本ページではサーバ起動後に必要なすべての情報を扱います。
Web ページ上の ? アイコンをクリックすると、各セクションや機能のコンテキストヘルプを表示できます。 本 User Guide で取り上げていない機能については、User Guide (Offline) [JP] を参照してください。
NS_Online_User_Guide_301_jp.mp4
| Script | Description |
|---|---|
python3 start_ns_online.py |
ns_web_start.py をバックグラウンドプロセスとして起動。手動起動を含む既存の実行中インスタンスは事前に停止されます。出力は logs/server.log に記録されます。 |
python3 stop_ns_online.py |
このスクリプト外で起動されたものも含め、すべての実行中 ns_web_start.py プロセスを停止します。 |
両スクリプトとも Windows / Mac OS / Linux で動作します。
| Source | Target | Protocol |
|---|---|---|
| Client PC | NS Online | HTTPS |
| Client PC | Configured LLM | HTTPS |
Network Sketcher Online は、ブラウザ内ファイルプレビューのために以下のサードパーティ JavaScript ライブラリを同梱しています。これらは network-sketcher_online/static/ にバンドルされており、追加インストールは不要です。
| Library | Version | License | Purpose |
|---|---|---|---|
| PptxViewJS | 1.1.0 | MIT | PowerPoint (.pptx) のブラウザ内プレビュー |
| Chart.js | 4.4.8 | MIT | チャート描画 (PptxViewJS 依存) |
| JSZip | 3.10.1 | MIT or GPLv3 | ZIP / Office ファイル解析 |
| SheetJS (xlsx) | 1.15.0 | Apache-2.0 | Excel (.xlsx) のブラウザ内プレビュー |
- Yusuke Ogawa - Security Architect, Cisco | CCIE#17583
SPDX-License-Identifier: Apache-2.0
Copyright 2023 Cisco Systems, Inc. and its affiliates
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.