Simplest way to do this? - newbie question
in
Contributed Library Questions
•
2 years ago
Hello all,
I'm going to try building a project using the wonderful SMSlib + pixelNerve's modifications for Processing in order to display incoming text messages all at once (ala textual healing).
The approach I am thinking of taking is trying to get Processing to take messages from SMS, write them to a text file, then have processing display them simultaneously in a sketch at varying orientations and sizes. So...
SMS ---> Processing write--> text file <----Processing read <-----Processing Draw
Is this a reasonable approach or am I missing some red flag here? I am also having trouble figuring out how to get the incoming SMS messages to append to a text file so that I don't lose any of them.
This is the SMSLib modification I've been looking at http://www.pixelnerve.com/v/2009/07/05/smslib-sendreceive-sms-messages-on-your-computer/
Any advice is greatly appreciated :D
---b
I'm going to try building a project using the wonderful SMSlib + pixelNerve's modifications for Processing in order to display incoming text messages all at once (ala textual healing).
The approach I am thinking of taking is trying to get Processing to take messages from SMS, write them to a text file, then have processing display them simultaneously in a sketch at varying orientations and sizes. So...
SMS ---> Processing write--> text file <----Processing read <-----Processing Draw
Is this a reasonable approach or am I missing some red flag here? I am also having trouble figuring out how to get the incoming SMS messages to append to a text file so that I don't lose any of them.
This is the SMSLib modification I've been looking at http://www.pixelnerve.com/v/2009/07/05/smslib-sendreceive-sms-messages-on-your-computer/
Any advice is greatly appreciated :D
---b
1