Hi,
I am new to networking in general.
I am receiving a data strand in this format. (I can control the format, for example i can change the denotation)
This strand of data is very simple and is of two ATD values, [1],[2],[1],[2]. etc
368,175,367,175,368,175,368,175,368,175,368,175,
etc
I want to create a simple bar graph of these two arrays.
How do i tell Processing that the first value is data[1], the second value is data[2], then the next is data[1].. and so on?
Thanks for reading this.
I appreciate that it is a nooby question.
Even if you could point me in the right direction - that would be great.
I am new to networking in general.
I am receiving a data strand in this format. (I can control the format, for example i can change the denotation)
This strand of data is very simple and is of two ATD values, [1],[2],[1],[2]. etc
368,175,367,175,368,175,368,175,368,175,368,175,
etc
I want to create a simple bar graph of these two arrays.
How do i tell Processing that the first value is data[1], the second value is data[2], then the next is data[1].. and so on?
Thanks for reading this.
I appreciate that it is a nooby question.
Even if you could point me in the right direction - that would be great.
1