jkiv / rrduino

Data collection Arduino client. Intended to send time-based information to a server (over TCP/IP) which will add the data to an rrdtool database (http://oss.oetiker.ch/rrdtool/).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP-based communication

jkiv opened this issue · comments

Some time-based data may be better communicated using UDP. What would have to change to allow this along-side TCP? Initial TCP handshake to establish a key and then accept UDP packets with client ID from then on?