Commit Graph

22 Commits

Author SHA1 Message Date
35e468e0b0 Add HomePage 2019-03-24 19:40:53 +01:00
46f914fe4d Separate Client and Server port 2019-03-24 12:50:03 +01:00
fa8608b44b Change CaptorsResponse according to Wiki 2019-03-24 12:48:33 +01:00
73855e246c Refactor using extensions 2019-03-24 12:14:28 +01:00
ed635c5ec2 See previous 2019-03-24 11:34:49 +01:00
6d7a9969cd Add Info Command 2019-03-24 11:34:35 +01:00
b02114f0f9 Fix coding style in PingCommand
new string[] -> new[]
2019-03-23 22:41:13 +01:00
f03de89815 Add HistoricResponse 2019-03-23 22:34:45 +01:00
a1944a1203 Add default Command to each 2019-03-23 22:19:42 +01:00
aa20f9d466 Add default Command to CommandSerializable<T> 2019-03-23 22:17:14 +01:00
18b9a97b91 Add CaptorsRequest 2019-03-23 22:12:09 +01:00
ea67a8069f Change CaptorsRequest to HistoricRequest
Should I sleep?
2019-03-23 22:12:00 +01:00
d81bf5d8ec Add CaptorsRequest 2019-03-23 22:07:09 +01:00
d7d60f30af Move CaptorsCommand to CaptorsResponse 2019-03-23 21:58:06 +01:00
59c146c45f Add CaptorsCommand 2019-03-23 21:55:42 +01:00
1c49b5150a Rename Ping to PingCommand 2019-03-23 21:47:26 +01:00
6b7ee73597 Add CommandStream.Receive<T> 2019-03-23 14:10:51 +01:00
4eff8e32d8 Add Ping command 2019-03-23 13:34:56 +01:00
233523ca4d Add doc 2019-03-23 11:37:52 +01:00
faa54aca0e Add CommandSerializable
Used to easily serialize class to CommandPacket
2019-03-22 19:57:33 +01:00
58fbaf4e35 Add Protocol implementation 2019-03-19 21:02:10 +01:00
fa79ea9f05 Initial Commit 2019-03-04 21:05:49 +01:00