UDP Display Received Data
in
Programming Questions
•
1 year ago
Hi,
I'm trying to display my received data. However, it didn't work with text() function.
Below is my code snippet:
I'm trying to display my received data. However, it didn't work with text() function.
Below is my code snippet:
void receive(String data, String ipServer, int port){
text(data, 100, 200);
fill(0);
}
1