How can I implement the TCP CSV Presentation? What do I need running to receive the CSV file? Do I have to write a TCP sever that listens on the port and accepts the file. If so does anyone have sample code or a program example that they can share with me?
A typical TCP CSV configuration block looks like this:
- name: tcpcsv
driver: presentations.tcpcsv.tcpcsv:TCPCSV
settings:
server:
port:
interval: 120
channels: [sensor0.light, sensor0.temperature]