How to build a SMS like system for message sending and receiving.
in
Programming Questions
•
2 years ago
Hi All,
I'm trying to build a SMS like system by Processing, it should works like this: One Sketch send sentence, another one receive. They should both have Text input area and display area. and for sure submit button.
I had try
oscP5 multicast to send mouse pressed data from one sketch to another one to change the background color,it works great.
But as a new guy for Processing.
I still have no idea about:
1,How to send and receive Text not just number. (with oscP5 and String?)
2,
How to display the received
Text like iPhone SMS pop-up dialog.
3,,,,,
any feed back will be very helpful and thanks so much for reading.
Best,
Gao
1