Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 99e5517e

Přidáno uživatelem Alex Konig před téměř 4 roky(ů)

re #8842 Start testing

Zobrazit rozdíly:

Server/ServerApp/Program.cs
83 83
			jsonP.ParsePrediction();
84 84

  
85 85
			// TODO nastavit čas
86
			DataParser p = new DataParser(dd);
87
			DateTime startT = new DateTime(2019, 10, 5);
88
			DateTime endT = new DateTime(2020, 6, 30);
86
			IDataParser p = new DataParser(dd);
87
			DateTime startT = new DateTime(2018, 6, 5);
88
			DateTime endT = new DateTime(2019, 10, 30);
89 89
			p.Parse(startT, endT, wholeDay: false, interval: 3);
90 90

  
91
			Console.WriteLine(p.WeatherList.Count);
91 92

  
92 93
			// test - connection:
93 94
			//ConnectionListener cl = new ConnectionListener(int.Parse(args[0])/*8000*//*int.Parse(config.Port)*/);

Také k dispozici: Unified diff