Tinkerforge / esp32-remote-access

Server side of the remote access for Tinkerforge Warp-Chargers.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Evaluate using tcp as inner protocol for management connection #34

Closed ffreddow closed 4 months ago

ffreddow commented 5 months ago

I could imagine some usecases where we want to make sure that a message has been received. With udp we would need to check that manually. On the downside: tcp consumes more resources.

ffreddow commented 4 months ago

Result of our last talk: There is no need for a tcp connection since it does not help us with port discovery and everything else that is currently planned would not benefit drastically from it where as we would need additional logic to be able to reassemble packets since tcp is stream based.