Skip to content

Commit b977c47

Browse files
committed
README.md 更新
1 parent 3f1ebea commit b977c47

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

FastChatProtocolInterface.sln

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.6.33815.320
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastChatProtocolInterface", "FastChatProtocolInterface\FastChatProtocolInterface.csproj", "{6942DC11-FE51-4155-B7D2-2738E8A5E4D3}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastChatProtocolInterface", "FastChatProtocolInterface\FastChatProtocolInterface.csproj", "{6942DC11-FE51-4155-B7D2-2738E8A5E4D3}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ソリューション項目", "ソリューション項目", "{C1420268-D2A1-4CF7-BE8C-CD37E14DCA3C}"
9+
ProjectSection(SolutionItems) = preProject
10+
.gitattributes = .gitattributes
11+
.gitignore = .gitignore
12+
LICENSE.md = LICENSE.md
13+
README.md = README.md
14+
EndProjectSection
715
EndProject
816
Global
917
GlobalSection(SolutionConfigurationPlatforms) = preSolution

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ Copyright (C) 2023 Takym.
55
## 概要
66
このツールは、単純な文字列のみの通信を行います。
77
「FACHPI」は「ファクパイ」と読みます。
8+
「SIFOSC」は「シフォスク」と読みます。
89

910
## 使用方法
1011

1112
### ビルド方法
12-
0. [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0) をインストールしてください。
13+
0. [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0) をインストールしてください。
1314
1. このリポジトリをクローンしてください。
1415
* `git clone https://github.com/Takym/FastChatProtocolInterface.git`
1516
2. 作業ディレクトリを `FastChatProtocolInterface` へ移動してください。
@@ -19,8 +20,8 @@ Copyright (C) 2023 Takym.
1920

2021
### 実行方法
2122
1. 「ビルド方法」と同等の方法でクローンされているものとします。
22-
2. 作業ディレクトリを `FastChatProtocolInterface\bin\Debug\net7.0` へ移動してください。
23-
* `cd FastChatProtocolInterface\bin\Debug\net7.0`
23+
2. 作業ディレクトリを `FastChatProtocolInterface\bin\Debug\net8.0` へ移動してください。
24+
* `cd FastChatProtocolInterface\bin\Debug\net8.0`
2425
* ビルド設定を変更した場合、別のディレクトリに出力されている可能性があります。
2526
3. 実行してください。
2627
* `fachpi -v -h`
@@ -37,7 +38,7 @@ Copyright (C) 2023 Takym.
3738
FACHPI: Fast Chat Protocol/Interface
3839
Copyright (C) 2023 Takym.
3940

40-
バージョン:0.0.0.0
41+
バージョン:0.1.0.0
4142

4243
FACHPI コマンド行引数説明書
4344
===========================
@@ -58,12 +59,21 @@ Copyright (C) 2023 Takym.
5859
/ExecutionMode -m 実行モードを指定する。
5960
サーバーの場合は、server を指定する。
6061
クライアントの場合は、client を指定する。
62+
下記に完全な実行モードの一覧を示す。
6163
/HostName -n ホスト名を指定する。
6264
この値はクライアントの場合のみ使用される。
6365
/Port -p ポート番号を指定する。
6466
クライアントの場合は必ず指定しなければならない。
6567
/UserName -u 利用者の表示名を指定する。
6668

69+
実行モード一覧
70+
モード名 説明
71+
server 最適なサーバーを起動する。
72+
fachpi 通常のサーバーを起動する。如何なる拡張機能も使用しない事を強制する。
73+
sifosc SIFOSC 機能を有効にしてサーバーを起動する。
74+
client クライアントを起動する。
75+
repl サーバーを起動せずに SIFOSC を実行する。
76+
6777
注意:幾つかのオプションにはこの説明書に記載されていない別表記があります。
6878
```
6979

0 commit comments

Comments
 (0)