I want to make a simple program to send SMS from osX. I know there's already something available on the web, but I want to code it by myself. I need to know if there's any useful API to write this with Cocoa or how to send AT commands to any discovered device. Thank you.
A:
A quick Google search for "send sms cocoa" swisssms. "SwissSMS is a Mac OS X front-end to SMS operators services." ... looks promising.
Joshua Nozzi
2010-07-31 19:08:34
The questioner did not specify that he only wants to talk to iPhones; he said only that he wants to send SMS messages through a nearby phone via Bluetooth.
Peter Hosey
2010-07-31 19:34:56
I was not talking about iOS. I just want to do that using a generic Bluetooth phone. For example, I can do that connecting to the device using "screen" and AT commands.
Raffo
2010-07-31 19:59:42
Ah. Updating answer.
Joshua Nozzi
2010-07-31 20:18:44
Looks promising but I specified I was looking for APIs or how to code a simple program. I want to code it. BTW, I will take at look at the source of the program.
Raffo
2010-08-01 10:46:37
Barring a simple, gift-wrapped API, an open source app that does what you're looking for is the next best thing.
Joshua Nozzi
2010-08-01 16:06:38