aprsworld / wsBroadcast

1 stars 1 forks source link

UDP Update Port. #14

Open davarus opened 9 years ago

davarus commented 9 years ago

This doesn't actually make any sense. Not going to implement.

kb0thn commented 9 years ago

why does this not make sense? It is a lot easier and quicker to fire off a UDP packet than it is to open a TCP connection, send data, wait for it to finish, and disconnect. Or to manage keeping something open or threads so it is non-blocking.