Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
8800fb76 2021-06-09 20:14 Eliška Mourycová

Refactor, cleanup + usage of logging class instead of 'Console.WriteLine's.

ce0940b5 2021-06-04 09:40 Roman Kalivoda

Re #9034 fixing files corrupted by merge

189c945b 2021-06-01 15:16 Roman Kalivoda

Merge branch 'develop'

9547fd4a 2021-05-28 07:11 Eliška Mourycová

Refs #9008, #8919. Data directory path should now be ok on linux + added interface for DataDownloader + changed time span of default downloaded data.

5cb4249a 2021-05-27 17:13 Eliška Mourycová

Modified XML deserialization + commands acceptor

e60f81f3 2021-05-26 18:11 Eliška Mourycová

Re #8943. More debug info added to comminication handling.

29a3f064 2021-05-26 15:20 Roman Kalivoda

Re #9009 fix https listener issue

22c83f99 2021-05-26 07:34 Roman Kalivoda

Merge branch 'develop' into 'PredictorAPI'

  1. Conflicts:
  2. Server/ServerApp/Program.cs
22211075 2021-05-26 07:30 Roman Kalivoda

Revert "Merge branch 'PredictorAPI' into 'master'"

This reverts merge request !20

d5347377 2021-05-25 16:36 Eliška Mourycová

Re #8941. Responses to GET requests.

b78c3571 2021-05-24 15:54 Eliška Mourycová

Re #8943. Unsuccesfully trying to run the app on linux; Microsoft.ML complaints.

da9245bf 2021-05-24 10:40 Eliška Mourycová

Re #8941. Implemented asynchronous listening for clients' requests.

92897198 2021-05-23 14:17 Eliška Mourycová

Re #8944. Prepared testing class for DataDownloader.

60a60164 2021-05-21 13:25 Roman Kalivoda

Re #8955 refactoring

86c29fc1 2021-05-21 11:15 Eliška Mourycová

Re #8943. Prepared getting predictions from Model.

79227a05 2021-05-20 07:50 Eliška Mourycová

Re #8943. Untested integration with Model.

6d0d1410 2021-05-20 07:33 Eliška Mourycová

Re #8941. Started working on enqueueing requests and processing them in a new thread. + Program.cs cleanup + Fixed Date error.

4129ce12 2021-05-16 17:33 Eliška Mourycová

Re #8838. Started refining commands accepting + modified GetData in DataDownloader.

6b4c34a2 2021-05-16 11:58 Eliška Mourycová

Re #8836. Added XML protocol building / parsing.

cd23df7f 2021-05-12 07:54 Eliška Mourycová

Re #8836. Fixed errors appearing when client sends POST request by sending an answer to the request.

3aba3c34 2021-05-02 06:38 Eliška Mourycová

Re #8770. Refactoring

e257ae8f 2021-04-30 20:57 Eliška Mourycová

Re #8770. Somewhat working example of HttpListener. Can receive requests from other than host machine. Firawall adjustment was necessary.

7a998d66 2021-04-26 08:54 Eliška Mourycová

Re #8691. Big refactor + config file added + working on providing methods for Parser.

34bf7aa2 2021-04-18 13:52 Eliška Mourycová

Refs #8620, #8619. Refactor + testing.

1434de93 2021-04-14 15:54 Eliška Mourycová

Re #8619. Connection handling improvements + simple parser of sent messages.

36c0667f 2021-04-14 12:27 Eliška Mourycová

Re #8619. Simple server and client capable of sending and receiving data.