Added two files that outline how to read from a TCP server. Gotta figure out how to build that into the web pipeline. Currently the chart updates on setInterval(), but I want to have it update in the client. Maybe I can do that from the back end. The key element is for my function to be able to call the code within addData()
Added two files that outline how to read from a TCP server. Gotta figure out how to build that into the web pipeline. Currently the chart updates on
setInterval(), but I want to have it update in the client. Maybe I can do that from the back end. The key element is for my function to be able to call the code withinaddData()