Revize dfc9e9f7
Přidáno uživatelem Alex Konig před téměř 4 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
43 | 43 |
return; |
44 | 44 |
} |
45 | 45 |
|
46 |
|
|
47 |
|
|
48 |
|
|
49 |
|
|
50 |
// is this obsolete? |
|
51 |
//DataParser p = new DataParser("data/"); |
|
52 |
//p.Parse(); |
|
53 |
|
|
54 |
|
|
55 |
|
|
56 | 46 |
// data download test |
57 | 47 |
DataDownloader dd = DataDownloadAndRetrievalTest(config); |
58 | 48 |
|
59 | 49 |
// xml building test |
60 | 50 |
//XMLTest(); |
61 | 51 |
|
62 |
|
|
63 |
|
|
64 | 52 |
// PARSE DATA |
65 | 53 |
//DataParser parser = new DataParser(dd); |
66 | 54 |
//parser.Parse(new DateTime()) |
67 | 55 |
|
68 |
|
|
69 |
|
|
70 | 56 |
// json parser test |
71 | 57 |
//JSONParserTest(); |
72 | 58 |
|
73 | 59 |
// model test |
74 | 60 |
IPredictionController controller = PredictionTest(dd); |
75 | 61 |
|
76 |
|
|
77 |
|
|
78 | 62 |
//parse(new DateTime(2019, 10, 5), , interval = 1, wholeDay = true) |
79 | 63 |
|
80 |
|
|
81 | 64 |
// commands accepting test |
82 | 65 |
// create a thread for commands accepting: |
83 | 66 |
CommandsAcceptor ca = new CommandsAcceptor(dd, controller); |
... | ... | |
87 | 70 |
// connection test |
88 | 71 |
ConnectionTest(controller, config); |
89 | 72 |
|
90 |
|
|
91 |
|
|
92 |
|
|
93 | 73 |
Console.ReadLine(); |
94 | 74 |
} |
95 | 75 |
|
Také k dispozici: Unified diff
Updating develop branch