comparison doc/Todo @ 8:82f9af6aa7e4

add net.cpp
author pyon@macmini
date Tue, 30 Oct 2018 17:26:02 +0900
parents 9a8b581c1993
children 36811fd22bd2
comparison
equal deleted inserted replaced
7:29829e98d510 8:82f9af6aa7e4
4 # verup.bat 4 # verup.bat
5 client -r 192.168.0.1:3910 5 client -r 192.168.0.1:3910
6 # GET /release/grsearcher.exe, /release/crypto.exe, /release/client1.exe 6 # GET /release/grsearcher.exe, /release/crypto.exe, /release/client1.exe
7 copy client1.exe client.exe 7 copy client1.exe client.exe
8 8
9 * 毎回 clientで auth.db と hhs.db を取得
10 > client -u 192.168.0.1:3910
11 # GET /db/auth.db, /db/hhs.db, /db/index.db (10day)
12 + GUI(grsearcher) 終了時に auth.db と hhs.db は削除
13 * auth.db は任意の、hhs.db は月一のアップデートだが、漏洩防止のため毎回削除
14 * 毎月14日と28日に index.db を取得
15
16 * client で画像取得 9 * client で画像取得
17 > client.exe 192.168.0.1:3910 0800012345 20170105 10 > client.exe 192.168.0.1:3910 0800012345 20170105
18 # date:00000000 で最新審査会を取得する構想は廃止
19 11
20 * client でアップロード 12 * client でアップロード
21 > client.exe -a 192.168.0.1:3910 localfile 13 > client.exe -a 192.168.0.1:3910 localfile
22 14
23 * バージョンアップ 15 * バージョンアップ
85 __DONE__ 77 __DONE__
86 78
87 * server は rc で起動する(cron は電源入れ忘れがあるからダメ) 79 * server は rc で起動する(cron は電源入れ忘れがあるからダメ)
88 + Handbook の 11.2 80 + Handbook の 11.2
89 81
82 * DB情報の取得を gui で
83 > client -u 192.168.0.1:3910 と同等機能
84 # GET /db/auth.db, /db/hhs.db, /db/index.db (14day)
85 + GUI(grsearcher) 終了時に auth.db と hhs.db は削除
86 * auth.db は任意の、hhs.db は月一のアップデートだが、漏洩防止のため毎回削除
87 * 毎月14日と28日に index.db を取得
88