raid-teyar / Smart_Home

Distributed Smart Home application built on .NET using Windows Communication Foundation (WCF) with TCP protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WCF and TCP protocol

rd0707 opened this issue · comments

why exactly you are using TCP protocol for communication and not just standard HTTP ?

I definitely could go with HTTP, but I wanted something that can easily maintain a session connection.
Also since the System is only going to run locally (the house) i didn't see a good reason to use HTTP.

i am gonna close this one, feel free to open again